Page 1 of 1

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

Posted: 2011-08-30T15:09:40-07:00
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 !

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

Posted: 2011-08-30T15:18:50-07:00
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.