Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PPM-Compress

A small demonstration of SVD-based image compression in Rust. Works with PPM and any other formats supported by the image crate.

Compresses an image by decomposing each RGB channel with SVD and reconstructing it using only the top K singular values. Lower K = smaller/lossier, higher K = closer to the original.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages