why png size doesn't change after using http gzip compression

后端 未结 4 870
隐瞒了意图╮
隐瞒了意图╮ 2020-12-31 01:50

I use following .htaccess to set gzip compression:

AddOutputFilterByType DEFLATE text/html image/png image/jpeg text/css text/javascript

Pl

4条回答
  •  春和景丽
    2020-12-31 02:24

    If you want to make your PNGs smaller use https://tinypng.com/ or other png optimizer. Yes, it fully supports alpha channel too.

提交回复
热议问题