Hello!
i´m trying to convert an image using imagemagick with the following line:
system("convert -geometry 600 source.gif dest.gif",$error);
after that, $error gives me the value "Array" or "127".
i´m using php3, tried full pathnames and it works on the command line.
Any help?
Florian