Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 351 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 351 Bytes

Real-Time Image Compression using SVD

This project demonstrates real-time image compression using Singular Value Decomposition (SVD) with a graphical user interface (GUI) built using Tkinter.

Features

  • Load and display color images.
  • Adjust the compression ratio using a slider.
  • Semi Real-time update and display of the compressed image.