Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > General > Best Practices

Reply
 
Thread Tools Rate Thread Display Modes
Old 12-10-2007, 05:58 PM   #1
kool-Aid
The dude abides
 
kool-Aid's Avatar
 
Join Date: Sep 2006
Location: PA
Posts: 553
Send a message via AIM to kool-Aid
Default Batch image resizing

Does anyone know of a good program for MAC that resizes batches of images. Does Adobe bridge or lightbox do this?
kool-Aid is offline   Reply With Quote
Old 02-29-2008, 07:34 AM   #2
raskolnikov
Senior Member
 
raskolnikov's Avatar
 
Join Date: Aug 2001
Location: kl, malaysia
Posts: 359
Send a message via MSN to raskolnikov Send a message via Yahoo to raskolnikov
Default

how bout photoshop. using predefined "actions"
__________________
"There is no solution because there is no problem" Marcel Duchamp
raskolnikov is offline   Reply With Quote
Old 02-29-2008, 02:24 PM   #3
asf8
Senior Member
 
Join Date: Apr 2007
Posts: 3,228
Default

Quote:
Originally Posted by kool-Aid View Post
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_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

asf8 is offline   Reply With Quote
Old 04-01-2008, 06:53 PM   #4
Caravaggio
Registered User
 
Caravaggio's Avatar
 
Join Date: Oct 2002
Posts: 120
Default

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!
Caravaggio is offline   Reply With Quote
Old 04-01-2008, 07:04 PM   #5
Durnus
Senior Member
 
Join Date: Mar 2007
Posts: 217
Default

In the Terminal, if you type
Code:
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
Code:
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.
Durnus is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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


All times are GMT. The time now is 04:09 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.