diff --git a/src/photo.c b/src/photo.c index 0ffa566..3128e22 100644 --- a/src/photo.c +++ b/src/photo.c @@ -140,6 +140,10 @@ void cammy_photo_dither(uint8_t *dest, int width, int height, int stride) { + static uint8_t values[4] = { + 0, 86, 171, 255 + }; + size_t x, y; for (y=0; y