tiff-convert

command module
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 8, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

README

TIFF Converter

Workflows Go Report License Release

Description

"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)

Known Limitations

The current version only exports the pages using the PNG Encoder. Additional formats will be added in a future release.

License

tiff-convert is released under the Apache License 2.0 unless explicitly mentioned in the file header.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL