Class FileJPEG2000.opj_decoding_param_t

  • Enclosing class:
    FileJPEG2000

    class FileJPEG2000.opj_decoding_param_t
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int m_layer
      if !
      (package private) int m_reduce
      if !
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • m_reduce

        int m_reduce
        if != 0, then original dimension divided by 2^(reduce); if == 0 or not used, image is decoded to the full resolution
      • m_layer

        int m_layer
        if != 0, then only the first "layer" layers are decoded; if == 0 or not used, all the quality layers are decoded
    • Constructor Detail

      • opj_decoding_param_t

        opj_decoding_param_t()