up vote 3 down vote favorite
share [g+] share [fb]

How can I access/remove PNG metadata?

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

link|improve this question

78% accept rate
Filesystem metadata? Exif tags? – chuckharmston Sep 6 '09 at 22:29
feedback

5 Answers

up vote 1 down vote accepted

Take a look at Smush_it image optimizer + API.

link|improve this answer
Awesome. Thanks for the link; this isn't the solution I'm looking for, but it seems real helpful in future web builds. – konzepz Sep 6 '09 at 23:53
feedback

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.

link|improve this answer
1  
+1. This is really, really good tool! – Otaku May 24 '10 at 17:08
feedback

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

link|improve this answer
Interesting. Thanks. Any clue as to how I compile it in Terminal? – konzepz Sep 6 '09 at 23:55
1  
It's available in MacPorts if you have that installed, with "port install pngcrush". Otherwise you will need to follow the build instructions and may need the apple developer packages for headers etc. – dajobe Sep 7 '09 at 2:15
feedback

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.

link|improve this answer
feedback

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.