Hi Corona!
I have been using display.save for my photo app and have noticed a glaring issue with the jpeg quality. Even when you set the jpegQuality parameter to 1, the quality is still very low!
corona 100% quality jpeg (i.e. jpegQuality=1 ) :
paint.net 100% quality jpeg:
As you can see there is a lot of distortion on the hearts in corona’s version while the paint.net version is crystal clear.
Is there a bug in the display.save api that is not actually using the best quality for jpegs even when specified? Or perhaps the algorithm used in corona for jpegs is outdated?
I would really like to use the jpeg format and not png because jpeg file size is so much smaller, even when set to 100% quality.
Please advise, thanks!