GroupDocs.Conversion. Image has shadows

test.zip (172.5 KB)

Converter converter = new Converter(“E://test.webp”);
ImageConvertOptions options = new ImageConvertOptions();
options.setFormat(ImageFileType.Jpg);
String savePath = “E://test.jpg”;
converter.convert(savePath , options);

test.jpg .The jpg image has shadows

This topic has been moved to the related forum: GroupDocs.Conversion. Image has shadows - Free Support Forum - groupdocs.com