An open API service indexing awesome lists of open source software.

https://github.com/ozcotech/convert_projects

Convert Image
https://github.com/ozcotech/convert_projects

convert converting-images macos windows

Last synced: 2 months ago
JSON representation

Convert Image

Awesome Lists containing this project

README

          

# 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:

```bash
pip install pillow imageio