2004-07-07 10:24:36 +02:00
|
|
|
/*
|
2017-05-15 12:21:30 +02:00
|
|
|
* The copyright in this software is being made available under the 2-clauses
|
|
|
|
* BSD License, included below. This software may be subject to other third
|
2014-04-03 17:30:57 +02:00
|
|
|
* party and contributor rights, including patent rights, and no such rights
|
|
|
|
* are granted under this license.
|
|
|
|
*
|
|
|
|
* Copyright (c) 2002-2014, Universite catholique de Louvain (UCL), Belgium
|
|
|
|
* Copyright (c) 2002-2014, Professor Benoit Macq
|
2007-01-15 10:55:40 +01:00
|
|
|
* Copyright (c) 2002-2003, Yannick Verschueren
|
|
|
|
* Copyright (c) 2005, Herve Drolon, FreeImage Team
|
2017-05-15 12:21:30 +02:00
|
|
|
* Copyright (c) 2008, 2011-2012, Centre National d'Etudes Spatiales (CNES), FR
|
2012-11-15 16:22:29 +01:00
|
|
|
* Copyright (c) 2012, CS Systemes d'Information, France
|
2004-07-07 10:24:36 +02:00
|
|
|
* All rights reserved.
|
|
|
|
*
|
|
|
|
* Redistribution and use in source and binary forms, with or without
|
|
|
|
* modification, are permitted provided that the following conditions
|
|
|
|
* are met:
|
|
|
|
* 1. Redistributions of source code must retain the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer.
|
|
|
|
* 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer in the
|
|
|
|
* documentation and/or other materials provided with the distribution.
|
|
|
|
*
|
|
|
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS `AS IS'
|
|
|
|
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
|
|
|
|
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
|
|
|
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
|
|
|
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
|
|
|
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
|
|
|
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
|
|
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
|
|
* POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
*/
|
|
|
|
#ifndef __JP2_H
|
|
|
|
#define __JP2_H
|
2005-12-02 14:34:15 +01:00
|
|
|
/**
|
|
|
|
@file jp2.h
|
|
|
|
@brief The JPEG-2000 file format Reader/Writer (JP2)
|
2004-07-07 10:24:36 +02:00
|
|
|
|
2005-12-02 14:34:15 +01:00
|
|
|
*/
|
2004-07-07 10:24:36 +02:00
|
|
|
|
2005-12-02 14:34:15 +01:00
|
|
|
/** @defgroup JP2 JP2 - JPEG-2000 file format reader/writer */
|
|
|
|
/*@{*/
|
|
|
|
|
2012-10-15 09:38:10 +02:00
|
|
|
/*#define JPIP_JPIP 0x6a706970*/
|
|
|
|
|
|
|
|
#define JP2_JP 0x6a502020 /**< JPEG 2000 signature box */
|
|
|
|
#define JP2_FTYP 0x66747970 /**< File type box */
|
|
|
|
#define JP2_JP2H 0x6a703268 /**< JP2 header box (super-box) */
|
2012-10-24 14:49:28 +02:00
|
|
|
#define JP2_IHDR 0x69686472 /**< Image header box */
|
|
|
|
#define JP2_COLR 0x636f6c72 /**< Colour specification box */
|
2012-10-15 09:38:10 +02:00
|
|
|
#define JP2_JP2C 0x6a703263 /**< Contiguous codestream box */
|
2012-10-24 14:49:28 +02:00
|
|
|
#define JP2_URL 0x75726c20 /**< Data entry URL box */
|
|
|
|
#define JP2_PCLR 0x70636c72 /**< Palette box */
|
|
|
|
#define JP2_CMAP 0x636d6170 /**< Component Mapping box */
|
|
|
|
#define JP2_CDEF 0x63646566 /**< Channel Definition box */
|
2012-10-15 09:38:10 +02:00
|
|
|
#define JP2_DTBL 0x6474626c /**< Data Reference box */
|
2012-10-24 14:49:28 +02:00
|
|
|
#define JP2_BPCC 0x62706363 /**< Bits per component box */
|
2012-10-15 09:38:10 +02:00
|
|
|
#define JP2_JP2 0x6a703220 /**< File type fields */
|
2011-09-19 15:36:07 +02:00
|
|
|
|
2012-08-13 10:53:17 +02:00
|
|
|
/* For the future */
|
2012-10-15 09:38:10 +02:00
|
|
|
/* #define JP2_RES 0x72657320 */ /**< Resolution box (super-box) */
|
|
|
|
/* #define JP2_JP2I 0x6a703269 */ /**< Intellectual property box */
|
|
|
|
/* #define JP2_XML 0x786d6c20 */ /**< XML box */
|
|
|
|
/* #define JP2_UUID 0x75756994 */ /**< UUID box */
|
|
|
|
/* #define JP2_UINF 0x75696e66 */ /**< UUID info box (super-box) */
|
|
|
|
/* #define JP2_ULST 0x756c7374 */ /**< UUID list box */
|
2005-12-02 14:34:15 +01:00
|
|
|
|
|
|
|
/* ----------------------------------------------------------------------- */
|
2011-09-19 15:36:07 +02:00
|
|
|
|
2017-05-15 12:21:30 +02:00
|
|
|
typedef enum {
|
|
|
|
JP2_STATE_NONE = 0x0,
|
|
|
|
JP2_STATE_SIGNATURE = 0x1,
|
|
|
|
JP2_STATE_FILE_TYPE = 0x2,
|
|
|
|
JP2_STATE_HEADER = 0x4,
|
|
|
|
JP2_STATE_CODESTREAM = 0x8,
|
|
|
|
JP2_STATE_END_CODESTREAM = 0x10,
|
|
|
|
JP2_STATE_UNKNOWN = 0x7fffffff /* ISO C restricts enumerator values to range of 'int' */
|
2011-09-19 15:36:07 +02:00
|
|
|
}
|
|
|
|
JP2_STATE;
|
|
|
|
|
2017-05-15 12:21:30 +02:00
|
|
|
typedef enum {
|
|
|
|
JP2_IMG_STATE_NONE = 0x0,
|
|
|
|
JP2_IMG_STATE_UNKNOWN = 0x7fffffff
|
2011-09-19 15:36:07 +02:00
|
|
|
}
|
|
|
|
JP2_IMG_STATE;
|
|
|
|
|
2017-05-15 12:21:30 +02:00
|
|
|
/**
|
2015-09-29 05:55:43 +02:00
|
|
|
Channel description: channel index, type, association
|
2010-10-05 12:33:15 +02:00
|
|
|
*/
|
2017-05-15 12:21:30 +02:00
|
|
|
typedef struct opj_jp2_cdef_info {
|
2012-08-10 13:21:48 +02:00
|
|
|
OPJ_UINT16 cn, typ, asoc;
|
2010-10-05 12:33:15 +02:00
|
|
|
} opj_jp2_cdef_info_t;
|
|
|
|
|
2017-05-15 12:21:30 +02:00
|
|
|
/**
|
2010-10-24 22:28:22 +02:00
|
|
|
Channel descriptions and number of descriptions
|
|
|
|
*/
|
2017-05-15 12:21:30 +02:00
|
|
|
typedef struct opj_jp2_cdef {
|
2010-10-05 12:33:15 +02:00
|
|
|
opj_jp2_cdef_info_t *info;
|
2012-08-10 13:21:48 +02:00
|
|
|
OPJ_UINT16 n;
|
2010-10-05 12:33:15 +02:00
|
|
|
} opj_jp2_cdef_t;
|
|
|
|
|
2017-05-15 12:21:30 +02:00
|
|
|
/**
|
2010-10-24 22:28:22 +02:00
|
|
|
Component mappings: channel index, mapping type, palette index
|
|
|
|
*/
|
2017-05-15 12:21:30 +02:00
|
|
|
typedef struct opj_jp2_cmap_comp {
|
2012-08-10 13:21:48 +02:00
|
|
|
OPJ_UINT16 cmp;
|
|
|
|
OPJ_BYTE mtyp, pcol;
|
2010-10-05 12:33:15 +02:00
|
|
|
} opj_jp2_cmap_comp_t;
|
|
|
|
|
2017-05-15 12:21:30 +02:00
|
|
|
/**
|
2010-10-24 22:28:22 +02:00
|
|
|
Palette data: table entries, palette columns
|
|
|
|
*/
|
2017-05-15 12:21:30 +02:00
|
|
|
typedef struct opj_jp2_pclr {
|
2012-08-13 10:30:00 +02:00
|
|
|
OPJ_UINT32 *entries;
|
2012-08-10 13:21:48 +02:00
|
|
|
OPJ_BYTE *channel_sign;
|
|
|
|
OPJ_BYTE *channel_size;
|
2010-10-05 12:33:15 +02:00
|
|
|
opj_jp2_cmap_comp_t *cmap;
|
2012-08-10 13:21:48 +02:00
|
|
|
OPJ_UINT16 nr_entries;
|
|
|
|
OPJ_BYTE nr_channels;
|
2010-10-05 12:33:15 +02:00
|
|
|
} opj_jp2_pclr_t;
|
|
|
|
|
2017-05-15 12:21:30 +02:00
|
|
|
/**
|
|
|
|
Collector for ICC profile, palette, component mapping, channel description
|
2010-10-24 22:28:22 +02:00
|
|
|
*/
|
2017-05-15 12:21:30 +02:00
|
|
|
typedef struct opj_jp2_color {
|
2012-08-10 13:21:48 +02:00
|
|
|
OPJ_BYTE *icc_profile_buf;
|
|
|
|
OPJ_UINT32 icc_profile_len;
|
2010-10-05 12:33:15 +02:00
|
|
|
|
|
|
|
opj_jp2_cdef_t *jp2_cdef;
|
|
|
|
opj_jp2_pclr_t *jp2_pclr;
|
2012-08-10 13:21:48 +02:00
|
|
|
OPJ_BYTE jp2_has_colr;
|
2010-12-08 12:06:41 +01:00
|
|
|
} opj_jp2_color_t;
|
2005-12-02 14:34:15 +01:00
|
|
|
|
2017-05-15 12:21:30 +02:00
|
|
|
/**
|
2005-12-02 14:34:15 +01:00
|
|
|
JP2 component
|
|
|
|
*/
|
|
|
|
typedef struct opj_jp2_comps {
|
2017-05-15 12:21:30 +02:00
|
|
|
OPJ_UINT32 depth;
|
|
|
|
OPJ_UINT32 sgnd;
|
|
|
|
OPJ_UINT32 bpcc;
|
2005-12-02 14:34:15 +01:00
|
|
|
} opj_jp2_comps_t;
|
2004-07-07 10:24:36 +02:00
|
|
|
|
2011-09-19 15:36:07 +02:00
|
|
|
/**
|
|
|
|
JPEG-2000 file format reader/writer
|
|
|
|
*/
|
2017-05-15 12:21:30 +02:00
|
|
|
typedef struct opj_jp2 {
|
|
|
|
/** handle to the J2K codec */
|
|
|
|
opj_j2k_t *j2k;
|
|
|
|
/** list of validation procedures */
|
|
|
|
struct opj_procedure_list * m_validation_list;
|
|
|
|
/** list of execution procedures */
|
|
|
|
struct opj_procedure_list * m_procedure_list;
|
|
|
|
|
|
|
|
/* width of image */
|
|
|
|
OPJ_UINT32 w;
|
|
|
|
/* height of image */
|
|
|
|
OPJ_UINT32 h;
|
|
|
|
/* number of components in the image */
|
|
|
|
OPJ_UINT32 numcomps;
|
|
|
|
OPJ_UINT32 bpc;
|
|
|
|
OPJ_UINT32 C;
|
|
|
|
OPJ_UINT32 UnkC;
|
|
|
|
OPJ_UINT32 IPR;
|
|
|
|
OPJ_UINT32 meth;
|
|
|
|
OPJ_UINT32 approx;
|
|
|
|
OPJ_UINT32 enumcs;
|
|
|
|
OPJ_UINT32 precedence;
|
|
|
|
OPJ_UINT32 brand;
|
|
|
|
OPJ_UINT32 minversion;
|
|
|
|
OPJ_UINT32 numcl;
|
|
|
|
OPJ_UINT32 *cl;
|
|
|
|
opj_jp2_comps_t *comps;
|
|
|
|
/* FIXME: The following two variables are used to save offset
|
2017-07-26 21:06:38 +02:00
|
|
|
as we write out a JP2 file to disk. This mechanism is not flexible
|
2017-05-15 12:21:30 +02:00
|
|
|
as codec writers will need to extand those fields as new part
|
|
|
|
of the standard are implemented.
|
|
|
|
*/
|
2012-08-10 13:21:48 +02:00
|
|
|
OPJ_OFF_T j2k_codestream_offset;
|
2012-10-08 17:59:17 +02:00
|
|
|
OPJ_OFF_T jpip_iptr_offset;
|
2017-05-15 12:21:30 +02:00
|
|
|
OPJ_BOOL jpip_on;
|
|
|
|
OPJ_UINT32 jp2_state;
|
|
|
|
OPJ_UINT32 jp2_img_state;
|
|
|
|
|
|
|
|
opj_jp2_color_t color;
|
2011-09-19 15:36:07 +02:00
|
|
|
|
2012-11-15 14:13:36 +01:00
|
|
|
OPJ_BOOL ignore_pclr_cmap_cdef;
|
2011-09-19 15:36:07 +02:00
|
|
|
}
|
2012-10-25 16:16:19 +02:00
|
|
|
opj_jp2_t;
|
2011-09-19 15:36:07 +02:00
|
|
|
|
2005-12-02 14:34:15 +01:00
|
|
|
/**
|
|
|
|
JP2 Box
|
|
|
|
*/
|
|
|
|
typedef struct opj_jp2_box {
|
2012-08-10 12:01:47 +02:00
|
|
|
OPJ_UINT32 length;
|
|
|
|
OPJ_UINT32 type;
|
|
|
|
OPJ_INT32 init_pos;
|
2005-12-02 14:34:15 +01:00
|
|
|
} opj_jp2_box_t;
|
2004-07-07 10:24:36 +02:00
|
|
|
|
2017-05-15 12:21:30 +02:00
|
|
|
typedef struct opj_jp2_header_handler {
|
|
|
|
/* marker value */
|
|
|
|
OPJ_UINT32 id;
|
|
|
|
/* action linked to the marker */
|
|
|
|
OPJ_BOOL(*handler)(opj_jp2_t *jp2,
|
|
|
|
OPJ_BYTE *p_header_data,
|
|
|
|
OPJ_UINT32 p_header_size,
|
|
|
|
opj_event_mgr_t * p_manager);
|
2011-09-19 15:36:07 +02:00
|
|
|
}
|
|
|
|
opj_jp2_header_handler_t;
|
|
|
|
|
2012-05-14 11:37:36 +02:00
|
|
|
|
2017-05-15 12:21:30 +02:00
|
|
|
typedef struct opj_jp2_img_header_writer_handler {
|
|
|
|
/* action to perform */
|
|
|
|
OPJ_BYTE* (*handler)(opj_jp2_t *jp2, OPJ_UINT32 * p_data_size);
|
|
|
|
/* result of the action : data */
|
|
|
|
OPJ_BYTE* m_data;
|
|
|
|
/* size of data */
|
|
|
|
OPJ_UINT32 m_size;
|
|
|
|
}
|
2012-05-14 11:37:36 +02:00
|
|
|
opj_jp2_img_header_writer_handler_t;
|
|
|
|
|
2005-12-02 14:34:15 +01:00
|
|
|
/** @name Exported functions */
|
|
|
|
/*@{*/
|
|
|
|
/* ----------------------------------------------------------------------- */
|
2012-05-14 11:37:36 +02:00
|
|
|
|
2005-12-02 14:34:15 +01:00
|
|
|
/**
|
2011-09-19 15:36:07 +02:00
|
|
|
Setup the decoder decoding parameters using user parameters.
|
|
|
|
Decoding parameters are returned in jp2->j2k->cp.
|
|
|
|
@param jp2 JP2 decompressor handle
|
|
|
|
@param parameters decompression parameters
|
|
|
|
*/
|
2012-10-25 16:16:19 +02:00
|
|
|
void opj_jp2_setup_decoder(opj_jp2_t *jp2, opj_dparameters_t *parameters);
|
2011-10-05 18:27:16 +02:00
|
|
|
|
2016-05-25 16:36:47 +02:00
|
|
|
OPJ_BOOL opj_jp2_set_threads(opj_jp2_t *jp2, OPJ_UINT32 num_threads);
|
|
|
|
|
2011-10-05 18:27:16 +02:00
|
|
|
/**
|
|
|
|
* Decode an image from a JPEG-2000 file stream
|
|
|
|
* @param jp2 JP2 decompressor handle
|
2012-08-30 18:56:31 +02:00
|
|
|
* @param p_stream FIXME DOC
|
|
|
|
* @param p_image FIXME DOC
|
|
|
|
* @param p_manager FIXME DOC
|
|
|
|
*
|
2011-10-05 18:27:16 +02:00
|
|
|
* @return Returns a decoded image if successful, returns NULL otherwise
|
|
|
|
*/
|
2012-11-15 14:13:36 +01:00
|
|
|
OPJ_BOOL opj_jp2_decode(opj_jp2_t *jp2,
|
2012-08-09 16:46:11 +02:00
|
|
|
opj_stream_private_t *p_stream,
|
2017-05-15 12:21:30 +02:00
|
|
|
opj_image_t* p_image,
|
|
|
|
opj_event_mgr_t * p_manager);
|
2011-10-05 18:27:16 +02:00
|
|
|
|
2005-12-02 14:34:15 +01:00
|
|
|
/**
|
2017-05-15 12:21:30 +02:00
|
|
|
* Setup the encoder parameters using the current image and using user parameters.
|
|
|
|
* Coding parameters are returned in jp2->j2k->cp.
|
2012-08-30 18:56:31 +02:00
|
|
|
*
|
|
|
|
* @param jp2 JP2 compressor handle
|
|
|
|
* @param parameters compression parameters
|
|
|
|
* @param image input filled image
|
|
|
|
* @param p_manager FIXME DOC
|
2014-09-19 12:26:35 +02:00
|
|
|
* @return OPJ_TRUE if successful, OPJ_FALSE otherwise
|
2005-12-02 14:34:15 +01:00
|
|
|
*/
|
2017-05-15 12:21:30 +02:00
|
|
|
OPJ_BOOL opj_jp2_setup_encoder(opj_jp2_t *jp2,
|
|
|
|
opj_cparameters_t *parameters,
|
|
|
|
opj_image_t *image,
|
|
|
|
opj_event_mgr_t * p_manager);
|
2011-09-09 16:49:08 +02:00
|
|
|
|
2012-05-14 13:04:59 +02:00
|
|
|
/**
|
|
|
|
Encode an image into a JPEG-2000 file stream
|
2012-10-15 09:38:10 +02:00
|
|
|
@param jp2 JP2 compressor handle
|
|
|
|
@param stream Output buffer stream
|
|
|
|
@param p_manager event manager
|
2012-05-14 13:04:59 +02:00
|
|
|
@return Returns true if successful, returns false otherwise
|
|
|
|
*/
|
2017-05-15 12:21:30 +02:00
|
|
|
OPJ_BOOL opj_jp2_encode(opj_jp2_t *jp2,
|
|
|
|
opj_stream_private_t *stream,
|
|
|
|
opj_event_mgr_t * p_manager);
|
2012-05-14 13:04:59 +02:00
|
|
|
|
2011-09-19 15:36:07 +02:00
|
|
|
|
2012-03-15 11:23:20 +01:00
|
|
|
/**
|
|
|
|
* Starts a compression scheme, i.e. validates the codec parameters, writes the header.
|
|
|
|
*
|
2012-10-15 09:38:10 +02:00
|
|
|
* @param jp2 the jpeg2000 file codec.
|
|
|
|
* @param stream the stream object.
|
|
|
|
* @param p_image FIXME DOC
|
2012-08-30 18:56:31 +02:00
|
|
|
* @param p_manager FIXME DOC
|
2012-03-15 11:23:20 +01:00
|
|
|
*
|
|
|
|
* @return true if the codec is valid.
|
|
|
|
*/
|
2012-11-15 14:13:36 +01:00
|
|
|
OPJ_BOOL opj_jp2_start_compress(opj_jp2_t *jp2,
|
2012-08-13 11:24:15 +02:00
|
|
|
opj_stream_private_t *stream,
|
|
|
|
opj_image_t * p_image,
|
|
|
|
opj_event_mgr_t * p_manager);
|
2012-03-15 11:23:20 +01:00
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Ends the compression procedures and possibiliy add data to be read after the
|
|
|
|
* codestream.
|
|
|
|
*/
|
2017-05-15 12:21:30 +02:00
|
|
|
OPJ_BOOL opj_jp2_end_compress(opj_jp2_t *jp2,
|
|
|
|
opj_stream_private_t *cio,
|
|
|
|
opj_event_mgr_t * p_manager);
|
2012-03-15 11:23:20 +01:00
|
|
|
|
2005-12-02 14:34:15 +01:00
|
|
|
/* ----------------------------------------------------------------------- */
|
2011-09-19 15:36:07 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Ends the decompression procedures and possibiliy add data to be read after the
|
|
|
|
* codestream.
|
|
|
|
*/
|
2017-05-15 12:21:30 +02:00
|
|
|
OPJ_BOOL opj_jp2_end_decompress(opj_jp2_t *jp2,
|
2012-08-13 11:24:15 +02:00
|
|
|
opj_stream_private_t *cio,
|
|
|
|
opj_event_mgr_t * p_manager);
|
2011-09-19 15:36:07 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Reads a jpeg2000 file header structure.
|
|
|
|
*
|
2012-08-30 18:56:31 +02:00
|
|
|
* @param p_stream the stream to read data from.
|
2011-09-19 15:36:07 +02:00
|
|
|
* @param jp2 the jpeg2000 file header structure.
|
2012-08-30 18:56:31 +02:00
|
|
|
* @param p_image FIXME DOC
|
2011-09-19 15:36:07 +02:00
|
|
|
* @param p_manager the user event manager.
|
|
|
|
*
|
|
|
|
* @return true if the box is valid.
|
|
|
|
*/
|
2017-05-15 12:21:30 +02:00
|
|
|
OPJ_BOOL opj_jp2_read_header(opj_stream_private_t *p_stream,
|
|
|
|
opj_jp2_t *jp2,
|
|
|
|
opj_image_t ** p_image,
|
|
|
|
opj_event_mgr_t * p_manager);
|
2011-09-19 15:36:07 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Reads a tile header.
|
2012-10-15 09:38:10 +02:00
|
|
|
* @param p_jp2 the jpeg2000 codec.
|
|
|
|
* @param p_tile_index FIXME DOC
|
|
|
|
* @param p_data_size FIXME DOC
|
|
|
|
* @param p_tile_x0 FIXME DOC
|
|
|
|
* @param p_tile_y0 FIXME DOC
|
|
|
|
* @param p_tile_x1 FIXME DOC
|
|
|
|
* @param p_tile_y1 FIXME DOC
|
|
|
|
* @param p_nb_comps FIXME DOC
|
|
|
|
* @param p_go_on FIXME DOC
|
|
|
|
* @param p_stream the stream to write data to.
|
|
|
|
* @param p_manager the user event manager.
|
2011-09-19 15:36:07 +02:00
|
|
|
*/
|
2017-05-15 12:21:30 +02:00
|
|
|
OPJ_BOOL opj_jp2_read_tile_header(opj_jp2_t * p_jp2,
|
|
|
|
OPJ_UINT32 * p_tile_index,
|
|
|
|
OPJ_UINT32 * p_data_size,
|
|
|
|
OPJ_INT32 * p_tile_x0,
|
|
|
|
OPJ_INT32 * p_tile_y0,
|
|
|
|
OPJ_INT32 * p_tile_x1,
|
|
|
|
OPJ_INT32 * p_tile_y1,
|
|
|
|
OPJ_UINT32 * p_nb_comps,
|
|
|
|
OPJ_BOOL * p_go_on,
|
|
|
|
opj_stream_private_t *p_stream,
|
|
|
|
opj_event_mgr_t * p_manager);
|
2012-03-15 11:23:20 +01:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Writes a tile.
|
2012-08-30 18:56:31 +02:00
|
|
|
*
|
2012-10-15 09:38:10 +02:00
|
|
|
* @param p_jp2 the jpeg2000 codec.
|
2012-08-30 18:56:31 +02:00
|
|
|
* @param p_tile_index FIXME DOC
|
|
|
|
* @param p_data FIXME DOC
|
|
|
|
* @param p_data_size FIXME DOC
|
2012-10-15 09:38:10 +02:00
|
|
|
* @param p_stream the stream to write data to.
|
|
|
|
* @param p_manager the user event manager.
|
2012-03-15 11:23:20 +01:00
|
|
|
*/
|
2017-05-15 12:21:30 +02:00
|
|
|
OPJ_BOOL opj_jp2_write_tile(opj_jp2_t *p_jp2,
|
|
|
|
OPJ_UINT32 p_tile_index,
|
|
|
|
OPJ_BYTE * p_data,
|
|
|
|
OPJ_UINT32 p_data_size,
|
|
|
|
opj_stream_private_t *p_stream,
|
|
|
|
opj_event_mgr_t * p_manager);
|
2012-03-15 11:23:20 +01:00
|
|
|
|
2011-09-19 15:36:07 +02:00
|
|
|
/**
|
|
|
|
* Decode tile data.
|
2012-10-15 09:38:10 +02:00
|
|
|
* @param p_jp2 the jpeg2000 codec.
|
|
|
|
* @param p_tile_index FIXME DOC
|
|
|
|
* @param p_data FIXME DOC
|
|
|
|
* @param p_data_size FIXME DOC
|
|
|
|
* @param p_stream the stream to write data to.
|
|
|
|
* @param p_manager the user event manager.
|
2012-08-30 18:56:31 +02:00
|
|
|
*
|
|
|
|
* @return FIXME DOC
|
2011-09-19 15:36:07 +02:00
|
|
|
*/
|
2017-05-15 12:21:30 +02:00
|
|
|
OPJ_BOOL opj_jp2_decode_tile(opj_jp2_t * p_jp2,
|
|
|
|
OPJ_UINT32 p_tile_index,
|
|
|
|
OPJ_BYTE * p_data,
|
|
|
|
OPJ_UINT32 p_data_size,
|
|
|
|
opj_stream_private_t *p_stream,
|
|
|
|
opj_event_mgr_t * p_manager);
|
2011-09-19 15:36:07 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Creates a jpeg2000 file decompressor.
|
|
|
|
*
|
2012-10-15 09:38:10 +02:00
|
|
|
* @return an empty jpeg2000 file codec.
|
2011-09-19 15:36:07 +02:00
|
|
|
*/
|
2017-05-15 12:21:30 +02:00
|
|
|
opj_jp2_t* opj_jp2_create(OPJ_BOOL p_is_decoder);
|
2011-09-19 15:36:07 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
Destroy a JP2 decompressor handle
|
|
|
|
@param jp2 JP2 decompressor handle to destroy
|
|
|
|
*/
|
2012-10-25 16:16:19 +02:00
|
|
|
void opj_jp2_destroy(opj_jp2_t *jp2);
|
2011-09-19 15:36:07 +02:00
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Sets the given area to be decoded. This function should be called right after opj_read_header and before any tile header reading.
|
|
|
|
*
|
2012-10-15 09:38:10 +02:00
|
|
|
* @param p_jp2 the jpeg2000 codec.
|
|
|
|
* @param p_image FIXME DOC
|
|
|
|
* @param p_start_x the left position of the rectangle to decode (in image coordinates).
|
|
|
|
* @param p_start_y the up position of the rectangle to decode (in image coordinates).
|
|
|
|
* @param p_end_x the right position of the rectangle to decode (in image coordinates).
|
|
|
|
* @param p_end_y the bottom position of the rectangle to decode (in image coordinates).
|
|
|
|
* @param p_manager the user event manager
|
2011-09-19 15:36:07 +02:00
|
|
|
*
|
2012-10-15 09:38:10 +02:00
|
|
|
* @return true if the area could be set.
|
2011-09-19 15:36:07 +02:00
|
|
|
*/
|
2017-05-15 12:21:30 +02:00
|
|
|
OPJ_BOOL opj_jp2_set_decode_area(opj_jp2_t *p_jp2,
|
|
|
|
opj_image_t* p_image,
|
|
|
|
OPJ_INT32 p_start_x, OPJ_INT32 p_start_y,
|
|
|
|
OPJ_INT32 p_end_x, OPJ_INT32 p_end_y,
|
|
|
|
opj_event_mgr_t * p_manager);
|
|
|
|
|
|
|
|
/**
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
OPJ_BOOL opj_jp2_get_tile(opj_jp2_t *p_jp2,
|
|
|
|
opj_stream_private_t *p_stream,
|
|
|
|
opj_image_t* p_image,
|
|
|
|
opj_event_mgr_t * p_manager,
|
|
|
|
OPJ_UINT32 tile_index);
|
2012-08-13 11:24:15 +02:00
|
|
|
|
|
|
|
|
|
|
|
/**
|
2017-05-15 12:21:30 +02:00
|
|
|
*
|
2012-08-13 11:24:15 +02:00
|
|
|
*/
|
2017-05-15 12:21:30 +02:00
|
|
|
OPJ_BOOL opj_jp2_set_decoded_resolution_factor(opj_jp2_t *p_jp2,
|
|
|
|
OPJ_UINT32 res_factor,
|
|
|
|
opj_event_mgr_t * p_manager);
|
2011-11-08 14:21:17 +01:00
|
|
|
|
2011-10-07 19:31:35 +02:00
|
|
|
|
2012-08-13 11:24:15 +02:00
|
|
|
/* TODO MSD: clean these 3 functions */
|
2011-10-07 19:31:35 +02:00
|
|
|
/**
|
|
|
|
* Dump some elements from the JP2 decompression structure .
|
|
|
|
*
|
2012-10-15 09:38:10 +02:00
|
|
|
*@param p_jp2 the jp2 codec.
|
2017-07-26 21:06:38 +02:00
|
|
|
*@param flag flag to describe what elements are dump.
|
2012-10-15 09:38:10 +02:00
|
|
|
*@param out_stream output stream where dump the elements.
|
2011-10-07 19:31:35 +02:00
|
|
|
*
|
|
|
|
*/
|
2017-05-15 12:21:30 +02:00
|
|
|
void jp2_dump(opj_jp2_t* p_jp2, OPJ_INT32 flag, FILE* out_stream);
|
2011-10-07 19:31:35 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Get the codestream info from a JPEG2000 codec.
|
|
|
|
*
|
2012-10-15 09:38:10 +02:00
|
|
|
*@param p_jp2 jp2 codec.
|
2011-10-07 19:31:35 +02:00
|
|
|
*
|
2012-10-15 09:38:10 +02:00
|
|
|
*@return the codestream information extract from the jpg2000 codec
|
2011-10-07 19:31:35 +02:00
|
|
|
*/
|
2012-10-25 16:16:19 +02:00
|
|
|
opj_codestream_info_v2_t* jp2_get_cstr_info(opj_jp2_t* p_jp2);
|
2011-10-07 19:31:35 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Get the codestream index from a JPEG2000 codec.
|
|
|
|
*
|
2012-10-15 09:38:10 +02:00
|
|
|
*@param p_jp2 jp2 codec.
|
2011-10-07 19:31:35 +02:00
|
|
|
*
|
2012-10-15 09:38:10 +02:00
|
|
|
*@return the codestream index extract from the jpg2000 codec
|
2011-10-07 19:31:35 +02:00
|
|
|
*/
|
2012-10-25 16:16:19 +02:00
|
|
|
opj_codestream_index_t* jp2_get_cstr_index(opj_jp2_t* p_jp2);
|
2011-10-07 19:31:35 +02:00
|
|
|
|
2011-11-17 15:21:11 +01:00
|
|
|
|
2005-12-02 14:34:15 +01:00
|
|
|
/*@}*/
|
2004-07-16 15:39:09 +02:00
|
|
|
|
2005-12-02 14:34:15 +01:00
|
|
|
/*@}*/
|
2004-07-07 10:24:36 +02:00
|
|
|
|
2005-12-02 14:34:15 +01:00
|
|
|
#endif /* __JP2_H */
|
2004-07-07 10:24:36 +02:00
|
|
|
|