Lossy compression of gray scale images using the methods describle at https://ieeexplore.ieee.org/document/7952444
this script uses the python image library (PIL) to prossesing images. to install requierments run the following command
pip install -r requirements.txtRun the script using following command
python main.pyBy giving the path of the image, it compress it and decompress the image and save it.