windows 删除图像元数据中的“程序名称”
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/5414300/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
removing 'Program Name' in metadata for images
提问by gavsiu
In Windows file properties, it's called 'Program Name' under Origin. In Adobe Bridge, it's called 'Application' under File Properties.
在 Windows 文件属性中,它在 Origin 下称为“程序名称”。在 Adobe Bridge 中,它在文件属性下称为“应用程序”。
I believe it adds the name of the program used to create the file. It cannot be edited/removed in Bridge or Windows.
我相信它添加了用于创建文件的程序的名称。它不能在 Bridge 或 Windows 中编辑/删除。
I really don't understand how it gets added because certain images taken from a camera and edited in Lightroom does not add the attribute, and other times it does. One file was edited in Photoshop and tagged Photoshop, but when imported into Lightroom and exported, the attribute said Windows Photo Viewer instead.
我真的不明白它是如何添加的,因为某些从相机拍摄并在 Lightroom 中编辑的图像不会添加该属性,而其他时候它会添加。一个文件在 Photoshop 中编辑并标记为 Photoshop,但当导入 Lightroom 并导出时,该属性改为显示 Windows 照片查看器。
Bottom line, I want the attribute deleted. Can't seem to find a reference to that attribute or how to remove it online.
最重要的是,我希望删除该属性。似乎无法找到对该属性的引用或如何在线删除它。
回答by
Referring my answer here. 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.
在这里参考我的回答。我尝试了所有这些从来不适合我的 exiftool 软件。假设您使用的是 Windows(或 Windows 10),问题的解决方案非常简单。您可以选择要删除的属性。如果这对您有用,请将其标记为正确答案。
回答by Sen Jacob
If you need a freeware, use ExifTool
如果您需要免费软件,请使用ExifTool
ExifToolGUI for Windowsis a nice GUI for the ExifTool
ExifToolGUI for Windows是ExifTool 的一个很好的 GUI
回答by Maxon
gavsiu, try Exifcleaner by Superutils -- it can remove picture metadata selectively:
gavsiu,试试 Superutils 的 Exifcleaner——它可以有选择地删除图片元数据:
ExifCleaneris a batch photographic utility that lets selectively remove Exif tags from JPEG photos.
ExifCleaner是一个批量照片实用程序,可以有选择地从 JPEG 照片中删除 Exif 标签。
On the Clean Setup - Clean Options pane, check the Software item, and set other boxes unchecked. Hope this helps.
在 Clean Setup - Clean Options 窗格中,选中 Software 项,并取消选中其他复选框。希望这可以帮助。
By the way, removing of absolutely all metadata is not a good idea -- it is useful for archiving purposes.
顺便说一句,删除绝对所有的元数据并不是一个好主意——它对于归档目的很有用。
回答by Anomie
I guess you are talking about jpeg images, which probably means exif data. You could try exiv2to manipulate that data; as an extreme measure, the -da
option should remove all exif metadata.
我猜你在谈论 jpeg 图像,这可能意味着 exif 数据。您可以尝试使用exiv2来操作该数据;作为一种极端措施,该-da
选项应删除所有 exif 元数据。
If you're not talking about jpeg images, you should be more specific.
如果你不是在谈论 jpeg 图像,你应该更具体。