To batch crop photos to preset dimensions, you have several options depending on your preferred platform (Windows, macOS, or online), and whether you prefer GUI tools or command-line automation. Here’s a concise guide for each method:
1. Using Free Software (GUI-Based)
Windows/Mac: IrfanView (Windows only)
-
Steps:
-
Download and install IrfanView and IrfanView Plugins.
-
Go to
File > Batch Conversion/Rename
. -
Add all images to the input list.
-
Select
Advanced
and enableCrop
. -
Set the X/Y position and width/height to your preset dimensions.
-
Start batch.
-
macOS: Preview + Automator
-
Steps:
-
Use Automator to create a custom workflow.
-
Add action
Get Specified Finder Items
. -
Add
Crop Images
action (requires scripting or 3rd party tools like ImageMagick). -
Save and run the workflow to crop.
-
2. Using Online Tools
(Use when you don’t want to install software.)
-
Tools: https://bulkresizephotos.com/, https://www.birme.net/
-
Steps:
-
Upload all images.
-
Set cropping area (top-left/center).
-
Set exact width and height (e.g., 800×600).
-
Export/download all at once.
-
3. Using Command-Line: ImageMagick (Cross-platform)
Install ImageMagick
-
Windows/Mac/Linux: https://imagemagick.org
Batch Crop Command
-
800x600
= target size -
+0+0
= crop offset (change if needed) -
-gravity Center
= centers the crop -
output_folder
= folder for results
4. Photoshop (Batch with Actions + Image Processor)
-
Create a new Action that crops to your preset size.
-
Use
File > Scripts > Image Processor
orFile > Automate > Batch
. -
Apply your cropping Action to an entire folder.
Let me know your OS and if you’d prefer a no-code or automated approach—I can give you a tailored script or tool walkthrough.
Leave a Reply