图片文件倒出异常

图片1.zip (1.0 MB)
使用版本:aspose-slides-cpp-windows-22.8
通过图片对象System::SharedPtr<Aspose::Slides::IPictureFrame> pictureShape的方法pictureShape->get_PictureFormat()->get_Picture()->get_Image()返回值为null,所有图片无法倒出
调用float relativeScaleHeight = pictureShape->get_RelativeScaleHeight();方法抛出异常System::NullReferenceException: Object reference not set to an intance of an object.

@101ppt,
感谢您联系支持。

我们需要更多详细信息来重现您遇到的错误。请分享以下数据和信息:

  • PowerPoint演示文件
  • 重现错误的完整代码示例
  • 执行代码的操作系统版本

PowerPoint演示文件: https://github.com/357809764/resource/blob/main/picture-error.zip
操作系统版本:Windows 10
示例代码(上传的ppt只插入了一张图片,此处先上传关键代码,看是否有帮助):
System::SharedPtr< Aspose::Slides::IPictureFrame> pictureShape;
System::SharedPtr< IPPImage> image = pictureShape->get_PictureFormat()->get_Picture()->get_Image();此时返回的image为null

@101ppt,
感谢您提供更多信息。我已经重现了从幻灯片布局中提取图像的问题,并将 ID 为 SLIDESCPP-3546 的工单添加到我们的问题跟踪系统中。 很抱歉给您带来不便。 我们的开发团队将调查此案。 问题解决后会通知您。

The issues you have found earlier (filed as SLIDESCPP-3546) have been fixed in Aspose.Slides for C++ 22.11 (Windows, Linux, macOS).
You can check all fixes on the Release Notes page.
You can also find the latest version of our library on the Product Download page.