Page 1 of 1

Convert PNG to jpg

Posted: Fri Jun 09, 2017 2:36 pm
by itsariddle
Hello everyone,

I have a really big problem. When I try to convert some png files into jpg files I get really bad results. Every jpg which was made out of a png file gets some strange fragments and I don't really understand how to avoid that.

Hopefully, you can help me with this problem.

Re: Convert PNG to jpg

Posted: Fri Jun 09, 2017 3:35 pm
by bdragon
First thing to do is to apply a conversion to 24 bits as jpgs do not support transparency (32 bits)

Then apply everything else. It is important to know that the order of execution has a meaning.

Saving a jpg straight shows all the artifacts which were hidden by the transparency applied by the maker of the png.