This project provides two Python scripts to convert image formats using Pillow (PIL) and imageio.
- Convert a
.pngfile to.icns(MacOS icon format) - Convert a
.pngfile 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