Re: RGB encoding for JPEG Compressed TIFF in GraphicsMagick 1.3.21
Scott Sullivan <[email protected]>
| Newsgroups | gmane.comp.video.graphicsmagick.help |
|---|---|
| Message-ID | <[email protected]> |
Thank you for your excellent work and the prompt reply. Perhaps in the next release the RGB colorspace could be used for JPEG compression when the "-colorspace" parameter is explicitly set to RGB. Scott On 8/13/2015 9:22 PM, Bob Friesenhahn wrote: > On Thu, 13 Aug 2015, Scott Sullivan wrote: > >> Is there a parameter for the "convert" utility that allows reverting to >> RGB encoding when JPEG compression is requested for an RGB image? If >> there is no parameter for the command line or OLE, an option for Python >> or C would be helpful. > Unfortunately, currently there is no way other than to edit the source > code (near line 4509 of coders/tiff.c). > > I will try to come up with a reasonable solution for the next > release. Any suggestions you may have are appreciated. > > Bob ------------------------------------------------------------------------------