Hacker News new | ask | show | jobs
by adamjernst 4533 days ago
pngquant is great. I make an iPhone app that displays transit maps. Transit maps are ideal candidates for quantization (limited color range, large blocks of color that are perfect for RLE) and I saved a lot of file size by quantizing the map tiles. Thanks pngquant!
1 comments

Sounds like vector images could be used effectively there.