The Image class contains objects for importing image files and enumerations used when defining images in Visualize. More...
#include <hps.h>
Classes | |
| class | ExportOptionsKit |
| The HPS::Image::ExportOptionsKit class contains options that will be used to export image files. More... | |
| class | File |
| The File class provides a function to import and export image files. More... | |
| class | ImportOptionsKit |
| The ImportOptionsKit class contains options that will be used to import image files and will be set on the ImageKit returned by File::Import. More... | |
Public Types | |
| enum | Format : uint32_t { Format::RGB, Format::RGBA, Format::ARGB, Format::Mapped8, Format::Grayscale, Format::Bmp, Format::Jpeg, Format::Png, Format::Targa, Format::DXT1, Format::DXT3, Format::DXT5 } |
| Enumerates the various image formats that Visualize supports. More... | |
Private Member Functions | |
| Image () | |
| Private default constructor to prevent instantiation. More... | |
The Image class contains objects for importing image files and enumerations used when defining images in Visualize.
|
strong |
Enumerates the various image formats that Visualize supports.
|
private |
Private default constructor to prevent instantiation.