A small utility module written in Python which converts all JPEG files to corresponding PNG files. Maintains the directory structure of the directory to be processed.
- Python 3.X
- Pillow (https://python-pillow.org)
$ git clone https://github.com/xyzst/jpeg-to-png-processor.git
$ cd jpeg-to-png-processor
$ pip install -r requirements.txt
$ python3 processor.py /absolute/path/to/jpegs /absolute/path/to/store/pngs