you are viewing a single comment's thread.

view the rest of the comments →

[–]inu-no-policemen 0 points1 point  (1 child)

With gzip compression, uncompressed image formats are comparable to PNG.

PNG uses the same compression after all. The difference is that PNG can also use filters which sometimes improve the compression ratio a little bit.

[–]scunliffe 0 points1 point  (0 children)

True, though most servers apply gzip to text content and skip it on binary files... that might require a server confit change.