You can also watch this video at YouTube (but with ads).
Siri Shortcuts: Applying a Photo Watermark
Comments: 5 Responses to “Siri Shortcuts: Applying a Photo Watermark”
Comments Closed.
You can also watch this video at YouTube (but with ads).
Very nice. Any similar Automator technique on the Mac?
John: Not that I can think of. Of course there are many ways to edit images, but doing a quick watermark+share action like this in Automator would be tough as there are no good sharing options.
This is great. One problem. The image is overlaid at a fixed size, irrespective of the background resolution. Is there an addition to the shortcut to say keep the image at 10% of the width of the background image?
Rod: I don't think that is an option. Most people would have images of the same resolution, taken by the same camera (the iPhone being used). And, after all, it is a "shortcut" so if you have more specific needs you can get an app or use an image editing app to do it. The idea here is to have a quick way to do it.
Gary, what I wanted was to be able to apply the same overlay to images that were downloaded from the web, or screenshots from the iPhone or iPad. I took it as a challenge to get this working.
I ended up with the following steps
• Get Details of Images to return the width of the background image
• Calculate to determine the width at 10%. Width * 0.1
• Set result to imageWidth variable
• Now it is a simple process to set the width to imageWidth in Overlay Image.