Is there any mass photo resizer? I have a ton of shots I took with my cam today and I just got done post-processing most of it, the problem is I tried saving time by quickly saving it to jpeg after PP'ing. They are all around 4,000 by 3,000 resolution, is there a way to quickly resize them all without having to load them on photoshop and saving it one by one after resizing it's width to 1024?
download the trial version of ACDSEE Pro, and do a batch edit.
It's options will either allow you to save as the same file, as in overwrite the image or save under a different name.
Write an action in Photoshop and then run it as a batch process. This will do the same thing as the previous poster has suggested, but you won't need to download/install/learn new software.
If you have Photoshop CS3, there is a beautiful little script called Image Processor. Go to File > Scripts > Image Processor.... It's pretty self-explanatory. It's great that you can use it to run additional Actions that you might have in Photoshop and can even choose to include the ICC profile.
If you have Photoshop CS3, there is a beautiful little script called Image Processor. Go to File > Scripts > Image Processor.... It's pretty self-explanatory. It's great that you can use it to run additional Actions that you might have in Photoshop and can even choose to include the ICC profile.
I'd forgotten about that. It exists in CS4, but not CS. I don't know if it's in CS2, I have CS, 3 and 4 installed at the moment (don't ask, I'm lazy about deleting old programs)
In Picasa you can select a group of images and choose file>export. You get to specify size and jpeg quality. That's free and easy if you already use Picasa.
If you're a cheap geek, errr. . . if you prefer command-line driven open-source software, you could use the mogrify command of the imagemagick package
Cheap geek here !
I use convert instead of mogrify to write the resized image to a new file. I also sharpen the resized image, and add a simple border to it at the same time.
Apply "smart sharpening" (i.e. USM on a grayscale version of the luminance channel)
Add a 1-pixel white border
Add a 19-pixel black border around the white one
Write to a new file
This is all wrapped in a script that process a list of files I give it, with the size and borders all configurable on the command-line.
I don't mind making the script available if someone wants it, but it is meant for Linux systems. It *might* work under Cygwin bash shell in Windows, but I have not tested it.
People, can none of you read? The guy already has Photoshop, and Photoshop can do what he wants seamlessly, automatically and quickly. What's with all the recommendations for downloading, installing and learning how to use software that won't do the job as well?
Lets show a little bit of common sense here and tell the guy how to do it with the tools he has on hand.
How many posts does it take to tell him how to do this?
Other than Rich_A and myself, no one has given him information that is really useful, and my information was a little less than useful, though hopefully it would kickstart him to learn how to fish.
Elements 6 has a batch processing built right in. Just put all the photo's you want processed in a seperate folder, go to process multiple files click open folder and it will ask where the folder is located. Find folder click open and let it do its thing. Will take some time to do a large bunch but one hell of a lot faster than doing one at a time Two options I normally use is resize and sharpening. Any major rework has to be done before hand.
Is there any mass photo resizer? I have a ton of shots I took with my cam today and I just got done post-processing most of it, the problem is I tried saving time by quickly saving it to jpeg after PP'ing. They are all around 4,000 by 3,000 resolution, is there a way to quickly resize them all without having to load them on photoshop and saving it one by one after resizing it's width to 1024?
You should simply record an Photoshop action with one image. Don't forget to include a change of the colour space, when saving as JPG. JPGs should use sRGB, whereas with TIFFs or PSDs or RAWs you probably work in AdobeRGB or ProPhoto. Change the colour space with the EDIT/Convert to Profile command. This is the best way to keep the colours as they appear to your eye. You can include that into your action. After you recorded that action, you simply open the Bacth processing dialogue, choose your action and can define input and output folders. It is quite easy to do.