diff --git a/scripts/tiff_converter/readme.md b/scripts/tiff_converter/readme.md new file mode 100644 index 0000000..71832f3 --- /dev/null +++ b/scripts/tiff_converter/readme.md @@ -0,0 +1,7 @@ +# 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`