xyzst / jpeg-to-png-processor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JPEG to PNG Processor

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.

Requirements

Usage

$ 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

About


Languages

Language:Python 100.0%