Images — Aspose.Slides FOSS C++ API Reference

Images — Factory methods to create IImage instances.

Package: Aspose::Slides


Methods

MethodReturnsDescription
from_file()std::unique_ptr<Image>Creates an IImage from a file path.
from_stream()std::unique_ptr<Image>Creates an IImage from an input stream.

See Also