Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/berkspar/optimage
:camera: A image optimizer built in Python with Pillow.
https://github.com/berkspar/optimage
image-compression image-converter image-optimizer pillow python
Last synced: 11 days ago
JSON representation
:camera: A image optimizer built in Python with Pillow.
- Host: GitHub
- URL: https://github.com/berkspar/optimage
- Owner: BerkSpar
- Created: 2020-10-02T00:18:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-18T20:09:34.000Z (almost 4 years ago)
- Last Synced: 2024-11-08T03:39:44.418Z (2 months ago)
- Topics: image-compression, image-converter, image-optimizer, pillow, python
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Optimage
An image optimizer software built in Python with Pillow library. Just all you need to optimize your images in your command line.## Sumary
* [Introduction](#introduction)
* [How to install](#how-to-install)
* [How to code](#how-to-code)## Introduction
This software helps you to optimize, move and convert any image file. It's use a Python library called Pillow that have a lot of functionalities and help to do what you want in the best way.### How to install
* Download the [lastest release](https://github.com/BerkSpar/optimage/releases).
* Add to your environment path.
* Run `opt --help` on your favorite command line.### How to code
* Clone this repo in your machine.
* Make sure you have [Python](https://www.python.org/downloads).
* Install Pillow typing `pip install Pillow` on you command line.
* Run the code on your favorite IDE.