![]() |
Coin3D is Free Software, published under the BSD 3-clause license. |
https://coin3d.github.io https://www.kongsberg.com/en/kogt/ |
#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) |
int simage_quicktime_error | ( | char * | textbuffer, |
int | buffersize | ||
) |
Definition at line 358 of file simage_quicktime.c.
References ERR_BAD_DEPTH, ERR_CG, ERR_MEM, ERR_OPEN, ERR_UNSUPPORTED, ERR_WRITE, and quicktimeerror.
Referenced by add_internal_loaders(), and add_internal_savers().
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 | ||
) |
Definition at line 397 of file simage_quicktime.c.
References argb_to_rgba(), BitmapInfo::bitsPerPixel, BitmapInfo::bytesPerRow, BitmapInfo::data, ERR_CG, ERR_MEM, ERR_OPEN, get_importer(), BitmapInfo::height, BitmapInfo::numcomponents, quicktimeerror, BitmapInfo::size, v_flip(), and BitmapInfo::width.
Referenced by add_internal_loaders().
int simage_quicktime_save | ( | const char * | filename, |
const unsigned char * | bytes, | ||
int | width, | ||
int | height, | ||
int | numcomponents, | ||
const char * | ext | ||
) |
Definition at line 529 of file simage_quicktime.c.
References create_file(), ERR_BAD_DEPTH, ERR_CG, ERR_UNSUPPORTED, ERR_WRITE, open_exporter(), quicktimeerror, rgba_to_argb(), and v_flip().
Referenced by add_internal_savers().