![]() |
Any ImageMagick experts?
I want to run an ImageMagick batch operation on a directory full of pictures.
I know the command that I want to run, but I don't have a batch script that will loop through all the pics. Anyone have anything like that? Thanks! |
whats the command
you can do mogrify -resize 800x600 *.jpg for example |
Quote:
Thanks fris... It didn't occur to me it would work with wildcards. :) |
Quote:
Code:
for i in *.jpg; do mogrify -resize 800x600 temp/$i; done |
All times are GMT -7. The time now is 12:53 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123