bool isFormatWriteSupportedMagick(String format) => _magickSupportedFormats .select((element) => element.format == format) ?.write ?? false;