Class FileJPEG2000.opj_dparameters_t

  • Enclosing class:
    FileJPEG2000

    class FileJPEG2000.opj_dparameters_t
    extends java.lang.Object
    Decompression parameters
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int cod_format
      output file format 0: PGX, 1: PxM, 2: BMP
      (package private) int cp_layer
      Set the maximum number of quality layers to decode.
      (package private) int cp_reduce
      Set the number of highest resolution levels to be discarded.
      (package private) int DA_x0
      Decoding area left boundary
      (package private) int DA_x1
      Decoding area right boundary
      (package private) int DA_y0
      Decoding area up boundary
      (package private) int DA_y1
      Decoding area bottom boundary
      (package private) int decod_format
      input file format 0: J2K, 1: JP2, 2: JPT
      (package private) int flags  
      (package private) char[] infile
      input file name
      (package private) boolean jpwl_correct
      activates the JPWL correction capabilities
      (package private) int jpwl_exp_comps
      expected number of components
      (package private) int jpwl_max_tiles
      maximum number of tiles
      (package private) boolean m_verbose
      Verbose mode
      (package private) int nb_tile_to_decode
      Nb of tile to decode
      (package private) char[] outfile
      output file name
      (package private) int tile_index
      tile number ot the decoded tile
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • cp_reduce

        int cp_reduce
        Set the number of highest resolution levels to be discarded. The image resolution is effectively divided by 2 to the power of the number of discarded levels. The reduce factor is limited by the smallest total number of decomposition levels among tiles. if != 0, then original dimension divided by 2^(reduce); if == 0 or not used, image is decoded to the full resolution
      • cp_layer

        int cp_layer
        Set the maximum number of quality layers to decode. If there are less quality layers than the specified number, all the quality layers are decoded. if != 0, then only the first "layer" layers are decoded; if == 0 or not used, all the quality layers are decoded
      • infile

        char[] infile
        input file name
      • outfile

        char[] outfile
        output file name
      • decod_format

        int decod_format
        input file format 0: J2K, 1: JP2, 2: JPT
      • cod_format

        int cod_format
        output file format 0: PGX, 1: PxM, 2: BMP
      • DA_x0

        int DA_x0
        Decoding area left boundary
      • DA_x1

        int DA_x1
        Decoding area right boundary
      • DA_y0

        int DA_y0
        Decoding area up boundary
      • DA_y1

        int DA_y1
        Decoding area bottom boundary
      • m_verbose

        boolean m_verbose
        Verbose mode
      • tile_index

        int tile_index
        tile number ot the decoded tile
      • nb_tile_to_decode

        int nb_tile_to_decode
        Nb of tile to decode
      • jpwl_correct

        boolean jpwl_correct
        activates the JPWL correction capabilities
      • jpwl_exp_comps

        int jpwl_exp_comps
        expected number of components
      • jpwl_max_tiles

        int jpwl_max_tiles
        maximum number of tiles
      • flags

        int flags
    • Constructor Detail

      • opj_dparameters_t

        opj_dparameters_t()