Quick combine

Takes two photos and combines them side-by-side with 150px in between.

Actions Used

shortcuts-action-icon-repeat-with-each.webp
Repeat with Each
Takes a list of items as input, and runs the contained actions once for each item in the list.
shortcuts-action-icon-if.webp
If
Tests if a condition is true, and if so, runs the actions inside. Otherwise, the actions under “Otherwise” are run.
shortcuts-action-icon-combine-images.webp
Combine Images
Combines the images passed into the action horizontally, vertically, or in a grid.
shortcuts-action-icon-resize-image.webp
Resize Image
Scales images to a particular width and height.
shortcuts-action-icon-get-item-from-list.webp
Get Item from List
Returns one or more items from the list passed as input. You can get the first item, the last item, a random item, the item at a particular index, or items in a range of indexes.
shortcuts-action-icon-quick-look.webp
Quick Look
Displays a preview of the input.
shortcuts-action-icon-save-to-photo-album.webp
Save to Photo Album
Adds the photos and video passed as input to the specified photo album. This action is required if you want images, photos, or videos in Shortcuts to be saved into the Photos app.
Select File
Prompts to select files or folders.
shortcuts-action-icon-stop-and-output.webp
Stop and Output
Stops execution of the current shortcut, and outputs content. This action is useful when: • Running a shortcut from another shortcut (using the Run Shortcut action). The output will be used as the output of the Run Shortcut action. • Running a shortcut from Quick Actions in Finder on macOS. The output will be saved as a file alongside the files selected in Finder. • Running a shortcut from Services on macOS. The output will replace the selected content, if applicable. • Or, when running a shortcut from another location that supports output, like the command-line or the Shortcuts URL scheme. No more actions will be run after this action.

Extra Details

Run Shortcut deep link
shortcuts://run-shortcut?name=Quick%20combine
Open Shortcut deep link
shortcuts://open-shortcut?name=Quick%20combine
AppleScript code
tell application “Shortcuts Events” run shortcut “Quick combine” end tell

More From This Folder

More From The Library


Get way deeper into Shortcuts – become a member.