* @see ca.eandb.jmist.framework.Display#initialize(int, int, ca.eandb.jmist.framework.color.ColorModel)
*/
@Override
public void initialize(int w, int h, ColorModel colorModel) {
this.colorModel = colorModel;
image = new OpenEXRImage(w, h);
ChannelList chlist = image.getChannelList();
if (rawPixelType != null) {
for (int i = 0, n = colorModel.getNumChannels(); i < n; i++) {