Images

Overview

Images is a class in Aspose.Slides FOSS for Python. Inherits from: object.

Methods to instantiate and work with .

This class provides 2 methods for working with Images objects in Python programs. Available methods include: from_file, from_stream. All public members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package.

Methods

SignatureDescription
from_file()IImageLoads an image from a file and returns an IImage object
from_stream()IImageLoads an image from a binary stream and returns an IImage object

See Also