Package com.xinapse.image
Class Image
java.lang.Object
com.xinapse.image.Image
Contains settings that are common across all images, together with some utilities for images.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic PixelDataType
getColourPixelDataType
(Class<? extends ReadableImage> imageClass) Returns the colourPixelDataType
that is supported by a particular class ofReadableImage
, ornull
if the class does not support a colourPixelDataType
.
-
Field Details
-
MAXDIM
public static final int MAXDIMThe maximum dimensionality of an image.- See Also:
-
-
Method Details
-
getColourPixelDataType
Returns the colourPixelDataType
that is supported by a particular class ofReadableImage
, ornull
if the class does not support a colourPixelDataType
.- Parameters:
imageClass
- the class ofReadableImage
for which to get the colourPixelDataType
that is supported.- Returns:
- the colour
PixelDataType
that is supported by images of the given class.
-