Skip to content

mdmev/Image_Compression_Using_Quadtrees

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image_Compression_Using_Quadtrees

This is a Quad-Tree algorithm implementation in C usign stb_image.h and std_image_write.h libraries.

Examples

Original Image

Out.jpg ()

Out.jpg ()

Run Locally

Compiling

  gcc src/main.c -lm -o main.exe

Run the code

  ./main.exe img/"image.jpg" qtree_level

Related

Some related projects [STB Image] (https://github.com/nothings/stb)

Author

License

MIT

About

Image Compression algorithm using Quad-Trees in C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages