Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 860 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 860 Bytes

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

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.
  • 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.
  • Install Pillow typing pip install Pillow on you command line.
  • Run the code on your favorite IDE.