From: Tony Cook Date: Sun, 22 Apr 2001 10:46:46 +0000 (+0000) Subject: added another transparency quantization method X-Git-Tag: Imager-0.48^2~738 X-Git-Url: http://git.imager.perl.org/imager.git/commitdiff_plain/34ba4c5b9bed0e3703823748f7c68a6ceb4996e4 added another transparency quantization method --- diff --git a/image.h b/image.h index 1da3deb3..3bfb76a4 100644 --- a/image.h +++ b/image.h @@ -251,6 +251,7 @@ typedef enum i_ord_dith_tag od_vline, od_slashline, /* / line dither */ od_backline, /* \ line dither */ + od_tiny, /* small checkerbox */ od_custom /* custom 8x8 map */ } i_ord_dith;