Magick.NET version
14.16.0
Environment (Operating system, version and so on)
Windows 11
Description
I use MagickFormatInfo to check if Magick can read the image using its file path.
For JFIF extension, it could not retrieve the MagickFormatInfo, but it can decode the JFIF file normally.
Steps to Reproduce
public static bool CanRead(string srcFilePath)
{
return MagickFormatInfo.Create(srcFilePath)?.SupportsReading ?? false;
}
CanRead($@"C:\photo.jfif"); // => false
Images
sample_jfif.zip
Magick.NET version
14.16.0
Environment (Operating system, version and so on)
Windows 11
Description
I use MagickFormatInfo to check if Magick can read the image using its file path.
For JFIF extension, it could not retrieve the MagickFormatInfo, but it can decode the JFIF file normally.
Steps to Reproduce
Images
sample_jfif.zip