02GF74
|
posted on 17/9/07 at 11:02 AM |
|
|
jpg file resizing program - batch
Is there a jpg file resizing program that can be run from thje command line so that I can write a batch file to resize many files?
i.e. works something like:
resize -50 myBig.jpg mySmall.jpg
where -50 is percentage
myBig.jpg is input file
mySmall.jpg is resized output file.
I do not want to open each file, resize, save to new file etc. as that isfar too slow.
|
|
|
BenB
|
posted on 17/9/07 at 11:13 AM |
|
|
You could use something like http://www.rw-designer.com/picture-resize
but it doesn't do percentages just a fixed output size.
or
http://www.1000files.com/Multimedia_and_Design/Image_Conversion/Batch_Image_Commander_19485_Review.html
|
|
ReMan
|
posted on 17/9/07 at 11:31 AM |
|
|
Paint Shop Pro
Will do all but rename.
But will save the resized files to a different directory
|
|
RazMan
|
posted on 17/9/07 at 11:35 AM |
|
|
Pixresiszer does exactly that
Cheers,
Raz
When thinking outside the box doesn't work any more, it's time to build a new box
|
|
RoadkillUK
|
posted on 17/9/07 at 04:47 PM |
|
|
ACDSee will do it but it's not free ... ever heard of torrents
It's a file viewer, I've used it for years, comes with an editor and can batch convert/rename amongst other things.
Roadkill - Lee
www.bradford7.co.uk
Latest Picture (14 Sept 2014)
|
|
ironside
|
posted on 17/9/07 at 05:06 PM |
|
|
Yes,
ImageMagick - http://www.imagemagick.org/
It's free and the command line syntax is almost exactly as you wrote it.
|
|