Images — Factory methods to create IImage instances.
Package: Aspose::Slides
Methods
| Method | Returns | Description |
|---|
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