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
Multiple Image Resizing
Moderators: XnTriq, helmut, xnview
-
- Author of XnView
- Posts: 44883
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: Multiple Image Resizing
NoIs there any way to perform multiple resizes on a file in one go?
You can do that with NConvert, but is it interesting to have such feature in xnview??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?
Pierre.