#include<panda/constants.h> #include<panda/functions.h> void panda_panda_imagesize (int *width, int *height, char *filename, int type);
This function can be used to determine the size of an image before a panda_imagebox() function call.
#include<panda/constants.h> #include<panda/functions.h> int height, width; panda_init (); panda_imagesize (, , "input.tif", panda_image_tiff);
Panda is under development by Michael Still (mikal@stillhq.com). All code is Copyright Michael Still 2000 - 2003, and is released under the GNU GPL. Code submissions are welcomed. Contact Michael at the address above if you have something you would like to contribute.