Skip to content

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

License

Notifications You must be signed in to change notification settings

wintermi/tiff-convert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages