Class FileJPEG2000.opj_decompress_parameters

java.lang.Object
gov.nih.mipav.model.file.FileJPEG2000.opj_decompress_parameters
Enclosing class:
FileJPEG2000

class FileJPEG2000.opj_decompress_parameters extends Object
  • Field Details

    • core

      core library parameters
    • infile

      String infile
      input file name
    • outfile

      String 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
    • indexfilename

      String indexfilename
      index file name
    • 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
    • precision

    • nb_precision

      int nb_precision
    • force_rgb

      int force_rgb
    • upsample

      int upsample
    • split_pnm

      int split_pnm
    • 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
  • Constructor Details

    • opj_decompress_parameters

      opj_decompress_parameters()