Skip to content

alexandruCarp/QuadtreeCompression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuadTree

A CLI tool for compressing images in PPM format, using quadtrees. The decompressed image will preserve the original image quality up to a threshold defined by the user (if threshold is 0 then there is no quality loss).

Build & Run

Use make to build the quadtree binary. Run the binary in the following form:

./quadtree [-c factor | -d | -m type] [input_file] [output_file]

  • -c compress image using factor as threshold
  • -d decompress file
  • -m mirror image horizontally (type = h) or vertically (type = v)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published