unpack zips in src to better compression
This commit is contained in:
3
sources/z-tools/trunk/zview/zvdi/dither.h
Normal file
3
sources/z-tools/trunk/zview/zvdi/dither.h
Normal 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);
|
||||
Reference in New Issue
Block a user