"tiff-convert" recursively walks the input path searching for all TIFF files and exporting each page of these TIFF files to the output path as an image file using the image encoder stated.
USAGE:
tiff-convert -e ENCODER -i PATH -o PATH
ARGS:
-e string
Page Encoder [png] (Required) (default "png")
-i string
Input Path (Required)
-o string
Output Path (Required)
The current version only exports the pages using the PNG Encoder. Additional formats will be added in a future release.
tiff-convert is released under the Apache License 2.0 unless explicitly mentioned in the file header.