Home - Frequently asked questions

Packaging

Optimizing Your App Icon

There are several things you can do to shrink down the size of your icon:

For png you can also use the oxipng tool (https://github.com/shssoichiro/oxipng), which automagically optimizes your icon's file size without quality loss:

oxipng icon.png -s -o max

If you have png files in your project, you should also do this them to safe even more bytes.

Noteworthy parameters: