Coin Logo Coin3D is Free Software,
published under the BSD 3-clause license.
https://coin3d.github.io
https://www.kongsberg.com/en/kogt/
Functions
simage_qimage.h File Reference
#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)
 

Function Documentation

int simage_qimage_error ( char *  textbuffer,
int  buffersize 
)
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 
)