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
class FileJPEG2000.opj_image_t extends java.lang.Object
Defines image data and characteristics
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
color_space
color space: sRGB, Greyscale or YUV(package private) FileJPEG2000.opj_image_comp_t[]
comps
image components(package private) char[]
icc_profile_buf
'restricted' ICC profile(package private) int
icc_profile_len
size of ICC profile(package private) int
numcomps
number of components in the image(package private) int
x0
XOsiz: horizontal offset from the origin of the reference grid to the left side of the image area(package private) int
x1
Xsiz: width of the reference grid(package private) int
y0
YOsiz: vertical offset from the origin of the reference grid to the top side of the image area(package private) int
y1
Ysiz: height of the reference grid
-
Constructor Summary
Constructors Constructor Description opj_image_t()
-
-
-
Field Detail
-
x0
int x0
XOsiz: horizontal offset from the origin of the reference grid to the left side of the image area
-
y0
int y0
YOsiz: vertical offset from the origin of the reference grid to the top side of the image area
-
x1
int x1
Xsiz: width of the reference grid
-
y1
int y1
Ysiz: height of the reference grid
-
numcomps
int numcomps
number of components in the image
-
color_space
int color_space
color space: sRGB, Greyscale or YUV
-
comps
FileJPEG2000.opj_image_comp_t[] comps
image components
-
icc_profile_buf
char[] icc_profile_buf
'restricted' ICC profile
-
icc_profile_len
int icc_profile_len
size of ICC profile
-
-