Skip to content
/ pngpeg Public

CLI png to jpeg converter written in pure rust

Notifications You must be signed in to change notification settings

uek-1/pngpeg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages