Skip to content

A simple python program to compress image using Clustering Algorithm

Notifications You must be signed in to change notification settings

maniac0112/image_compressor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

image_compressor

A simple python program to compress image using Clustering Algorithm (K-means). This is a lossy compression method, meaning you can't convert back to the orignal image just from the compressed image. You can choose the value of "k" in the "main.py", based on how well you want to compress the image. Lower values of k indicate more compression but simulaneously, a poor quality image.

About

A simple python program to compress image using Clustering Algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages