| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
The dude abides
|
Does anyone know of a good program for MAC that resizes batches of images. Does Adobe bridge or lightbox do this?
|
|
|
|
|
|
#2 |
|
Senior Member
|
how bout photoshop. using predefined "actions"
__________________
"There is no solution because there is no problem" Marcel Duchamp |
|
|
|
|
|
|
|
|
#3 | |
|
Senior Member
Join Date: Apr 2007
Posts: 3,228
|
Quote:
http://www.creativemac.com/2002/04_a...ls/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/c...lkPTE5Mw_.html ![]() |
|
|
|
|
|
|
#4 |
|
Registered User
Join Date: Oct 2002
Posts: 120
|
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! |
|
|
|
|
|
#5 |
|
Senior Member
Join Date: Mar 2007
Posts: 217
|
In the Terminal, if you type
Code:
sips -Z size infile.ext -o --out outfile.ext Note that you can also resize more than one image at once by using the command Code:
sips -Z size infile1.ext infile2.ext infile3.ext ... --out outdir/ Bonus! It will autodetect the format from the file extension, so you can also use this to convert between image formats. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Scaling & Resizing an image... | 7of9 | ActionScript 1.0 (and below) | 4 | 10-20-2009 08:05 AM |
| Image zoom in/out and drag | L_Tambiah | ActionScript 1.0 (and below) | 10 | 02-12-2009 08:12 PM |
| image resizing and dynamic image buttons | umitdogan | ActionScript 2.0 | 7 | 05-19-2008 05:49 PM |
| FREE Image Gallery Code UPDATED w00t w00t!! | flavoredthunder | ActionScript 1.0 (and below) | 2 | 12-22-2006 02:18 PM |
| oxx{::FREE CODE Image Gallery .AS:::> | flavoredthunder | ActionScript 1.0 (and below) | 1 | 03-01-2003 01:48 AM |