Search found 2 matches

by abakker
Thu Sep 09, 2004 9:01 am
Forum: GFL SDK
Topic: gif to jpeg - truecolors
Replies: 2
Views: 1909

Thanks, that did the trick.
by abakker
Tue Aug 24, 2004 2:12 pm
Forum: GFL SDK
Topic: gif to jpeg - truecolors
Replies: 2
Views: 1909

gif to jpeg - truecolors

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 ...