projects/convert_Imgs/README.md
These scripts can change format of images from PNG to JPG and JPG to PNG
Required Modules
To install:
$ pip install -r requirements.txt
convertDynamic.py into the directory where images
are (PNG and/or JPG). And run:
$ python convertDynamic.py
JPGtoPNG.py existsnaruto_first.jpg inside JPGtoPNG.py
(line 3) to input file name (JPG).naruto.png inside JPGtoPNG.py(line 4) to
output file name (PNG). $ python JPGtoPNG.py PNGtoJPG.py existsnaruto_first.png inside PNGtoJPG.py
(line 3) to input file name (PNG).naruto.jpg inside PNGtoJPG.py
(line 4) to output file name (JPG). $ python PNGtoJPG.py