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
- Host: GitHub
- URL: https://github.com/ozcotech/convert_projects
- Owner: ozcotech
- Created: 2025-02-23T17:13:09.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-23T17:20:40.000Z (over 1 year ago)
- Last Synced: 2025-02-23T18:29:23.671Z (over 1 year ago)
- Topics: convert, converting-images, macos, windows
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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