Automation #3 - Resizing Photos Using Automator
July 20th, 2009Photo JPG files from modern digital camera has a high resolution that is often not necessary if you are posting the photos on the web for viewing. For example a 10M pixel camera typically produces photos in 2816×2112 resolution. For web viewing purpose, you might want to scale down to 1024 or 800 pixel for faster uploading and viewing.
You can use iPhoto or Preview to scale JPG file, but Automator can help you automate the process if you have large number of JPGs.
For this tutorial, we are getting Automator to automate the following:
- Prompt to ask us to choose the photos
- Copy the photos to Pictures>output folder so that original photos are not changed
- Apply resize action to the photos in the Pictures>output folder.
We are going to create an Automator workflow for this task, and will drag the necessary actions from the library to the workflow to achieve the above tasks.
We are starting a new automation series where we post tutorials and tips on automating repetitive tasks and batch processing on the Mac. We will cover topics on Automator, AppleScript, Bash scripting and Ruby/Python programming. We give a brief overview to these tools and languages in the first post of the series.


