Image Handling Shortcuts

The Shortcuts app has a large number of actions that manipulate or alter images, and examples are convert, resize, crop, flip, mask, overlay (text or image), and remove image background. Most of these are easily implemented and their operation requires no explanation.

I thought I would write an example shortcut in which multiple images are resized. Other actions are then easily substituted.

Resize Images.shortcut (22.7 KB)

This shortcut uses the ExifTool utility to get an image’s Exif metadata, which is then saved to a text file.

ExifTool.shortcut (23.2 KB)