An image manipulation and compression app I’ve been working on.

After reading Jeff Atwood’s recent blog post on Zopfli optimization, I wanted to see how hard it would be to create a GUI to apply the compression algorithm to my PNG files.

The design is borrowed heavily from Teeny Tokyo. I don’t know whether I’ll ever release this thing, but if I do I’ll be sure to change the interface so John Saddington doesn’t punch me in the face.

prink

The thing is actually completely functional – except for the image resizing stuff – and does reduce the filesize of PNG images considerably. Unfortunately the compression algorithm is horrendously slow, sometimes taking 15-20 seconds per file. Basically, the only way this ever sees a public release is if I can make it run considerably faster with some multithreading magic.

Leave a Reply