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
I did some digging, and it looks like jpg colorspace is being converted from RGB to CMYK as the Java Image Writer lib adds an alpha channel. On save, it writes as CMYK because of the 4th channel. Could potentially be fixed by stripping that 4th channel before save: rkalla/imgscalr#82
Playing around with imagez today; this one-liner unexpectedly inverts the jpg colors.
source and result images attached:
Writing to PNG produces a normal looking image.
The text was updated successfully, but these errors were encountered: