Changeset 956 for libcaca/trunk/test
- Timestamp:
- May 18, 2006, 8:09:44 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/test/export.c
r932 r956 109 109 dither = cucul_create_dither(32, 256, 256, 4 * 256, 110 110 0x00ff0000, 0x0000ff00, 0x000000ff, 0x0); 111 if(!strcmp(format, "ansi") || !strcmp(format, "utf8")) 112 cucul_set_dither_charset(dither, "shades"); 111 113 cucul_dither_bitmap(cv, 0, 0, cucul_get_canvas_width(cv), 112 114 cucul_get_canvas_height(cv), dither, pixels);
Note: See TracChangeset
for help on using the changeset viewer.