Search found 1 match
- 2017-03-21T11:33:24-07:00
- Forum: Users
- Topic: Image resizing via drag & drop
- Replies: 4
- Views: 3210
Re: Image resizing via drag & drop
So you want a script that resizes all images in one folders, writing the results in three other folders. Is that right?
This seems easy. For IM v6, something like:
cd blah/blah/l
mogrify -path blah/blah/m -resize 960x540 *.png
mogrify -path blah/blah/s -resize 640x360 *.png
mogrify -path blah ...