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