Images
Overview
Images is a class in Aspose.Slides FOSS for Java.
Methods to instantiate and work with {@link IImage}.
Methods
| Signature | Description |
|---|---|
fromFile(path: String) → IImage | Creates an image from a file path. |
fromStream(stream: InputStream) → IImage | Creates an image from an input stream. |
fromStream(stream: InputStream, contentType: String) → IImage | Creates an image from an input stream with an explicit content type. |