#include <nanojpg.h>
◆ DecodeResult
| Enumerator |
|---|
| OK | |
| NotAJpeg | |
| Unsupported | |
| OutOfMemory | |
| InternalError | |
| SyntaxError | |
| Internal_Finished | |
◆ Decoder()
| Jpeg::Decoder::Decoder |
( |
const unsigned char * |
data, |
|
|
uint32_t |
size, |
|
|
void *(*)(uint32_t) |
allocFunc, |
|
|
void(*)(void *) |
freeFunc |
|
) |
| |
|
inline |
◆ ~Decoder()
| Jpeg::Decoder::~Decoder |
( |
| ) |
|
|
inline |
◆ GetHeight()
| int Jpeg::Decoder::GetHeight |
( |
| ) |
const |
|
inline |
◆ GetImage()
| unsigned char * Jpeg::Decoder::GetImage |
( |
| ) |
const |
|
inline |
◆ GetImageSize()
| uint32_t Jpeg::Decoder::GetImageSize |
( |
void |
| ) |
const |
|
inline |
◆ GetResult()
◆ GetWidth()
| int Jpeg::Decoder::GetWidth |
( |
| ) |
const |
|
inline |
◆ IsColor()
| bool Jpeg::Decoder::IsColor |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: