mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-24 04:21:12 +00:00
161 B
161 B
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