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

gabriel-batistuta/jpg-converter-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published