How to remove 'Program Name' from Images?

故事扮演 提交于 2019-12-11 14:27:50

问题


I've tried the solutions from here: removing 'Program Name' in metadata for images but, nothing worked. Is there a way to remove all the 'Photoshop' information from the image and retain the other metadata in it, created by photoshop (eg: name, contact info, copyright info etc.)

EDIT: The 'Program Name' from the properties menu when someone right clicks on an image in windows.


回答1:


I tried all these exiftool software that never worked for me. Assuming you are on Windows (or Windows 10), the solution to the problem was very simple. You can select which property you want to remove. If this worked for you, kindly mark it as the right answer.




回答2:


It would be helpful if you could post an image, or link, so that we could see what you mean. Maybe you can run:

jhead -v -v yourimage.jpg

and edit your question and post the output.

In the meantime, you will probably find that one of the following options does what you want:

jhead -du -di -dx yourimage.jpg

You can test with the first command I gave above.

jhead is available from here.



来源:https://stackoverflow.com/questions/25849418/how-to-remove-program-name-from-images

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!