Question about downsizingThis is a discussion on Question about downsizing within the Photo Tips forums, part of the Photography Information category; Let say I have a folder on my computer that has 300 full size jpeg pics in it. I want ...
(#1)
| | rebmeM muimerP
Posts: 6,225 Join Date: Jan 2005 Location: Watauga(DFW), Texas Real First Name: Jake Camera: Canon 5D2 Can Others Edit My Photos: Yes iTrader Rating: 14 LIKES Received: 352 LIKES Given: 275 | Question about downsizing -
12-27-2005, 10:18 AM
Let say I have a folder on my computer that has 300 full size jpeg pics in it. I want to downsize all of the to 600x400. When I run a batch action in photoshop it opens all 300 pics and then ask me how much jpeg compression I want for each pic even if I want the same for all. I dont want it to ask after every pic. How does everybody batch downsize?
I know this can't be rocket science, I'm just a little slow some times. | | | | | Sponsored Links | Premium Members do not see Google advertisements. SIGN UP today and help support our community.
|
(#2)
| | Uber Poster
Posts: 3,021 Join Date: Jun 2005 Location: Richardson, TX, Real First Name: Ashot Can Others Edit My Photos: Yes iTrader Rating: 1 LIKES Received: 0 LIKES Given: 0 |
12-27-2005, 10:21 AM
I either use PS action or ACDSee (use it for bulk resizing, renaming) | | | |
(#3)
| | Forum Master
Posts: 1,210 Join Date: Jan 2005 Location: Burkburnett, Texas Real First Name: Rick Camera: Canon Can Others Edit My Photos: Yes iTrader Rating: 0 LIKES Received: 0 LIKES Given: 0 |
12-27-2005, 10:22 AM
I would like to know this also. I have to sit there and answer each time that screen pops up. | | | |
(#4)
| | Uber Poster
Posts: 3,021 Join Date: Jun 2005 Location: Richardson, TX, Real First Name: Ashot Can Others Edit My Photos: Yes iTrader Rating: 1 LIKES Received: 0 LIKES Given: 0 |
12-27-2005, 10:32 AM
create an action (ex.Resize)
don't record... open orig image...start recording... resize image...flatten (just in case) .... save as (save in diff directory, choose compressioni)....close image... stop recording... start batch, choose orig location, choose "Resize action"
its it.
hope its helpful. | | | |
(#5)
| | Premium Member
Posts: 8,119 Join Date: Jan 2005 Location: Houston (Tomball), Texas Real First Name: Jesus Camera: Canon Can Others Edit My Photos: No iTrader Rating: 10 LIKES Received: 0 LIKES Given: 1 |
12-27-2005, 10:36 AM
How about just suing the Image Processor? Works great. You start it up from Bridge. Select the photos you want, go to Tools -> Photoshop -> Image Processor. It brings up a dialog box. To resize, enter the LARGEST of the dimension you want for both height/width, set the compression, set the output directory, let it rip.
It works great. Only problem I've seen is with the option to convert to sRGB. For some reason, on some B&W it fails. Since all mine are already sRGB, I don't bother with it. | | | |
(#6)
| | Permanently Banned
Posts: 1,854 Join Date: Jan 2005 Location: Clear Lake City, iTrader Rating: 0 LIKES Received: 0 LIKES Given: 0 |
12-27-2005, 10:36 AM
look for the checkbox under destination labeled "Override action "save as" commands. toggle that. should work.
--------------------------- ToddSpoth.com Sports Shooter Member
---------------------------------------
1Dmk2 , 50mm 2.5 + LSC, 50mm 1.8, 16-35 2.8L, 24-70mm 2.8L, 70-200 2.8L, 135mm f2L, 120-300 2.8 EX, Lomo LC-a, Elan 7ne, AE-1 Program, etcetc. | | | |
(#7)
| | rebmeM muimerP
Posts: 6,225 Join Date: Jan 2005 Location: Watauga(DFW), Texas Real First Name: Jake Camera: Canon 5D2 Can Others Edit My Photos: Yes iTrader Rating: 14 LIKES Received: 352 LIKES Given: 275 |
12-27-2005, 10:57 AM
Thanks for all the great tips!! I love this place  | | | |
(#8)
| | Senior Member
Posts: 314 Join Date: Mar 2005 Location: Lake Jackson, Real First Name: Steve Hoyles Camera: Sony DSC W125 iTrader Rating: 0 LIKES Received: 0 LIKES Given: 0 |
12-27-2005, 02:47 PM
Image processor also lets you run an action as you downsize. You can use the additional action to add a frame or sharpen etc.
Image processor is a little buggy and I agree that it crashes with B&W's some times but when it works it is a great time saver. | | | |
(#9)
| | Bit herder
Posts: 3,265 Join Date: Jan 2005 Location: Austin, Tx, Real First Name: Gordon Camera: Canon Can Others Edit My Photos: Yes iTrader Rating: 2 LIKES Received: 0 LIKES Given: 0 |
12-27-2005, 03:03 PM
You can also download the 'Image Processor' script for versions of PS before CS2
It is built in for CS2 already. Get it here for earlier versions. | | | |
(#10)
| | Senior Member
Posts: 308 Join Date: Nov 2005 Location: Houston, Texas Real First Name: Matthew Camera: Nikon D300 Can Others Edit My Photos: No iTrader Rating: 0 LIKES Received: 0 LIKES Given: 0 |
12-28-2005, 11:29 AM
Image Resizer
This PowerToy enables you to resize one or many image files with a right-click. Image Resizer
It lets you choose from several options.
640X480
800X600
1024X768 | | | |
(#11)
| | Member
Posts: 194 Join Date: Nov 2005 Location: Houston, Texas Real First Name: Ben Camera: Toyota Can Others Edit My Photos: No iTrader Rating: 1 LIKES Received: 0 LIKES Given: 0 |
12-31-2005, 01:07 AM
Is there a way to script the scripts like:
if ( 4x6 )
{
resize to ### pixels x ### pixels;
}
else if ( 6x4 )
{
resize to ### pixels x ### pixels;
}
cause right now i set my camera to not rotate the image automatically so I can batch process...then go in and manually flip them.
i know this is a lot...but what do you guys do | | | |
(#12)
| | tone-bending bas%@rd
Posts: 6,648 Join Date: Jan 2005 Location: Houston, Texas Real First Name: Jeff Camera: Nikon Can Others Edit My Photos: No iTrader Rating: 4 LIKES Received: 32 LIKES Given: 22 |
12-31-2005, 07:25 AM
Quote: |
Originally Posted by Ben Is there a way to script the scripts like:
if ( 4x6 )
{
resize to ### pixels x ### pixels;
}
else if ( 6x4 )
{
resize to ### pixels x ### pixels;
}
cause right now i set my camera to not rotate the image automatically so I can batch process...then go in and manually flip them.
i know this is a lot...but what do you guys do | You can do this from a script I believe, but not from an action. I just use two actions, one for horizontals, and one for verticals.
--------------------------- Jeff Kohn | The Majestic Landscape | Blog | More Images "The capacity to compose images is really the capacity to give coherence to sensed experience" - Robert Motherwell
| | | |
(#13)
| | Senior Member
Posts: 295 Join Date: Oct 2005 Location: Grand Prairie, TX, Texas Real First Name: Tony Camera: Nothing right now... Can Others Edit My Photos: Yes iTrader Rating: 0 LIKES Received: 0 LIKES Given: 0 |
12-31-2005, 08:27 AM
Quote: |
Originally Posted by Ben Is there a way to script the scripts like:
if ( 4x6 )
{
resize to ### pixels x ### pixels;
}
else if ( 6x4 )
{
resize to ### pixels x ### pixels;
}
cause right now i set my camera to not rotate the image automatically so I can batch process...then go in and manually flip them.
i know this is a lot...but what do you guys do | If you have both landscape and portrait orientation, an easy way to do it in an action, is to use the percentage (within image size) instead of telling it what pixel dimensions to use.
--------------------------- No Camera And No Lenses Right Now... Maybe a new Canon 1D series in the future? Pbase: JAO Pictures | | | |
(#14)
| | Member
Posts: 194 Join Date: Nov 2005 Location: Houston, Texas Real First Name: Ben Camera: Toyota Can Others Edit My Photos: No iTrader Rating: 1 LIKES Received: 0 LIKES Given: 0 |
12-31-2005, 11:15 AM
Quote: |
Originally Posted by gpbusa316 If you have both landscape and portrait orientation, an easy way to do it in an action, is to use the percentage (within image size) instead of telling it what pixel dimensions to use. | But if I crop a raw...and want to upsize to normal 4x6 or 6x4 that I usually use..I HAVE to use pixels.... | | | |
(#15)
| | Senior Member
Posts: 471 Join Date: May 2005 Location: Wylie, Real First Name: Matthew Camera: Canon 20D Can Others Edit My Photos: Yes iTrader Rating: 0 LIKES Received: 0 LIKES Given: 0 |
12-31-2005, 11:39 AM
When I have a batch resize to do, regardless of the orientation of the photo - this tool works for me.
Its called Oscars JPG Thumb Maker and its free. Here's the link, and a screenshot.
I think the options it has will do the trick.
Ive placed an arrow on the portion that i think may solve your 'script' issue.
Basically, if i want all my images to be 600 x 400 it absolutely does NOT matter whether its portrait or landscape mode - it knows the difference, and will size accordingly. http://www.mediachance.com/free/thumber.htm 
--------------------------- An expert at anything was once a beginner.
Canon 20D, 28-70mm L , 18-55mm, 80-200mm, 50mm, Canon G2
| | | | | Thread Tools | | | | Display Modes | Linear Mode |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | | Google Sponsors | Premium Members do not see Google advertisements. SIGN UP today and help support our community.
| |
Copyright ©2004 - 2011, Abel Longoria - www.Pixtus.com
Powered by vBulletin® Version 3.8.7 Copyright ©2000 - 2012, vBulletin Solutions, Inc. |