Changeset 2605 for libpipi/trunk/pipi/dither.c
- Timestamp:
- Jul 29, 2008, 1:01:29 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpipi/trunk/pipi/dither.c
r2263 r2605 29 29 void pipi_dither_24to16(pipi_image_t *img) 30 30 { 31 /* XXX: disabled because this is not the right place... see pixels.c instead */ 32 #if 0 31 33 int *error, *nexterror; 32 34 uint32_t *p32; … … 85 87 free(error); 86 88 free(nexterror); 89 #endif 87 90 } 88 91
Note: See TracChangeset
for help on using the changeset viewer.