From: Tony Cook Date: Wed, 2 May 2001 02:59:33 +0000 (+0000) Subject: document the "tiny" option for tr_orddith X-Git-Tag: Imager-0.48^2~708 X-Git-Url: http://git.imager.perl.org/imager.git/commitdiff_plain/529ef1f359f9a917b389c65ff62b8b9ebbc2614c document the "tiny" option for tr_orddith --- diff --git a/Imager.pm b/Imager.pm index d7e1845b..2095b9a7 100644 --- a/Imager.pm +++ b/Imager.pm @@ -1692,8 +1692,7 @@ is 'ordered'. Possible values are: =item random -A semi-random map is used. The map is the same each time. Currently -the default (which may change.) +A semi-random map is used. The map is the same each time. =item dot8 @@ -1723,6 +1722,11 @@ diagonal line dither diagonal line dither +=item tiny + +dot matrix dither (currently the default). This is probably the best +for displays (like web pages). + =item custom A custom dither matrix is used - see tr_map