2728293031323334353637
} if (image == null) { throw new Error("Unable to guess format type... Image is null."); } final PixelDataType type = image.getDataType(); final ImageDataFormat dataFormat = image.getDataFormat(); switch (dataFormat) { case ColorIndex: case BGRA: case RGBA: