Low Performance when Converting Presentation Shapes to Images in C++

Hi,
We are using Aspose.slides for C++ 24.5 version for getting shape thumbnails. While running performance tests, we have observed that shape->GetImage() api is the heaviest call and takes around 32% of total time.

Can you provide insights why how this call works, and are there any lighter versions we can use to get better performance?

Thanks

@pankajku,
Thank you for describing the issue. We are sorry that you encountered this problem. Our developers periodically improve the performance of Aspose.Slides. Could you please clarify if you are experiencing poor performance of the IShape->GetImage method for certain shapes or presentations? If yes, could you please provide sample files?

Unfortunately, at the moment the only way to improve the performance of this method is to downscale the images.

Shape Thumbnails|Aspose.Slides Documentation