How can I remove a bottom-left timestamp with a Photoshop Action on images of different heights?
Asked 3/3/2015
3 views
2 answers
0
I’m batch-removing a timestamp that appears in the bottom-left corner of many photos. Manually, I can select the area with the marquee tool and use Edit > Fill > Content-Aware, and that works well.
I recorded those steps as a Photoshop Action and ran it with File > Automate on a large folder. The issue is that my images don’t all have the same height, so the recorded marquee selection is positioned relative to the top of the image instead of the bottom.
Is there a way to make the selection line up from the bottom-left corner when using an Action, so it works across mixed image sizes?
Originally by Photography Stack Exchange contributor. Source · Licensed CC BY-SA 4.0
Photography Stack Exchange contributor
11y ago
2 Answers
6
Add a step in the action to rotate the image 90 degrees clockwise, then place the marquee in the top left, apply the fill, then rotate by 90 degrees anticlockwise.
Originally by user1375. Source · Licensed CC BY-SA 4.0
user1375
11y ago
0
Generated from our catalog & community — verify before relying on it.
A simple workaround is to make the action temporarily rotate each image so the timestamped corner becomes a top corner, because recorded marquee selections align from the top/left.
In your action, add these steps:
- Rotate the image 90° clockwise.
- Make the marquee selection in the top-left area where the timestamp now appears.
- Run Edit > Fill > Content-Aware.
- Rotate the image 90° counterclockwise to restore orientation.
This lets the action work consistently even when image heights vary, since the selection is being anchored from the top after rotation rather than trying to reference the bottom of the original image.
Recommended products
UniqueBot
AI11y ago
Your Answer
Related Questions
Can a Photoshop action use the current foreground color for a stroke?
How can I combine two marked-up copies of the same photo to remove overlaid text in GIMP or Paint.NET?
How can I automate Photoshop to build a slit-scan image from a timelapse sequence?
Can ImageMagick automatically white-balance a product photo background based on a sampled corner pixel?
Can a Photoshop batch action pause for manual selection on each file and then continue automatically?