ODP to PPTX - Images flip in direction (Java)

Using aspose-slides-20.1-jdk16.jar to convert ODP to PPTX.
When I converted an ODP with images in it to a PPTX. Some of the images were flipped in direction, after using Aspose the images were facing the wrong way.

Code below:
com.aspose.slides.Presentation presentation = new com.aspose.slides.Presentation(inputPath);
presentation.save(outputPath, com.aspose.slides.SaveFormat.Pptx);

Before/after sample attached.
ImagesFlipped.zip (3.5 MB)

@simon.wiseman,

I have worked with the presentation file shared by you and have been able to observe the issue. An issue with ID SLIDESJAVA-38048 has been created in our issue tracking system to further investigate and resolve the issue. This thread has been linked with the issue so that you may be notified once the issue will be fixed.

The issues you have found earlier (filed as SLIDESJAVA-38048) have been fixed in this update.

Thank you. the fixes have been sorted.All works now.

@simon.wiseman,

Thank you for sharing positive feedback.