https://github.com/calcuis/png-icns-convertor
https://github.com/calcuis/png-icns-convertor
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/calcuis/png-icns-convertor
- Owner: calcuis
- Created: 2024-01-06T23:18:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-06T23:23:23.000Z (over 1 year ago)
- Last Synced: 2025-01-21T13:11:49.601Z (5 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### convert png into icns
This Python code opens a PNG image file named "logo.png," and then it saves the image in ICNS format with a specified size of 24x24 pixels, resulting in an ICNS file (for Mac icon) named "logo.icns" containing an icon image suitable for a 24x24 pixel resolution.**Reference**
github.com/calcuis/png-ico-convertor