Skip to content

This is an Image Processing tool written in Python

Notifications You must be signed in to change notification settings

traleor/pixella

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pixella

This is an Image Processing tool written in Python. Th initial functionality for this tool is an efficient compression algorithm that can be used to compress images.

Functionalites

  • Image Compression
  • Image Resize

Setup Instructions

  • Download and Install the latest Python 3 on your computer. Install Now
  • Create a virtual environment where all packages will be installed.
# Windows
py -3 -m venv env
# Linux and Mac
python3 -m venv env
  • Activate the virtual environment.
# Windows
.\env\Scripts\activate
# Linux and Mac
source env/bin/activate
  • Install all the required packages.
pip install -r requirements.txt
  • Run main.py
<!-- test main algorithm -->
python main.py
<!-- run django app -->
python manage.py runserver
<!-- visit http://localhost:8000/ on your browser -->

Resources

About

This is an Image Processing tool written in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published