Comment 7 for bug 1246710

Revision history for this message
Kovid Goyal (kovid) wrote :

That is a CMYK jpeg. You can convert it to RGB using, for example, the convert program from ImageMagick, like this

convert cmyk.jpg -colorspace sRGB rgb.jpg

In any case the next release of calibre will contain code to automatically detect CMYK jpegs and convert them to RGB when producing EPUB files.