
:quality(90)/article-new/2021/06/image-1.png)
Code: Select allvar f = File("/c/captures/a. Click and then drag to the right-hand workflow panel. Or use the search bar to search for thumbnail. In the list of actions (second from left), scroll down and choose Create Thumbnail Images.

Also, I don’t need to write anything to the tags as this code does (I’d prefer just to delete or wipe the content and/or tags so they don’t show up). From the Library in the left column, click on Photos to narrow the available actions. This code doesn't require Photoshop which I like and could be done with Automator, but it only references the one tag. I don’t have much coding experience, but I found the JavaScript code below on PS-Scripts as a starting point. While that works great for me, I have lots of vendors that would need this in their workflows so it would be easier for them to use an action with the Photoshop Events Manager "On Document Open", or via an Automator script (JavaScript or AppleScript) in their workflows than installing ExifTool.

I can do this with Exiftool with this code: exiftool -m -overwrite_original_in_place -EXIF:ImageDescription= -XMP-dc:Description= -IPTC:Caption-Abstract= FILE When opening a new document, choose Calendar Alarm for your workflow type. In this example, Automator is going to set a Calendar event that gives you an alert with your upcoming weekly Calendar Events. I am trying to remove the tags/descriptions below from TIF, PSD and PSB images: Calendar Alarm: Get a Weekly Schedule Summary. Is there an equivalent of deleteProperty(XMPConst.NS_DC, "description”) or some way to clear out EXIF:ImageDescription, XMP-dc:Description and IPTC:Caption-Abstract with a Photoshop Script (ie, JavaScript or AppleScript)?
