There's a huge number of woefully unoptimized PNG images in circulation.
For those unaware, PNG is a lossless image format. However it supports many, many methods of image encoding and compression, all of which (barring software bugs) will result in the *exact same* bitmap data.
There are many tools for png optimization, but for this example I'm going to be using what I have and am familiar with, pngcrush - there are other tools available, mostly non open-source, that theoretically can get a fraction of a percent even more compression than pngcrush.
Taking post #2722713 as an example:
pngcrush -brute -ow 835463e08fe57a6139e252a23f4a23fd.png
Yields a file that is 10,114,461 bytes, verses the original 11,909,012 bytes.
I think it would benefit everyone concerned, including the esix infrastructure and everyone who downloads the image, to replace the original with this optimized version.
If I was to do this on any kind of large scale, I'd be flagging a _lot_ of posts for removal, and I'm wondering if there are any "etiquette" concerns for doing this?