00001 /************************************************************************* 00008 * 00009 * Source code for Real Time Image Library (libRTImage) 00010 * 00011 * Leeds Vision Group give permission for this code to be copied, modified 00012 * and distributed within the University of Leeds subject to the following 00013 * conditions:- 00014 * 00015 * - The code is not to be used for commercial gain. 00016 * - The code and use thereof will be attributed to the authors where 00017 * appropriate (including demonstrations which rely on it's use). 00018 * - All modified, distributions of the source files will retain this header. 00019 * 00020 ****************************************************************************/ 00021 00022 #ifndef IM_MAGICK_H 00023 #define IM_MAGICK_H 00024 00025 void* im_load(char *filename, unsigned int &w, unsigned int &h, char* prog_path) ; 00026 void im_get_data(void *image, int *rgb) ; 00027 void im_get_data_grey(void *image, int *d) ; 00028 void im_free(void *img) ; 00029 00030 #endif
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001