>> |
Anonymous
I don't know how OP did it but I did mine with shell scripting, ImageMagick and Gifsicle.
The idea is to divide an image into segments containing less than 257 colors and store them as frames with local color map in GIF. Each frame in GIF can have 256 colors.
|