|
Coin3D is Free Software, published under the BSD 3-clause license. |
https://bitbucket.org/Coin3D/ http://www.kongsberg.com/kogt/ |
#include <config.h>Go to the source code of this file.
Functions | |
| unsigned char * | simage_qimage_load (const char *filename, int *width, int *height, int *numcomponents) |
| char * | simage_qimage_get_savers (void) |
| int | simage_qimage_save (const char *filename, const unsigned char *bytes, int width, int height, int numcomponents, const char *ext) |
| int | simage_qimage_identify (const char *filename, const unsigned char *header, int headerlen) |
| int | simage_qimage_error (char *textbuffer, int buffersize) |
| int simage_qimage_error | ( | char * | textbuffer, |
| int | buffersize | ||
| ) |
Definition at line 47 of file simage_qimage.cpp.
References ERR_MEM, ERR_OPEN, ERR_QIMAGE_WRITE, ERR_UNSUPPORTED_WRITE, and qimageerror.
Referenced by add_internal_loaders(), and add_internal_savers().
| char* simage_qimage_get_savers | ( | void | ) |
Definition at line 183 of file simage_qimage.cpp.
Referenced by add_internal_savers().
| int simage_qimage_identify | ( | const char * | filename, |
| const unsigned char * | header, | ||
| int | headerlen | ||
| ) |
Definition at line 67 of file simage_qimage.cpp.
Referenced by add_internal_loaders().
| unsigned char* simage_qimage_load | ( | const char * | filename, |
| int * | width, | ||
| int * | height, | ||
| int * | numcomponents | ||
| ) |
Definition at line 79 of file simage_qimage.cpp.
References ERR_MEM, ERR_OPEN, and qimageerror.
Referenced by add_internal_loaders().
| int simage_qimage_save | ( | const char * | filename, |
| const unsigned char * | bytes, | ||
| int | width, | ||
| int | height, | ||
| int | numcomponents, | ||
| const char * | ext | ||
| ) |
Definition at line 227 of file simage_qimage.cpp.
References ERR_QIMAGE_WRITE, ERR_UNSUPPORTED_WRITE, MAX_EXT_LEN, qimage_set_save_format(), and qimageerror.
Referenced by add_internal_savers().