Monday, 26 August 2013

ImageMagick; PHP, equivalent to shell "convert"

ImageMagick; PHP, equivalent to shell "convert"

In my webhosting, I can't use shell, is there any alternative for this
command?
system("convert $src +dither -layers optimize -depth 16 -colors 32 $dest");
I want to compress gif files, so I need preserve animation.
Thanks for any help.

No comments:

Post a Comment