Skip to content

Image-Size-Compressor is a user-friendly website that compresses the size of images for efficient sharing and storage. Developed with Python Flask, HTML, and CSS. Convert MB to KB, GB to MB.

License

Notifications You must be signed in to change notification settings

jayachandru001/Image-Size-Compressor

Repository files navigation

Image Quality Reducer

Steps to Follow

Create Virtual environment

  1. pip install virtualenv
  2. python -m virtualenv ivenv
  3. ivenv\Scripts\activate

Install required Libraries

  1. pip install flask
  2. pip install pillow

Run the command in CMD at the 'img_compressor.py' path.

Set FLASK_APP = img_compressor.py

Set FLASK_ENVIRONMENT = development

flask run
Index Page

1681604164113

Result Page

1681604195230

Image with high Quality

1681603872763

Compressed_img

1681603856256

About

Image-Size-Compressor is a user-friendly website that compresses the size of images for efficient sharing and storage. Developed with Python Flask, HTML, and CSS. Convert MB to KB, GB to MB.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published