Skip to main content
JohnVo
Inspiring
August 25, 2014
Question

script to clear/strip exif looking for

  • August 25, 2014
  • 1 reply
  • 1149 views

hi

i'm looking for a script to clear/strip exif , for jpg files

i would like to run it under photoshop cs6 and cc or bridge

i know there is a script but i can't find anymore , i googled it nothing

i know there is a script to delete/clear all the paths

thanks

This topic has been closed for replies.

1 reply

c.pfaffenbichler
Community Expert
Community Expert
August 25, 2014
JohnVo
JohnVoAuthor
Inspiring
August 25, 2014

hi

yes

but i did not find the script

but i'm sure there is one called exifstrip.jsx but can't find it

JJMack
Community Expert
Community Expert
August 27, 2014

Did you read that thread?

Postby Andrew » Sun Dec 18, 2005 6:38 am

Exif info is read-only so I don't think you can play with it at all in PS, EXCEPT if you use Save For Web, it strips the exif along with everything else. That can be done with actions or with scripting.

Postby Mike Hale » Mon Dec 19, 2005 12:43 am

As Andrew said, you can't remove the camera data directly using Photoshop.

You can either strip the info using Save For Web, open the new version then add your info or as Xbytor pointed out at the Adobe site, make a new doc the same size as your doc then dupe your layer to the new doc. Then add your info to the new doc

========================================================================

You could try recording a Save For Web action and batching that or use the Image Processor Pro automate script to strip preview and metadata

JJMack