View Full Version : Batch image resizing
kool-Aid
12-10-2007, 05:58 PM
Does anyone know of a good program for MAC that resizes batches of images. Does Adobe bridge or lightbox do this?
raskolnikov
02-29-2008, 07:34 AM
how bout photoshop. using predefined "actions"
Does anyone know of a good program for MAC that resizes batches of images. Does Adobe bridge or lightbox do this?
Yeah as raskolnikov said photoshop actions could do it!
http://www.creativemac.com/2002/04_apr/tutorials/psbatch.htm
There is also this thats FREE:
http://www.aramk.net/photodrop/
I think most Mac's ship with a GraphicConverter bundle, which could do it also. (Do a search on your Mac for GraphicConverter) http://www.lemkesoft.com/xd/public/content/index._cGlkPTE5Mw_.html
;)
Caravaggio
04-01-2008, 06:53 PM
I was pissed to find that Imageready wasn't dropped from CS3. Not caused I used the program all that much, but found its droplets for batch processing much easier than Photoshop's.
I did start playing with Fireworks batch processor and holy cow is it easier than either of the aforementioned applications!
Durnus
04-01-2008, 07:04 PM
In the Terminal, if you type sips -Z size infile.ext -o --out outfile.ext where size is the desired length of the longer side (in pixels), infile.ext is the source file, and outfile.ext is the result.
Note that you can also resize more than one image at once by using the command sips -Z size infile1.ext infile2.ext infile3.ext ... --out outdir/ where outdir/ is the output folder (you can also resize all of the images in a folder by replacing infile1.ext infile2.ext infile2.ext ... with indir/*, if all of your images are in indir/).
Bonus! It will autodetect the format from the file extension, so you can also use this to convert between image formats.
|
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.