Categorygithub.com/xaverhimmelsbach/quadtree-block-compression
repository
0.0.0-20230320181714-4c8cea999503
Repository: https://github.com/xaverhimmelsbach/quadtree-block-compression.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Quadtree Block Compression

Usage

Encoding

go run . -input original.jpg -output encoded.zip

Decoding

go run . -input encoded.zip -output decoded.jpg

Visualization

Set Visualization.Enable to True in config.yml to generate previews of the quadtree blocks and the encoded picture in the input size and with added padding.