Hi,
I tried converting image from PNG to JPEG using Aspose Imaging 2.1.0.0. The input image was a transparent and the output had a black background.
PFA for the image input and output.
Below is the code I used
Image image = Image.load("input.png");<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
image.save("output.jpg", new JpegOptions());
Please help me out in this. We do have a license version of Aspose total in JPMC.
Thanks,
Amit