Search found 1 match

by mef
2011-07-05T08:38:38-07:00
Forum: Users
Topic: Creating multiple thumbnails without re-reading original
Replies: 1
Views: 4483

Creating multiple thumbnails without re-reading original

I'm trying to create multiple thumbnails of different dimensions from an original without re-reading the original each time, in a single convert command. The command that seems to work best is: convert 'original.jpg' -write mpr:orig +delete \ mpr:orig -resize 'x150>' -write '150.jpg' +delete \ mpr ...