Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 469 Bytes

File metadata and controls

19 lines (12 loc) · 469 Bytes

Image Converter

Image Format Converter

This project provides two Python scripts to convert image formats using Pillow (PIL) and imageio.

Features

  • 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

Installation

Before running the scripts, make sure you have the required dependencies installed:

pip install pillow imageio