unpack zips in src to better compression

This commit is contained in:
2022-10-20 13:28:49 +02:00
parent e25403bd5f
commit 87eb27f562
447 changed files with 55306 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
extern inline uint8 ditherize_32 ( uint8 * rgb, int16 * err, int8 ** buf);
extern inline uint8 dither_true ( uint8 * rgb, int16 * err, int8 ** buf);
extern inline uint8 dither_gray( uint8 *gray, int16 *err, int8 **buf);