python-scripts/scripts/tiff_converter/readme.md

8 lines
161 B
Markdown
Raw Normal View History

2022-10-02 11:16:12 +00:00
# TIFF to PNG/JPEG
A simple script converts TIFF files to (i).png and (ii).jpeg
## Usage
* Dependency:
* Pillow
* Use `python3 -m pip install --upgrade Pillow`