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 Object
Defines image data and characteristics
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) int
    color space: sRGB, Greyscale or YUV
    (package private) FileJPEG2000.opj_image_comp_t[]
    image components
    (package private) char[]
    'restricted' ICC profile
    (package private) int
    size of ICC profile
    (package private) int
    number of components in the image
    (package private) int
    XOsiz: horizontal offset from the origin of the reference grid to the left side of the image area
    (package private) int
    Xsiz: width of the reference grid
    (package private) int
    YOsiz: vertical offset from the origin of the reference grid to the top side of the image area
    (package private) int
    Ysiz: height of the reference grid
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • 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

      image components
    • icc_profile_buf

      char[] icc_profile_buf
      'restricted' ICC profile
    • icc_profile_len

      int icc_profile_len
      size of ICC profile
  • Constructor Details

    • opj_image_t

      opj_image_t()