![]() |
NeuroDactyl
|

Classes | |
| class | NeuroDactyl::Decoder |
| Image decoder Decodes images from memory or hard drive. More... | |
| class | NeuroDactyl::Image |
| Image Class for work with images. More... | |
Functions | |
| FPSERVERSDK_API NeuroDactyl::Decoder * | NeuroDactyl::createDecoder (const NeuroDactyl::Config *cfg) |
| FPSERVERSDK_API NeuroDactyl::Image * | NeuroDactyl::constructImage (unsigned int width, unsigned int height, const char *data) |
| FPSERVERSDK_API NeuroDactyl::Image* NeuroDactyl::constructImage | ( | unsigned int | width, |
| unsigned int | height, | ||
| const char * | data | ||
| ) |
| FPSERVERSDK_API NeuroDactyl::Decoder* NeuroDactyl::createDecoder | ( | const NeuroDactyl::Config * | cfg | ) |
Creates decoder object
| [in] | cfg | Configuration |