1#ifndef _SIMAGE_QUICKTIME_H_
2#define _SIMAGE_QUICKTIME_H_
31 const unsigned char * header,
42 const unsigned char * bytes,
int simage_quicktime_identify(const char *filename, const unsigned char *header, int headerlen)
Definition simage_quicktime.c:386
unsigned char * simage_quicktime_load(const char *filename, int *width, int *height, int *numcomponents)
Definition simage_quicktime.c:397
char * simage_quicktime_get_savers(void)
Definition simage_quicktime.c:478
int simage_quicktime_save(const char *filename, const unsigned char *bytes, int width, int height, int numcomponents, const char *ext)
Definition simage_quicktime.c:529
int simage_quicktime_error(char *textbuffer, int buffersize)
Definition simage_quicktime.c:358