Package gov.nih.mipav.model.file
Class FileJPEG2000.opj_image_t
java.lang.Object
gov.nih.mipav.model.file.FileJPEG2000.opj_image_t
- Enclosing class:
FileJPEG2000
Defines image data and characteristics
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) intcolor space: sRGB, Greyscale or YUV(package private) FileJPEG2000.opj_image_comp_t[]image components(package private) char[]'restricted' ICC profile(package private) intsize of ICC profile(package private) intnumber of components in the image(package private) intXOsiz: horizontal offset from the origin of the reference grid to the left side of the image area(package private) intXsiz: width of the reference grid(package private) intYOsiz: vertical offset from the origin of the reference grid to the top side of the image area(package private) intYsiz: height of the reference grid -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x0
int x0XOsiz: horizontal offset from the origin of the reference grid to the left side of the image area -
y0
int y0YOsiz: vertical offset from the origin of the reference grid to the top side of the image area -
x1
int x1Xsiz: width of the reference grid -
y1
int y1Ysiz: height of the reference grid -
numcomps
int numcompsnumber of components in the image -
color_space
int color_spacecolor space: sRGB, Greyscale or YUV -
comps
FileJPEG2000.opj_image_comp_t[] compsimage components -
icc_profile_buf
char[] icc_profile_buf'restricted' ICC profile -
icc_profile_len
int icc_profile_lensize of ICC profile
-
-
Constructor Details
-
opj_image_t
opj_image_t()
-