访问 PNG 元数据

发布于 2024-08-04 10:50:42 字数 57 浏览 6 评论 0原文

如何访问/删除 PNG 元数据?

我正在寻找 Mac 应用程序或 PHP 代码片段。

How can I access/remove PNG metadata?

I'm looking for a Mac application or a PHP snippet.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(6

梦情居士 2024-08-11 10:50:42

很抱歉发布一个 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.

你是暖光i 2024-08-11 10:50:42

PNGCrush 可以删除元数据以及优化/重新压缩位图图像。

PNGCrush can remove metadata as well as optimize/recompress the bitmap images.

怪我入戏太深 2024-08-11 10:50:42

看一下 Smush_it 图像优化器 + API。

Take a look at Smush_it image optimizer + API.

似狗非友 2024-08-11 10:50:42

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.

无可置疑 2024-08-11 10:50:42

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.

葬シ愛 2024-08-11 10:50:42

我的对另一个问题的回答给出了一个简短的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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文