访问 PNG 元数据
如何访问/删除 PNG 元数据?
我正在寻找 Mac 应用程序或 PHP 代码片段。
How can I access/remove PNG metadata?
I'm looking for a Mac application or a PHP snippet.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
很抱歉发布一个 Windows 软件,但如果您没有找到任何适用于 MAC 的软件,有 TweakPNG,这是迄今为止我见过的最好的 PNG 反汇编器。
Sorry to post a Windows software, but if you don't find anything good for MAC, there's TweakPNG, which is by far the best PNG disassembler I've seen.
PNGCrush 可以删除元数据以及优化/重新压缩位图图像。
PNGCrush can remove metadata as well as optimize/recompress the bitmap images.
看一下
Smush_it
图像优化器 + API。Take a look at
Smush_it
image optimizer + API.exiftool 是一个 Perl 命令行应用程序和库,能够写入 PNG 元数据。它是多平台的,甚至还有 OS X 安装程序版本。
exiftool is a Perl command-line application and library that has the ability to write PNG metadata. It is multi-platform, and even has an OS X installer version.
在 iUseThis 上搜索 png 会生成一长串用于修剪 png 的应用程序。
我安装了 ImageOptim,但我不记得那个是不是其中最好的。我确实尝试了一些。
A search for png on iUseThis yields a long list of apps for trimming pngs.
I have ImageOptim installed, but I cannot remember if that one really was the best of them all. I did try out a few.
我的对另一个问题的回答给出了一个简短的Python脚本,可以删除所有非关键块。您需要下载 PyPNG,但这只是一个 Python 文件。
My answer to another question gives a short Python script that removes all non-critical chunks. You'll need to download PyPNG, but that's just one Python file.