https://github.com/wintermi/tiff-convert
"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.
https://github.com/wintermi/tiff-convert
golang image-converter tiff
Last synced: about 1 month ago
JSON representation
"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.
- Host: GitHub
- URL: https://github.com/wintermi/tiff-convert
- Owner: wintermi
- License: apache-2.0
- Created: 2021-09-19T09:03:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-18T13:23:37.000Z (about 1 year ago)
- Last Synced: 2025-10-17T14:13:02.335Z (8 months ago)
- Topics: golang, image-converter, tiff
- Language: Go
- Homepage:
- Size: 35.2 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TIFF Converter
[](https://github.com/wintermi/tiff-convert/actions)
[](https://goreportcard.com/report/github.com/wintermi/tiff-convert)
[](https://github.com/wintermi/tiff-convert/blob/main/LICENSE)
[](https://github.com/wintermi/tiff-convert/releases)
## 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](https://github.com/wintermi/tiff-convert/blob/main/LICENSE) unless explicitly mentioned in the file header.