MaterialX 1.39.0
Loading...
Searching...
No Matches
StbImageLoader Class Reference

Stb image file loader. More...

#include <StbImageLoader.h>

Inheritance diagram for StbImageLoader:
ImageLoader

Public Member Functions

bool saveImage (const FilePath &filePath, ConstImagePtr image, bool verticalFlip=false) override
 Save an image to the file system. More...
 
ImagePtr loadImage (const FilePath &filePath) override
 Load an image from the file system. More...
 
- Public Member Functions inherited from ImageLoader
const StringSetsupportedExtensions () const
 Returns a list of supported extensions. More...
 
virtual bool saveImage (const FilePath &filePath, ConstImagePtr image, bool verticalFlip=false)
 Save an image to the file system. More...
 
virtual ImagePtr loadImage (const FilePath &filePath)
 Load an image from the file system. More...
 

Static Public Member Functions

static StbImageLoaderPtr create ()
 Create a new stb image loader.
 

Additional Inherited Members

- Static Public Attributes inherited from ImageLoader
static const string BMP_EXTENSION
 Standard image file extensions.
 
static const string EXR_EXTENSION
 
static const string GIF_EXTENSION
 
static const string HDR_EXTENSION
 
static const string JPG_EXTENSION
 
static const string JPEG_EXTENSION
 
static const string PIC_EXTENSION
 
static const string PNG_EXTENSION
 
static const string PSD_EXTENSION
 
static const string TGA_EXTENSION
 
static const string TIF_EXTENSION
 
static const string TIFF_EXTENSION
 
static const string TXT_EXTENSION
 
static const string TX_EXTENSION
 
static const string TXR_EXTENSION
 
- Protected Attributes inherited from ImageLoader
StringSet _extensions
 

Detailed Description

Stb image file loader.

Member Function Documentation

◆ loadImage()

ImagePtr loadImage ( const FilePath filePath)
overridevirtual

Load an image from the file system.

Reimplemented from ImageLoader.

◆ saveImage()

bool saveImage ( const FilePath filePath,
ConstImagePtr  image,
bool  verticalFlip = false 
)
overridevirtual

Save an image to the file system.

Reimplemented from ImageLoader.


The documentation for this class was generated from the following file: