Closed djagiello closed 6 years ago
Would it be possible for you to use 24bit PNGs as the source images ? I don't think gifencoder handles 8bit source images too well.
btw. the gif file format has a maximum of 256 entries in the palette, so it's always 8bit / pixel.
Closed as inactive
My first quality problem was the wrongly set resolution of the output image which resulted in such quality: After setting the resolution, the picture has definitely returned to a more mundane look:
Unfortunately, I encountered another problem related to the final result. I have pictures in 8 bit colors, and the output gif has 24 bit colors. This affects the quality of the original image terribly. How can you set the number of colors to 8 bits?
My code:
My git repository with graphic and code: https://github.com/djagiello/gifgen