I am implementing pixel-wise subtraction with Image Class. For proper result, I need to know the Pixel Type of the Image Class. How can I get the Pixel Type of the image? eg. Image<float, 3> image; image.GetPixelType() returns "float" // I need this kind of function, but I couldn't find thanks sungwook