this software transforms a jpg image into png using c++ libraries
# used for compare the diference betwen the images
sudo apt-get install imagemagick
g++ -o image_converter main.cpp lodepng.cpp -ljpeg
./image_converter input.jpg output.png
Please see the result here