"not supported");
type = (int) ICCProfile.getInt(boxHeader,4);
switch (type) {
case FileFormatBoxes.IMAGE_HEADER_BOX:
ihbox = new ImageHeaderBox (in,boxStart);
break;
case FileFormatBoxes.COLOUR_SPECIFICATION_BOX:
csbox = new ColorSpecificationBox (in,boxStart);
break;
case FileFormatBoxes.CHANNEL_DEFINITION_BOX: