Resizing images in macOS is easily done in the Preview app, but if your daily workflow requires you to scale images to a specific size – for uploading to a blog, for example – then using an image resize service is a much faster way of getting the job done.

resize image service with automator
In this article, we'll show you how to use the Automator app to create a simple service that will have you resizing images in just a couple of clicks, without even going near an image editing app. Keep reading to learn how it's done.

How to Create a Resize Image Service in Automator

  1. Launch Automator from the Applications folder.
    1 Automator

  2. Click New Document.

  3. Choose Service as the type of your document.
    2 Automator document type

  4. Click the Service receives selected dropdown menu and select image files.

  5. Select Files and Folders in the Actions sidebar, and drag Get Specified Finder Items to the workflow area.
    resize image service automator image files

  6. Select Photos in the Actions sidebar, and drag Scale Images to the workflow area.
    image resize service automator scale action

  7. Automator will prompt you to add a Copy Finder Items Action to save the original files in a separate folder. We're sticking to a simple workflow of resizing images here, so we click Don't Add.

  8. In the Scale Images action panel, type the width that you want to resize your images to. We're going to use 1200 pixels.
    image resize service automator pixel size

  9. In the Automator menu bar, select File -> Save..., call your new service "Resize Image", and click Save.

Next time you want to resize an image, simply right-click (or Ctrl-click) the file in Finder and select Services -> Resize Image from the contextual dropdown menu. You can also drag a selection box over several images and resize them all in one go using the service.

resize image service
Why not assign a key shortcut to your image resize service to speed up the process? To do so, launch System Preferences, select the Keyboard pane, and click the Shortcuts tab. Select Services from the sidebar and you should find Resize Image near the bottom of the list. Just click it, select Add Shortcut, and finally, enter your custom key combination.

resize image service shortcut

Top Rated Comments

TheralSadurns Avatar
66 months ago
@MacRumors:

I really like these kind of tutorials. But I think you should try to find a way to group and organize them. So that people can find them after the fact.

Maybe create an overview page with an index... or make it a wiki or something. The things listed here are really cool and useful... like this they may be underused though.
Score: 15 Votes (Like | Disagree)
Xavier Avatar
66 months ago
Automater is one of those tools that hardly anyone knows about. I use it all the time to convert a bulk amount of files, like PDF to JPG.
Score: 2 Votes (Like | Disagree)
Glmnet1 Avatar
66 months ago
@MacRumors:

I really like these kind of tutorials. But I think you should try to find a way to group and organize them. So that people can find them after the fact.

Maybe create an overview page with an index... or make it a wiki or something. The things listed here are really cool and useful... like this they may be underused though.
There is one right there: https://www.macrumors.com/roundup/macos-10-13/#macos_high_sierra_guides_and_tutorials

It's not very easy to find though!
Score: 1 Votes (Like | Disagree)