Images

Overview

Images is a class in Aspose.Slides FOSS for C++.

Factory methods to create IImage instances.

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

Methods

SignatureDescription
Images()
from_file(filename: std::string_view)std::unique_ptr<Image>Creates an IImage from a file path.
from_stream(stream: std::istream)std::unique_ptr<Image>Creates an IImage from an input stream.

See Also