Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 561 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 561 Bytes

TiffUtils

Install dependencies

Just need run ./install to install all dependencies

Compress Tiff

Run the follow command:

python main.py compress <input_path> <output_path>

compress inform that the tiff will be compressed to 8 bits single-channel jpeg. Input path must be the path to tiff that will be compressed and output path the output of the compressing process.

Other functions

TiffUtils have other useful functions that will be added later in python manager, but the C++ source code is available in functions folder.