wernsey / bitmap

A C module for manipulating bitmap/raster graphics
MIT No Attribution
70 stars 12 forks source link

gif: zero unused colors #7

Closed chatziko closed 4 years ago

chatziko commented 4 years ago

It looks like unused gif colors were written uninitialized to the file and valgrind was complaining about it. This tiny PR fixes this by zeroing them.

wernsey commented 4 years ago

Merged. Thank you