Wow, this looks like just what I need! Are there MagickWand functions for this?

Thanks -- Kent


For dithering options, and expecially the later versions of IM that
allow user defined dithering threshold maps, see..
  http://imagemagick.org/Usage/quantize/#ordered-dither

I did a lot of work to get this up and running, and also allow multiple
color levels. though black and white dithering is still the default.

  convert logo.png -colorspace Gray  -ordered-dither o8x8 logo_bw_o8x8.gif


  Anthony Thyssen ( System Programmer )    <[EMAIL PROTECTED]>





  Kent Multer                  |\  /|
  Magic Metal Productions      | \/ |
  http://TheMagicM.com         |    |

 * Web developer/designer
 * Author, The Official Miva Web Scripting Book -- available on-line:
   http://www.amazon.com/exec/obidos/ISBN=0966103211/magicmetalproducA

_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to