idesis-gmbh / png2icons

Create Apple ICNS and Microsoft ICO files from PNG
MIT License
104 stars 10 forks source link

Can this package convert ICNS to ICO and vice versa? Additionally, can it convert ICNS to an array of PNG files? #8

Open futuremotiondev opened 2 years ago

futuremotiondev commented 2 years ago

I'm trying to understand the flexibility of this module. I need a solution that will convert an ICNS file either directly to an ICO, or to a set of PNG files at the embedded resolutions from the ICNS file.

Is this possible? Thanks much.

mn4367 commented 2 years ago

No, unfortunately that's not possible. Maybe I'll add this feature in the future so I'll leave this issue open.

rollingmoai commented 1 year ago

or to a set of PNG files at the embedded resolutions from the ICNS file.

Try out https://github.com/JackMordaunt/icns. Additionally, the latest development version of GIMP (2.99.14) has added support for the ICNS format.