View Single Post
Old 01-30-2009, 01:12 PM   #7
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,553
Karma: 19500001
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
Quote:
Originally Posted by Nate the great View Post
If someone could tell me how to resize all the images at the same time, or a macro that could do it, I'd appreciate it. I also have Word 2002, and don't mind using it. I can also down-convert the image resolution if necessary.
With ImageMagick it's as easy as:

Code:
convert -resample 72 input.jpg output.jpg
For batch processing, this can be put in a script or the "mogrify" command can be used. The "72" is the new dpi you want to down-sample your images to, "-resize 50%", for example, can be used instead.

I think there is an ImageMagick for windows too.
Jellby is online now   Reply With Quote