Alternate solution using the command line. Put an ampersand at the end and you can start scripting while it is converting in the background.bash# for i in *jpg; do convert "$i" -resize '800x600' "resize-${i}"; +done
In reply to Re: Using ImageMagick effectively
by trippledubs
in thread Using ImageMagick effectively
by Aldebaran
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |