This project provides two Python scripts to convert image formats using Pillow (PIL) and imageio.
- Convert a
.png
file to.icns
(MacOS icon format) - Convert a
.png
file to.ico
(Windows icon format) - Simple and efficient image processing with Python
Before running the scripts, make sure you have the required dependencies installed:
pip install pillow imageio