Image doesn't look right

TextWrapping_Example2.jpg (50.5 KB)
TextWrapping_Example1.jpg (71.7 KB)
TextWrapping_Example pptx files.zip (41.2 KB)

Any help or advice would be greatly appreciated. Thanks. -Mat

@mshriver,

I have observed your comments. Can you please explain your issue in more details along with sample code and environment details. Also please share which Aspose.Slides version you are using on your end.

Yes. I am using Aspose.Slides for .NET 18.7.0
I generated the jpg images I attached previously from the pptx files in the zip that I attached. I used a function that is something like this:

Dim slidePath As String = “c:\TextWrapping_Example1.pptx”
Using artPres As New Aspose.Slides.Presentation(slidePath)
Dim Artslide As ISlide = artPres.Slides(0)
Dim artSharpPath As String = slidePath.Replace(".pptx", “.jpg”)
Dim artBmp As System.Drawing.Bitmap = Artslide.GetThumbnail(1.0F * 2, 1.0F * 2)
artBmp.Save(artSharpPath, System.Drawing.Imaging.ImageFormat.Jpeg)
End Using

If you compare the jpg files to the pptx files you will see that the there is a problem. Thank you.

@mshriver,

I have worked with presentation files shared by you using Aspose.Slides 18.9 and have been able to observe issue. A ticket with ID SLIDESNET-40624 has been added in our issue tracking system to resolve the issue. This thread has been associated with the ticket so that we share notification with you once issue will be fixed.