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
test.zip (173 KB)

@zsnqsl

This issue is reproduced at our end. Therefore, we’ve logged it in our internal issue tracking system with ticket ID CONVERSIONJAVA-1804. It’ll be now further investigated. You’ll be notified in case of any update.

The issues you have found earlier (filed as CONVERSIONJAVA-1804) have been fixed in this update. This message was posted using Bugs notification tool by Atir_Tahir