I have several photos that generate PNG CRC error:
Yet those images can be viewed in windows.
I'm wondering is there a way to force Magick.NET to ignore CRC error or something like this to load this image? Like catch the exeption and if it contains "CRC error" then try to load with some other method/parameters?
ImageMagick.MagickCoderErrorException: IDAT: CRC error `' @ error/png.c/MagickPNGErrorHandler/1650 ---> ImageMagick.MagickCorruptImageErrorException: Corrupt image `' @ error/png.c/ReadPNGImage/4003
--- End of inner exception stack trace ---
at ImageMagick.MagickImage..ctor(Stream stream)
...
Here is an example of such image.Yet those images can be viewed in windows.
I'm wondering is there a way to force Magick.NET to ignore CRC error or something like this to load this image? Like catch the exeption and if it contains "CRC error" then try to load with some other method/parameters?