
Thread
2005.09.09 15:11 "Re: [Tiff] creating JPEG file", by Bob Friesenhahn
GraphicsMagick is doing something a bit odd though since it uses
(void) TIFFSetField(tiff,TIFFTAG_JPEGCOLORMODE,JPEGCOLORMODE_RGB);
The only other choice appears to be JPEGCOLORMODE_RAW. Maybe JPEGCOLORMODE_RAW should be used for CMYK?
I tried passing JPEGCOLORMODE_RAW and it made no difference. Libtiff still added a subsampling tag.
Bob
======================================
Bob Friesenhahn
bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer, http://www.GraphicsMagick.org/