Images — Aspose.Slides FOSS Java API Reference

Images — Methods to instantiate and work with IImage.

Package: org.aspose.slides.foss


Methods

MethodReturnsDescription
fromFile(String path)IImageCreates an image from a file path.
fromStream(InputStream stream)IImageCreates an image from an input stream.
fromStream(InputStream stream, String contentType)IImageCreates an image from an input stream with an explicit content type.

See Also