Skip to content
Snippets Groups Projects

Further optimize application icon compression

Merged Ghost User requested to merge da2x:master into master

Created by: da2x

Apply Zopfli lossless compression (zopflipng -m).

Removes 3.3 KB from download/install size and lowers memory footprint.

Merge request reports

Approval is optional

Merged by avatar (Jan 5, 2025 12:50am UTC)

Merge details

  • Changes merged into master with 27ad608d.
  • Deleted the source branch.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Hi @da2x. Thanks for pointing this out. The reason why none of the recently added icons have been optimized so far, is that I'm actually planning to get rid of most of them. Since most browsers now support SVG browser action icons, one single optimized SVG should suffice (see this compatibility matrix).

    That said, future plans are (of course) no reason to delay improvements that can benefit users today. So, thanks again. This is definitely a fine contribution, and I'll be sure to merge your Pull Request.

  • Author Contributor

    Created by: da2x

    For your SVG optimizing needs then: https://jakearchibald.github.io/svgomg/ 😄

Please register or sign in to reply
Loading