gifflen-sample
gifflen-sample copied to clipboard
Bitmap color reduction and GIF encoding
Results
3
gifflen-sample issues
Sort by
recently updated
recently updated
newest added
When encoding large images (640x480) + I encounter a crash during quantization especially on this line (gifflen.cpp:919): ``` while (i < samplepixels) { /*b = p[0]
Fix incorrect pointer arithmetic resulting to memory access errors when encoding large bitmaps
awesome work btw