Extracting Image Data
// Start by computing the size of the data block needed to store this
SE_GetSizeOfImageData(imgObj,0,0,0, currExt_h,currExt_v, currExt_z,currLevel, &dataSize );
// Allocate memory for the image data, and get it.
imageData = new unsigned char[dataSize];