HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
StbImageLoader Class Reference

#include <StbImageLoader.h>

+ Inheritance diagram for StbImageLoader:

Public Member Functions

 StbImageLoader ()
 
virtual ~StbImageLoader ()
 
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
 ImageLoader ()
 
virtual ~ImageLoader ()
 
const StringSetsupportedExtensions () const
 

Static Public Member Functions

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

Additional Inherited Members

- Static Public Attributes inherited from ImageLoader
static const string BMP_EXTENSION
 Standard image file extensions. More...
 
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

Definition at line 21 of file StbImageLoader.h.

Constructor & Destructor Documentation

StbImageLoader::StbImageLoader ( )
inline

Definition at line 24 of file StbImageLoader.h.

virtual StbImageLoader::~StbImageLoader ( )
inlinevirtual

Definition at line 37 of file StbImageLoader.h.

Member Function Documentation

static StbImageLoaderPtr StbImageLoader::create ( )
inlinestatic

Create a new stb image loader.

Definition at line 40 of file StbImageLoader.h.

ImagePtr StbImageLoader::loadImage ( const FilePath filePath)
overridevirtual

Load an image from the file system.

Reimplemented from ImageLoader.

bool StbImageLoader::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: