Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 461 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 461 Bytes

Image Converter

this software transforms a jpg image into png using c++ libraries

Using

download dependencie

# used for compare the diference betwen the images
sudo apt-get install imagemagick

Compile

g++ -o image_converter main.cpp lodepng.cpp -ljpeg

Running

./image_converter input.jpg output.png

Result

Please see the result here