Changeset 2672 for libpipi/trunk/pipi/dither/dbs.c
- Timestamp:
- Aug 4, 2008, 11:50:02 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpipi/trunk/pipi/dither/dbs.c
r2670 r2672 77 77 tmp1data = (float *)tmp1p->pixels; 78 78 79 dst = pipi_dither_ floydsteinberg(src, PIPI_SCAN_SERPENTINE);79 dst = pipi_dither_random(src); 80 80 dstp = pipi_getpixels(dst, PIPI_PIXELS_Y_F); 81 81 dstdata = (float *)dstp->pixels;
Note: See TracChangeset
for help on using the changeset viewer.