문제

How can I access/remove PNG metadata?

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

도움이 되었습니까?

해결책

Take a look at Smush_it image optimizer + API.

다른 팁

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 can remove metadata as well as optimize/recompress the bitmap images.

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.

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.

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top