Ogeoluwa / Image-Reducer

A python script for optimizing images used on the web.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Reducer

This is a script used for optimization of images. It is used for thumbnailing pictures while retaining the original quality of the picture.

Requirements

The requirements for this script are:

  1. Python 3.6 and above.

  2. PIL(Pillow).

Usage

  1. Clone the repo https://Ifihanolusheye/Image-Reducer.

  2. Place the script in the working directory to be used.

  3. Run the command python main.py name of folder to be thumbaniled\ name of new directory\.

Example:

Hint: You can change the dimension in the main.py file.

About

A python script for optimizing images used on the web.

License:MIT License


Languages

Language:Python 100.0%