Page 1 of 1
gif to jpeg - truecolors
Posted: Tue Aug 24, 2004 2:12 pm
by abakker
To convert a GIF file to a JPEG file you need to use -TRUECOLORS with NCONVERT. I want to do the same with the GFL SDK, but could not get it to work. I used various values (GFL_RGB, GFL_ARGB, etc) for COLORMODEL in GFL_LOAD_PARAMS, but this did not seem to work. How do I set TRUECOLORS in the GFL SDK?
Andre
Re: gif to jpeg - truecolors
Posted: Thu Sep 09, 2004 7:24 am
by xnview
abakker wrote:To convert a GIF file to a JPEG file you need to use -TRUECOLORS with NCONVERT. I want to do the same with the GFL SDK, but could not get it to work. I used various values (GFL_RGB, GFL_ARGB, etc) for COLORMODEL in GFL_LOAD_PARAMS, but this did not seem to work. How do I set TRUECOLORS in the GFL SDK?
Use gflChangeColorDepth
Pierre.
Posted: Thu Sep 09, 2004 9:01 am
by abakker
Thanks, that did the trick.