circuitpython/shared-module/gifio
Jeff Epler e733876574 dither in x/y, not i/j
The easiest thing to implement was to use the i/j numbers, but they were not
directly related to image x/y coordinates.  This may slow things down a tiny
little bit, but it looks much better.
2021-10-27 16:52:56 -05:00
..
GifWriter.c dither in x/y, not i/j 2021-10-27 16:52:56 -05:00
GifWriter.h gifio: Add dithered output 2021-10-27 10:54:31 -05:00
__init__.c Implement gifio.GifWriter 2021-10-26 08:54:18 -05:00
__init__.h Implement gifio.GifWriter 2021-10-26 08:54:18 -05:00