Page 1 of 1

Multiple Image Resizing

Posted: Fri Jan 25, 2008 8:47 am
by --00--
Hi

Is there any way to perform multiple resizes on a file in one go?

If I have one file, I want to run one process that resizes to three different sizes in one process. A large version, and calls it large_xxxx.jpg (2700px) and a medium_xxxxx.jpg (1600px) and a small_xxxx.jpg (800px).

It needs to run it as one process.

How can this be done? Is there a command prompt language that can do this?

Or does anyone know how to do this in Python?

Thanks

Re: Multiple Image Resizing

Posted: Wed Jan 30, 2008 3:42 pm
by xnview
Is there any way to perform multiple resizes on a file in one go?
No
If I have one file, I want to run one process that resizes to three different sizes in one process. A large version, and calls it large_xxxx.jpg (2700px) and a medium_xxxxx.jpg (1600px) and a small_xxxx.jpg (800px).

It needs to run it as one process.

How can this be done? Is there a command prompt language that can do this?
You can do that with NConvert, but is it interesting to have such feature in xnview??