kohler / gifsicle

Create, manipulate, and optimize GIF images and animations
http://www.lcdf.org/gifsicle/
GNU General Public License v2.0
3.79k stars 241 forks source link

Add precise colormapping option #189

Open Solstice245 opened 1 year ago

Solstice245 commented 1 year ago

Currently, when a color map is specified via a text file (could be the same with others but I haven't tested) the output file's color map does not always match the input color map, since it gets reduced to only use colors which actually appear in the GIF's images. I would like an option to make it so that this does not happen. Basically, I want an option so that input colormap == output colormap.