throw new RuntimeException(JaiI18N.getString("GIFImageDecoder0"));
}
if (tracker.isErrorID(0)) { // not standard file format
throw new RuntimeException(JaiI18N.getString("GIFImageDecoder1"));
}
tracker.removeImage(image);
/* Ignore width and height from ImageLayout. */
int width = image.getWidth(null);
int height = image.getHeight(null);