char **im_alloc2D(Image, PixType) IM_TYPE *Image; int PixType;
Image - This is a pointer to a IM_TYPE data structure which was previously initialized using im_open or im_create.
PixType - This is a value which specifies the type of pixel data stored in the buffer. Valid values for this field are: BYTE, SHORT, INT, FLOAT, DOUBLE, COMPLEX, COLOR, PSEUDO (all defined in IM.h).