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_quicktime.h File Reference
#include <config.h>

Go to the source code of this file.

Functions

int simage_quicktime_error (char *textbuffer, int buffersize)
 
int simage_quicktime_identify (const char *filename, const unsigned char *header, int headerlen)
 
unsigned char * simage_quicktime_load (const char *filename, int *width, int *height, int *numcomponents)
 
char * simage_quicktime_get_savers (void)
 
int simage_quicktime_save (const char *filename, const unsigned char *bytes, int width, int height, int numcomponents, const char *ext)
 

Function Documentation

int simage_quicktime_error ( char *  textbuffer,
int  buffersize 
)
char* simage_quicktime_get_savers ( void  )

Definition at line 478 of file simage_quicktime.c.

References cfstring_append_ostype(), and system_is_bigendian().

Referenced by add_internal_savers().

int simage_quicktime_identify ( const char *  filename,
const unsigned char *  header,
int  headerlen 
)

Definition at line 386 of file simage_quicktime.c.

References get_importer().

Referenced by add_internal_loaders().

unsigned char* simage_quicktime_load ( const char *  filename,
int *  width,
int *  height,
int *  numcomponents 
)
int simage_quicktime_save ( const char *  filename,
const unsigned char *  bytes,
int  width,
int  height,
int  numcomponents,
const char *  ext 
)