# /usr/bin/convert public_html/test.png -resize 100x100 public_html/test_thumb.png
Altrimenti, via php, puoi usare il seguente comando
exec('/usr/bin/convert /home/USER/public_html/test.png -resize 100x100 /home/USER/public_html/test_thumb.png');