|
HDK
|
#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 StringSet & | supportedExtensions () 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 |
Stb image file loader
Definition at line 21 of file StbImageLoader.h.
|
inline |
Definition at line 24 of file StbImageLoader.h.
|
inlinevirtual |
Definition at line 37 of file StbImageLoader.h.
|
inlinestatic |
Create a new stb image loader.
Definition at line 40 of file StbImageLoader.h.
Load an image from the file system.
Reimplemented from ImageLoader.
|
overridevirtual |
Save an image to the file system.
Reimplemented from ImageLoader.