When resizing photoes using
Code: Select all
/usr/bin/convert 26623.jpg -quality 80 -resize 650x450 test.jpgAny idea what could be the problem?
Thanks in advance,
hg
Code: Select all
/usr/bin/convert 26623.jpg -quality 80 -resize 650x450 test.jpgCode: Select all
<?php
echo "<pre>";
system("convert -version");
echo "</pre>";
?>
Code: Select all
/usr/bin/convert -size 650x450 26623.jpg -quality 80 -resize 650x450 test.jpg
Users browsing this forum: Amazon [Bot], Bing [Bot], Semrush [Bot] and 16 guests