Image — Aspose.Slides FOSS C++ API Reference
Image — Represents a raster or vector image backed by in-memory data.
Package: Aspose::Slides
Methods
| Method | Returns | Description |
|---|---|---|
size() | Drawing::Size | Gets the size of the image in pixels. |
width() | int | Gets the width of the image in pixels. |
height() | int | Gets the height of the image in pixels. |
save() | void | Saves the image to a file. |
save() | void | Saves the image to a file. |
data() | std::span<const std::uint8_t> | Returns a read-only view of the raw image data. |