pngpeg converts .png files to .jpeg (JFIF) files
Clone to desired directory.
Build using "cargo build --release".
Place binary found in target/build/release into directory with desired image file.
Type "pngpeg .png .jpg" in the terminal.
Currently, pngpeg is W.I.P. The PNG decoder is complete, and the JPEG encoder is about 75% complete.