Class 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()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
      • icc_profile_buf

        char[] icc_profile_buf
        'restricted' ICC profile
      • icc_profile_len

        int icc_profile_len
        size of ICC profile
    • Constructor Detail

      • opj_image_t

        opj_image_t()