if (exifSegments.size() > 1)
throw new ImageReadException(
"Sanselan currently can't parse EXIF metadata split across multiple APP1 segments. "
+ "Please send this image to the Sanselan project.");
GenericSegment segment = (GenericSegment) exifSegments.get(0);
byte bytes[] = segment.bytes;
// byte head[] = readBytearray("exif head", bytes, 0, 6);
//
// Debug.debug("head", head);