I am using imagecreatefromjpeg() and imagepng() functions to convert JPG image to PNG. After that I am converting that PNG image back to JPG format with imagecreatefrompng() and imagejpeg() functions. As PNG is lossles format, both JPG images before and after conversions should have the same size, but sizes are different, why?
Thanks.
The sizes will only be the same if: