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
As exemplified by the code below, TurboJpegImageReader returns a wrong ImageTypeSpecifier with 3 components instead of 1 for a grayscale jpeg. This makes our server crash when we try to reconcile the image with the ICC profile (read through apache.commons.imaging), which has the correct value (1 component).
As exemplified by the code below,
TurboJpegImageReader
returns a wrongImageTypeSpecifier
with 3 components instead of 1 for a grayscale jpeg. This makes our server crash when we try to reconcile the image with the ICC profile (read throughapache.commons.imaging
), which has the correct value (1 component).Possibly related: haraldk/TwelveMonkeys#573
The text was updated successfully, but these errors were encountered: