RetouchPRO

Go Back   RetouchPRO > Technique > Photo Retouching
Register Blogs FAQ Site Nav Search Today's Posts Mark Forums Read Chat Room


Photo Retouching "Improving" photos, post-production, correction, etc.

Reply
 
Thread Tools
  #1  
Old 12-19-2011, 06:37 AM
Junior Member
 
Join Date: Dec 2011
Posts: 1
Deleting Photoshop History Log in CS4?

Good Morning Forum Members,

I was wondering how to delete the history log of what was done in Photoshop CS4 from the metadata of an image?

Have a Good Day,
Shaun
Reply With Quote
  #2  
Old 12-19-2011, 07:30 AM
Moderator
Patron
 
Join Date: Dec 2005
Posts: 2,900
Re: Deleting Photoshop History Log in CS4?

Quote:
Originally Posted by S. Levy View Post
Good Morning Forum Members,

I was wondering how to delete the history log of what was done in Photoshop CS4 from the metadata of an image?

Have a Good Day,
Shaun
You have 2 practical options. The 1st is to open your file, Select All, Copy, New Document, Paste. This will create a new copy of your image but you will lose ALL of the metadata.
2nd option, is to use a Hex Editor, open the file, go to the section with the History tab info, and then just delete it / replace it with blanks (screenshot attached).

Regards, Murray
Attached Images
File Type: jpg Screenshot2.jpg (194.7 KB, 19 views)
Reply With Quote
  #3  
Old 12-19-2011, 09:50 AM
Junior Member
 
Join Date: Jan 2010
Posts: 7
Re: Deleting Photoshop History Log in CS4?

A better option would be to use ExifTool to remove the data..
http://www.sno.phy.queensu.ca/~phil/exiftool/

Or use a Bridge script IE:
Code:
#target bridge
clearHistory = {}; 
clearHistory.execute = function(){
  var sels = app.document.selections;
  for (var i = 0; i < sels.length; i++){  
      var md = sels[i].synchronousMetadata;
     md.namespace = "http://ns.adobe.com/photoshop/1.0/";
     md.History = " ";
  } 
} 
if (BridgeTalk.appName == "bridge"){ 
  var menu = MenuElement.create( "command", "Clear history in Metadata", "at the end of Tools"); 
  menu.onSelect = clearHistory.execute; 
}
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Photoshop CS4 & CS5 crash on quitting. gholmes1936 Photoshop Help 8 12-25-2010 12:54 AM
Photoshop size versus RetouchPro size of pix. Canna W Website Feedback 2 12-06-2010 02:25 AM
Photoshop Art History Palette knife sergio2263 Turning Portraits into Digital Sketches, Oils, Watercolors 4 12-30-2009 04:01 PM
Photoshop CS4 Basics Book? pumpkincat210 Non-RetouchPRO Resources 6 08-24-2009 09:50 PM
Deleting Photoshop preferences Doug Nelson Photo Retouching 0 05-20-2002 12:20 AM


All times are GMT -6. The time now is 07:04 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2
Copyright © 2008 Doug Nelson. All Rights Reserved