Images — Aspose.Slides FOSS Java API Reference
Images — Methods to instantiate and work with IImage.
Package: org.aspose.slides.foss
Methods
| Method | Returns | Description |
|---|---|---|
fromFile(String path) | IImage | Creates an image from a file path. |
fromStream(InputStream stream) | IImage | Creates an image from an input stream. |
fromStream(InputStream stream, String contentType) | IImage | Creates an image from an input stream with an explicit content type. |