An open API service indexing awesome lists of open source software.

https://github.com/nullhawk/image-compressor

Image compressor made using PyQt which uses singular value decomposition to compress the image
https://github.com/nullhawk/image-compressor

Last synced: about 1 year ago
JSON representation

Image compressor made using PyQt which uses singular value decomposition to compress the image

Awesome Lists containing this project

README

          

# Image-Compressor
Image compressor made using PyQt which uses singular value decomposition to compress the image

## Setup The project
- ### Install requirments
- `pip install -r requirements. txt`
- ### Run the GUI
- `python compressor_UI.py`

## Screens

![Screenshot 2024-04-10 231415](https://github.com/nullHawk/Image-Compressor/assets/83297944/63de10c3-a75c-49aa-82ce-ae128936dd09)

![Screenshot 2024-04-10 231439](https://github.com/nullHawk/Image-Compressor/assets/83297944/8bb05891-9cd4-476d-815c-718457ab5c77)

![Screenshot 2024-04-10 231506](https://github.com/nullHawk/Image-Compressor/assets/83297944/7991114c-324b-4129-b847-ca3389d695d8)

![Screenshot 2024-04-10 231518](https://github.com/nullHawk/Image-Compressor/assets/83297944/d5fd9328-ccfb-49d9-aa06-a2e6657607f4)