guetzli icon indicating copy to clipboard operation
guetzli copied to clipboard

Supported Colorspace

Open volvet opened this issue 7 years ago • 9 comments

I got an error "Only YUV color space input jpeg is supported, Guetzli processing failed". Where can I find the supported colorspace list?

volvet avatar Mar 20 '17 03:03 volvet

Could you attach the image where it failed?

robryk avatar Mar 20 '17 12:03 robryk

lena.jpg.zip

This is a gray jpeg picture.

volvet avatar Mar 21 '17 00:03 volvet

+1 for gray jpg support

slavakurilyak avatar Mar 27 '17 14:03 slavakurilyak

I have a lot of color-space related errors when I try to run Guetzli "massively" on an existing project (can provide example files if needed). Does other color-space support is planned ?

(I try to know if coding a wrapper around guetzli falling back to jpegtran in case of error is worth the effort)

0gust1 avatar Apr 04 '17 17:04 0gust1

joan-peris-puig_blanc-i-negre_original.jpg.zip

Same error for me on the attached picture.

Only YUV color space input jpeg is supported Guetzli processing failed

pauperis avatar Apr 12 '17 14:04 pauperis

Same as everyone else, fails on attached picture: scamp.jpg.zip

Error: Only YUV color space input jpeg is supported
Guetzli processing failed

joemidi avatar Jul 06 '17 14:07 joemidi

Anyone found out how to change input files in order to prevent these errors?

rogierlommers avatar Jul 13 '17 12:07 rogierlommers

I found this comment to be really helpful: https://github.com/google/guetzli/issues/120#issuecomment-289190404

Worked when I made sure that my image was still tagged with sRGB.

joemidi avatar Jul 13 '17 13:07 joemidi

You're seeing this error because your JPEGs are in grayscale mode. This has nothing to do with color profiles.

You can avoid this warning by converting the JPEG to a PNG first.

kornelski avatar Jul 13 '17 14:07 kornelski