Hello,
How to configure Magick.NET to support the old-style jpeg compression?
I'm trying to extract a page from a multi-page tiff and save it as a separate single-page tiff file. However this conversion produces a completely empty image (black background).
I tried to perform the conversion via command line calling ImageMagick directly and I received the following error:
Thanks
How to configure Magick.NET to support the old-style jpeg compression?
I'm trying to extract a page from a multi-page tiff and save it as a separate single-page tiff file. However this conversion produces a completely empty image (black background).
I tried to perform the conversion via command line calling ImageMagick directly and I received the following error:
convert.exe: Depreciated and troublesome old-style JPEG compression mode, please convert to new-style JPEGcompression and notify vendor of writing software. `OJPEGSetupDecode' @ warning/tiff.c/TIFFWarnings/824.convert.exe: Improper call to JPEG library in state 0. `LibJpeg' @ error/tiff.c/TIFFErrors/562.
Is there a way around this? Thanks