create readme.md

This commit is contained in:
Murat Onur Yildirim 2022-10-02 13:16:12 +02:00
parent 7fbbb02650
commit c4d7c7ed4a

View File

@ -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`