"+dither -colors 2 -normalize" in php ?

IMagick is a native PHP extension to create and modify images using the ImageMagick API. ImageMagick Studio LLC did not write nor does it maintain the IMagick extension, however, IMagick users are welcome to discuss the extension here.
Post Reply
poiuytrez
Posts: 1
Joined: 2011-08-30T15:06:00-07:00
Authentication code: 8675308

"+dither -colors 2 -normalize" in php ?

Post by poiuytrez »

Hello,

I would like to convert an image using " +dither -colors 2 -normalize " but I have not found the corresponding parameters on :
http://php.net/manual/en/book.imagick.php

Any ideas ?

Thanks a lot !
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: "+dither -colors 2 -normalize" in php ?

Post by fmw42 »

see http://us3.php.net/manual/en/book.imagick.php

http://us3.php.net/manual/en/function.i ... eimage.php
http://us3.php.net/manual/en/function.i ... eimage.php (not too sure about this one, though)

Note I am not an iMagick user, so I cannot help much further.
Post Reply