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
We detected that jpeg images in the CYMK color system were not supported by jpeg-recompress.
However, mozjpeg seems to support this color system.
jpeg-recompress -Q --quality medium -m mpe -S disable ~/Desktop/3346470422995_patch.jpeg test.jpg
Unsupported color conversion request
I tried to use jpegoptim on the same image that also leverages on mozjpeg and jpegoptim correctly compresses the image.
I think that the right color system is not correctly detected by jpeg-recompress and thus jpeg-recompress doesn't correctly call mozjpeg methods.
The text was updated successfully, but these errors were encountered:
abarre
changed the title
Using jpeg-recompress with CYMK color system
Using jpeg-recompress with CYMK color system doesn't works
Feb 15, 2017
abarre
changed the title
Using jpeg-recompress with CYMK color system doesn't works
Using jpeg-recompress with cmyk color system doesn't works
Nov 19, 2021
We detected that jpeg images in the CYMK color system were not supported by jpeg-recompress.
However, mozjpeg seems to support this color system.
I tried to use
jpegoptim
on the same image that also leverages on mozjpeg and jpegoptim correctly compresses the image.I think that the right color system is not correctly detected by jpeg-recompress and thus jpeg-recompress doesn't correctly call mozjpeg methods.
The text was updated successfully, but these errors were encountered: