bool isFormatReadSupportedMagick(String format) => _magickSupportedFormats .select((element) => element.format == format) ?.read ?? false;