You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Picture taken using scanner won't load... It works works with "convert" and other imagemagick based tools (they give the same warning) but dmagick thrown exception. Is this the expected behaviour?
dmagick.Exception.CoderException@dmagick/Image.d(2285): Auto-corrected former TIFF subsampling values [2,2] to match subsampling values inside JPEG compressed data [2,1]. `JPEGFixupTagsSubsamplingSec' @ warning/tiff.c/TIFFWarnings/768
I can't attach TIFF image here...
The text was updated successfully, but these errors were encountered:
I think this needs to be changed so that DMagick doesn't throw on Warnings.
ImageMagick's Error should map to Exception and FatalError to Error.
We will need to think about a good way to report the warnings, or at least make them accessible.
Picture taken using scanner won't load... It works works with "convert" and other imagemagick based tools (they give the same warning) but dmagick thrown exception. Is this the expected behaviour?
dmagick.Exception.CoderException@dmagick/Image.d(2285): Auto-corrected former TIFF subsampling values [2,2] to match subsampling values inside JPEG compressed data [2,1]. `JPEGFixupTagsSubsamplingSec' @ warning/tiff.c/TIFFWarnings/768
I can't attach TIFF image here...
The text was updated successfully, but these errors were encountered: