Search found 3 matches

by echo1986
2012-07-18T19:34:28-07:00
Forum: Developers
Topic: use global color table instead of local color table
Replies: 3
Views: 5634

Re: use global color table instead of local color table

I have resolved the Problem, when I use methord QuantizeImages() ,I don't set parameter whether dither or not,After set QuantizeInfo.dither=MagickFalse,It reach original file size.
by echo1986
2012-07-18T06:19:16-07:00
Forum: Developers
Topic: use global color table instead of local color table
Replies: 3
Views: 5634

Re: use global color table instead of local color table

ImageMagick utilizes a global colormap if all images in your sequence have the exact same colormap. You can ensure it does with the RemapImages() method. Thanks for your quick respondse,after using QuantizeImages(),size of my gif has been increased form 141163 bytes to 179110 bytes,in your advice i ...
by echo1986
2012-07-18T05:22:08-07:00
Forum: Developers
Topic: use global color table instead of local color table
Replies: 3
Views: 5634

use global color table instead of local color table

Hi, all
Now,I am using Magickcore API for my project,In order to reduce Gif file size,I need to use global color table instead of local color table,but I can't find any C api that can fix my problem.
thanks for any help. :D