zowe / zowe.github.io

Zowe.org website development
https://zowe.org
Creative Commons Attribution 4.0 International
13 stars 34 forks source link

Switch logo from gif to apng to reduce size #874

Closed 1000TurquoisePogs closed 10 months ago

1000TurquoisePogs commented 10 months ago

PR https://github.com/zowe/zowe.github.io/pull/873 switched the logo on zowe.org from a 13kb SVG to a 880KB animated APNG, slowing page load, especially on slow connections.

This PR switches the GIF to APNG, a more efficient format for the same purpose, supported by all browsers: https://caniuse.com/?search=apng

This reduces the filesize from 880KB to 128KB with no quality loss.