Hi there,
Just a little problem I guess... I have stripped out just an imageresize
string for ImageMagic in a php-file:
<?
exec('convert -quality 100 -antialias -sample 100x100
/var/www/html/aftermath2.jpg /var/www/html/thumb_aftermath .jpg');
?>
The string would work in a shell, but not using the above php-file. Any
idea's?
Greetz,
Roger
Just a little problem I guess... I have stripped out just an imageresize
string for ImageMagic in a php-file:
<?
exec('convert -quality 100 -antialias -sample 100x100
/var/www/html/aftermath2.jpg /var/www/html/thumb_aftermath .jpg');
?>
The string would work in a shell, but not using the above php-file. Any
idea's?
Greetz,
Roger
Comment