Search found 4 matches
- Sun Dec 24, 2023 6:43 pm
- Forum: Help Me
- Topic: Get Larger Thumbnail/Image Preview (512px) from PSB with Code
- Replies: 0
- Views: 11201
Get Larger Thumbnail/Image Preview (512px) from PSB with Code
Is it possible to extract a 512px image thumbnail/preview in under a second from large images (10GB+ PSBs) on MacOS without having to open in Photoshop/Bridge? USE CASE I need to quickly get an image preview/thumbnail (~512px) of a batch of large multi-GB images on import into FileMaker to accompan...
- Tue Feb 21, 2023 2:32 am
- Forum: Photoshop Scripting - General Discussion
- Topic: Script to Remove "Description" tag/metadata in PSD/PSB?
- Replies: 7
- Views: 17615
Re: Script to Remove "Description" tag/metadata in PSD/PSB?
Thank you @Kukurykus... that was my post to the same topic. :D I actually have a more recent, more detailed one at the link below with my latest findings: Can the "Description" metadata fields be deleted with a Photoshop Script? Was hoping perhaps you may have some wisdom to share on this ...
- Sat Feb 11, 2023 5:56 pm
- Forum: Photoshop Scripting - General Discussion
- Topic: Script to Remove "Description" tag/metadata in PSD/PSB?
- Replies: 7
- Views: 17615
Re: Script to Remove "Description" tag/metadata in PSD/PSB?
Depending on the metadata, yes. It could be done multiple ways depending on the need/ease (i.e., Adobe Bridge, with scripts, Exiftool, etc.).ambrelangelidou wrote: ↑Sat Feb 11, 2023 12:15 pm Are you able to modify the metadata of your PSD files as you wish? Or can you just delete them?
- Sun Feb 05, 2023 1:49 am
- Forum: Photoshop Scripting - General Discussion
- Topic: Script to Remove "Description" tag/metadata in PSD/PSB?
- Replies: 7
- Views: 17615
Script to Remove "Description" tag/metadata in PSD/PSB?
I want to get rid of the description listed in the "Get Info" field of the MacOS Finder using a Photoshop script. Using EXIFTOOL I found that the data I'm looking to remove is in 3 tags: [EXIF:IFD0] ImageDescription [XMP:XMP-dc] Description [IPTC] Caption-Abstract EXIFTOOL can remove with ...