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