Skip to content

Latest commit

 

History

History
executable file
·
17 lines (13 loc) · 468 Bytes

readme.md

File metadata and controls

executable file
·
17 lines (13 loc) · 468 Bytes

Voronoi Compression

Uses Voronoi cells to compress and decompress an image.

Usage

compression.py [-h] -i IN_IMAGE -o OUT_IMAGE

arguments:
  -h, --help            show this help message and exit
  -i IN_IMAGE, --in-image IN_IMAGE
                        the filepath to read an image from, this image will be
                        compressed
  -o OUT_IMAGE, --out-image OUT_IMAGE
                        the filepath to write the compressed image to