add abi-check files and reports to gh-pages
[openjpeg.git] / abi-check / installed / openjpeg / 2.0 / include / openjpeg-2.0 / openjpeg.h
1  /*
2  * Copyright (c) 2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
3  * Copyright (c) 2002-2007, Professor Benoit Macq
4  * Copyright (c) 2001-2003, David Janssens
5  * Copyright (c) 2002-2003, Yannick Verschueren
6  * Copyright (c) 2003-2007, Francois-Olivier Devaux and Antonin Descampe
7  * Copyright (c) 2005, Herve Drolon, FreeImage Team
8  * Copyright (c) 2006-2007, Parvatha Elangovan
9  * Copyright (c) 2008, Jerome Fimes, Communications & Systemes <jerome.fimes@c-s.fr>
10  * Copyright (c) 2010-2011, Kaori Hagihara
11  * Copyright (c) 2011-2012, Centre National d'Etudes Spatiales (CNES), France 
12  * Copyright (c) 2012, CS Systemes d'Information, France
13  * All rights reserved.
14  *
15  * Redistribution and use in source and binary forms, with or without
16  * modification, are permitted provided that the following conditions
17  * are met:
18  * 1. Redistributions of source code must retain the above copyright
19  *    notice, this list of conditions and the following disclaimer.
20  * 2. Redistributions in binary form must reproduce the above copyright
21  *    notice, this list of conditions and the following disclaimer in the
22  *    documentation and/or other materials provided with the distribution.
23  *
24  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS `AS IS'
25  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
26  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
27  * ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
28  * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
29  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
30  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
31  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
32  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
33  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
34  * POSSIBILITY OF SUCH DAMAGE.
35  */
36 #ifndef OPENJPEG_H
37 #define OPENJPEG_H
38
39
40 /* 
41 ==========================================================
42    Compiler directives
43 ==========================================================
44 */
45
46 /* deprecated attribute */
47 #ifdef __GNUC__
48         #define DEPRECATED(func) func __attribute__ ((deprecated))
49 #elif defined(_MSC_VER)
50         #define DEPRECATED(func) __declspec(deprecated) func
51 #else
52         #pragma message("WARNING: You need to implement DEPRECATED for this compiler")
53         #define DEPRECATED(func) func
54 #endif
55
56 #if defined(OPJ_STATIC) || !defined(_WIN32)
57 /* http://gcc.gnu.org/wiki/Visibility */
58 #if __GNUC__ >= 4
59 #define OPJ_API    __attribute__ ((visibility ("default")))
60 #define OPJ_LOCAL  __attribute__ ((visibility ("hidden")))
61 #else
62 #define OPJ_API
63 #define OPJ_LOCAL
64 #endif
65 #define OPJ_CALLCONV
66 #else
67 #define OPJ_CALLCONV __stdcall
68 /*
69 The following ifdef block is the standard way of creating macros which make exporting 
70 from a DLL simpler. All files within this DLL are compiled with the OPJ_EXPORTS
71 symbol defined on the command line. this symbol should not be defined on any project
72 that uses this DLL. This way any other project whose source files include this file see 
73 OPJ_API functions as being imported from a DLL, wheras this DLL sees symbols
74 defined with this macro as being exported.
75 */
76 #if defined(OPJ_EXPORTS) || defined(DLL_EXPORT)
77 #define OPJ_API __declspec(dllexport)
78 #else
79 #define OPJ_API __declspec(dllimport)
80 #endif /* OPJ_EXPORTS */
81 #endif /* !OPJ_STATIC || !_WIN32 */
82
83 typedef int OPJ_BOOL; /*FIXME it should be to follow the name of others OPJ_TYPE -> OPJ_BOOL*/
84 #define OPJ_TRUE 1
85 #define OPJ_FALSE 0
86
87 typedef char          OPJ_CHAR;
88 typedef float         OPJ_FLOAT32;
89 typedef double        OPJ_FLOAT64;
90 typedef unsigned char OPJ_BYTE;
91
92 #include "opj_stdint.h"
93
94 typedef int8_t   OPJ_INT8;
95 typedef uint8_t  OPJ_UINT8;
96 typedef int16_t  OPJ_INT16;
97 typedef uint16_t OPJ_UINT16;
98 typedef int32_t  OPJ_INT32;
99 typedef uint32_t OPJ_UINT32;
100 typedef int64_t  OPJ_INT64;
101 typedef uint64_t OPJ_UINT64;
102
103 /* Avoid compile-time warning because parameter is not used */
104 #define OPJ_ARG_NOT_USED(x) (void)(x)
105
106 /* 
107 ==========================================================
108    Useful constant definitions
109 ==========================================================
110 */
111
112 #define OPJ_PATH_LEN 4096 /**< Maximum allowed size for filenames */
113
114 #define OPJ_J2K_MAXRLVLS 33                                     /**< Number of maximum resolution level authorized */
115 #define OPJ_J2K_MAXBANDS (3*OPJ_J2K_MAXRLVLS-2) /**< Number of maximum sub-band linked to number of resolution level */
116
117 #define OPJ_J2K_DEFAULT_NB_SEGS                         10
118 #define OPJ_J2K_STREAM_CHUNK_SIZE                       0x100000 /** 1 mega by default */
119 #define OPJ_J2K_DEFAULT_HEADER_SIZE                     1000
120 #define OPJ_J2K_MCC_DEFAULT_NB_RECORDS          10
121 #define OPJ_J2K_MCT_DEFAULT_NB_RECORDS          10
122
123 /* UniPG>> */ /* NOT YET USED IN THE V2 VERSION OF OPENJPEG */
124 #define JPWL_MAX_NO_TILESPECS   16 /**< Maximum number of tile parts expected by JPWL: increase at your will */
125 #define JPWL_MAX_NO_PACKSPECS   16 /**< Maximum number of packet parts expected by JPWL: increase at your will */
126 #define JPWL_MAX_NO_MARKERS     512 /**< Maximum number of JPWL markers: increase at your will */
127 #define JPWL_PRIVATEINDEX_NAME "jpwl_index_privatefilename" /**< index file name used when JPWL is on */
128 #define JPWL_EXPECTED_COMPONENTS 3 /**< Expect this number of components, so you'll find better the first EPB */
129 #define JPWL_MAXIMUM_TILES 8192 /**< Expect this maximum number of tiles, to avoid some crashes */
130 #define JPWL_MAXIMUM_HAMMING 2 /**< Expect this maximum number of bit errors in marker id's */
131 #define JPWL_MAXIMUM_EPB_ROOM 65450 /**< Expect this maximum number of bytes for composition of EPBs */
132 /* <<UniPG */
133
134 /**
135  * EXPERIMENTAL FOR THE MOMENT
136  * Supported options about file information used only in j2k_dump
137 */
138 #define OPJ_IMG_INFO            1       /**< Basic image information provided to the user */
139 #define OPJ_J2K_MH_INFO         2       /**< Codestream information based only on the main header */
140 #define OPJ_J2K_TH_INFO         4       /**< Tile information based on the current tile header */
141 /*FIXME #define OPJ_J2K_CSTR_INFO       6*/     /**<  */
142 #define OPJ_J2K_MH_IND          16      /**< Codestream index based only on the main header */
143 #define OPJ_J2K_TH_IND          32      /**< Tile index based on the current tile */
144 /*FIXME #define OPJ_J2K_CSTR_IND        48*/    /**<  */
145 #define OPJ_JP2_INFO            128     /**< JP2 file information */
146 #define OPJ_JP2_IND                     256     /**< JP2 file index */
147
148
149 /* 
150 ==========================================================
151    enum definitions
152 ==========================================================
153 */
154 /** 
155  * Rsiz Capabilities
156  * */
157 typedef enum RSIZ_CAPABILITIES {
158         OPJ_STD_RSIZ = 0,               /** Standard JPEG2000 profile*/
159         OPJ_CINEMA2K = 3,               /** Profile name for a 2K image*/
160         OPJ_CINEMA4K = 4,               /** Profile name for a 4K image*/
161         OPJ_MCT = 0x8100
162 } OPJ_RSIZ_CAPABILITIES;
163
164 /** 
165  * Digital cinema operation mode
166  * */
167 typedef enum CINEMA_MODE {
168         OPJ_OFF = 0,                    /** Not Digital Cinema*/
169         OPJ_CINEMA2K_24 = 1,    /** 2K Digital Cinema at 24 fps*/
170         OPJ_CINEMA2K_48 = 2,    /** 2K Digital Cinema at 48 fps*/
171         OPJ_CINEMA4K_24 = 3             /** 4K Digital Cinema at 24 fps*/
172 }OPJ_CINEMA_MODE;
173
174 /** 
175  * Progression order
176  * */
177 typedef enum PROG_ORDER {
178         OPJ_PROG_UNKNOWN = -1,  /**< place-holder */
179         OPJ_LRCP = 0,                   /**< layer-resolution-component-precinct order */
180         OPJ_RLCP = 1,                   /**< resolution-layer-component-precinct order */
181         OPJ_RPCL = 2,                   /**< resolution-precinct-component-layer order */
182         OPJ_PCRL = 3,                   /**< precinct-component-resolution-layer order */
183         OPJ_CPRL = 4                    /**< component-precinct-resolution-layer order */
184 } OPJ_PROG_ORDER;
185
186 /**
187  * Supported image color spaces
188 */
189 typedef enum COLOR_SPACE {
190         OPJ_CLRSPC_UNKNOWN = -1,        /**< not supported by the library */
191         OPJ_CLRSPC_UNSPECIFIED = 0, /**< not specified in the codestream */ 
192         OPJ_CLRSPC_SRGB = 1,            /**< sRGB */
193         OPJ_CLRSPC_GRAY = 2,            /**< grayscale */
194         OPJ_CLRSPC_SYCC = 3                     /**< YUV */
195 } OPJ_COLOR_SPACE;
196
197 /**
198  * Supported codec
199 */
200 typedef enum CODEC_FORMAT {
201         OPJ_CODEC_UNKNOWN = -1, /**< place-holder */
202         OPJ_CODEC_J2K  = 0,             /**< JPEG-2000 codestream : read/write */
203         OPJ_CODEC_JPT  = 1,             /**< JPT-stream (JPEG 2000, JPIP) : read only */
204         OPJ_CODEC_JP2  = 2              /**< JPEG-2000 file format : read/write */
205 } OPJ_CODEC_FORMAT;
206
207
208 /* 
209 ==========================================================
210    event manager typedef definitions
211 ==========================================================
212 */
213
214 /**
215  * Callback function prototype for events
216  * @param msg               Event message
217  * @param client_data       Client object where will be return the event message 
218  * */
219 typedef void (*opj_msg_callback) (const char *msg, void *client_data);
220
221 /* 
222 ==========================================================
223    codec typedef definitions
224 ==========================================================
225 */
226
227 /**
228  * Progression order changes
229  * 
230  */
231 typedef struct opj_poc {
232         /** Resolution num start, Component num start, given by POC */
233         OPJ_UINT32 resno0, compno0;
234         /** Layer num end,Resolution num end, Component num end, given by POC */
235         OPJ_UINT32 layno1, resno1, compno1;
236         /** Layer num start,Precinct num start, Precinct num end */
237         OPJ_UINT32 layno0, precno0, precno1;
238         /** Progression order enum*/
239         OPJ_PROG_ORDER prg1,prg;
240         /** Progression order string*/
241         OPJ_CHAR progorder[5];
242         /** Tile number */
243         OPJ_UINT32 tile;
244         /** Start and end values for Tile width and height*/
245         OPJ_INT32 tx0,tx1,ty0,ty1;
246         /** Start value, initialised in pi_initialise_encode*/
247         OPJ_UINT32 layS, resS, compS, prcS;
248         /** End value, initialised in pi_initialise_encode */
249         OPJ_UINT32 layE, resE, compE, prcE;
250         /** Start and end values of Tile width and height, initialised in pi_initialise_encode*/
251         OPJ_UINT32 txS,txE,tyS,tyE,dx,dy;
252         /** Temporary values for Tile parts, initialised in pi_create_encode */
253         OPJ_UINT32 lay_t, res_t, comp_t, prc_t,tx0_t,ty0_t;
254 } opj_poc_t;
255
256 /**
257  * Compression parameters
258  * */
259 typedef struct opj_cparameters {
260         /** size of tile: tile_size_on = false (not in argument) or = true (in argument) */
261         OPJ_BOOL tile_size_on;
262         /** XTOsiz */
263         int cp_tx0;
264         /** YTOsiz */
265         int cp_ty0;
266         /** XTsiz */
267         int cp_tdx;
268         /** YTsiz */
269         int cp_tdy;
270         /** allocation by rate/distortion */
271         int cp_disto_alloc;
272         /** allocation by fixed layer */
273         int cp_fixed_alloc;
274         /** add fixed_quality */
275         int cp_fixed_quality;
276         /** fixed layer */
277         int *cp_matrice;
278         /** comment for coding */
279         char *cp_comment;
280         /** csty : coding style */
281         int csty;
282         /** progression order (default OPJ_LRCP) */
283         OPJ_PROG_ORDER prog_order;
284         /** progression order changes */
285         opj_poc_t POC[32];
286         /** number of progression order changes (POC), default to 0 */
287         OPJ_UINT32 numpocs;
288         /** number of layers */
289         int tcp_numlayers;
290         /** rates of layers */
291         float tcp_rates[100];
292         /** different psnr for successive layers */
293         float tcp_distoratio[100];
294         /** number of resolutions */
295         int numresolution;
296         /** initial code block width, default to 64 */
297         int cblockw_init;
298         /** initial code block height, default to 64 */
299         int cblockh_init;
300         /** mode switch (cblk_style) */
301         int mode;
302         /** 1 : use the irreversible DWT 9-7, 0 : use lossless compression (default) */
303         int irreversible;
304         /** region of interest: affected component in [0..3], -1 means no ROI */
305         int roi_compno;
306         /** region of interest: upshift value */
307         int roi_shift;
308         /* number of precinct size specifications */
309         int res_spec;
310         /** initial precinct width */
311         int prcw_init[OPJ_J2K_MAXRLVLS];
312         /** initial precinct height */
313         int prch_init[OPJ_J2K_MAXRLVLS];
314
315         /**@name command line encoder parameters (not used inside the library) */
316         /*@{*/
317         /** input file name */
318         char infile[OPJ_PATH_LEN];
319         /** output file name */
320         char outfile[OPJ_PATH_LEN];
321         /** DEPRECATED. Index generation is now handeld with the opj_encode_with_info() function. Set to NULL */
322         int index_on;
323         /** DEPRECATED. Index generation is now handeld with the opj_encode_with_info() function. Set to NULL */
324         char index[OPJ_PATH_LEN];
325         /** subimage encoding: origin image offset in x direction */
326         int image_offset_x0;
327         /** subimage encoding: origin image offset in y direction */
328         int image_offset_y0;
329         /** subsampling value for dx */
330         int subsampling_dx;
331         /** subsampling value for dy */
332         int subsampling_dy;
333         /** input file format 0: PGX, 1: PxM, 2: BMP 3:TIF*/
334         int decod_format;
335         /** output file format 0: J2K, 1: JP2, 2: JPT */
336         int cod_format;
337         /*@}*/
338
339 /* UniPG>> */ /* NOT YET USED IN THE V2 VERSION OF OPENJPEG */
340         /**@name JPWL encoding parameters */
341         /*@{*/
342         /** enables writing of EPC in MH, thus activating JPWL */
343         OPJ_BOOL jpwl_epc_on;
344         /** error protection method for MH (0,1,16,32,37-128) */
345         int jpwl_hprot_MH;
346         /** tile number of header protection specification (>=0) */
347         int jpwl_hprot_TPH_tileno[JPWL_MAX_NO_TILESPECS];
348         /** error protection methods for TPHs (0,1,16,32,37-128) */
349         int jpwl_hprot_TPH[JPWL_MAX_NO_TILESPECS];
350         /** tile number of packet protection specification (>=0) */
351         int jpwl_pprot_tileno[JPWL_MAX_NO_PACKSPECS];
352         /** packet number of packet protection specification (>=0) */
353         int jpwl_pprot_packno[JPWL_MAX_NO_PACKSPECS];
354         /** error protection methods for packets (0,1,16,32,37-128) */
355         int jpwl_pprot[JPWL_MAX_NO_PACKSPECS];
356         /** enables writing of ESD, (0=no/1/2 bytes) */
357         int jpwl_sens_size;
358         /** sensitivity addressing size (0=auto/2/4 bytes) */
359         int jpwl_sens_addr;
360         /** sensitivity range (0-3) */
361         int jpwl_sens_range;
362         /** sensitivity method for MH (-1=no,0-7) */
363         int jpwl_sens_MH;
364         /** tile number of sensitivity specification (>=0) */
365         int jpwl_sens_TPH_tileno[JPWL_MAX_NO_TILESPECS];
366         /** sensitivity methods for TPHs (-1=no,0-7) */
367         int jpwl_sens_TPH[JPWL_MAX_NO_TILESPECS];
368         /*@}*/
369 /* <<UniPG */
370
371         /** Digital Cinema compliance 0-not compliant, 1-compliant*/
372         OPJ_CINEMA_MODE cp_cinema;
373         /** Maximum rate for each component. If == 0, component size limitation is not considered */
374         int max_comp_size;
375         /** Profile name*/
376         OPJ_RSIZ_CAPABILITIES cp_rsiz;
377         /** Tile part generation*/
378         char tp_on;
379         /** Flag for Tile part generation*/
380         char tp_flag;
381         /** MCT (multiple component transform) */
382         char tcp_mct;
383         /** Enable JPIP indexing*/
384         OPJ_BOOL jpip_on;
385         /** Naive implementation of MCT restricted to a single reversible array based encoding without offset concerning all the components. */
386         void * mct_data;
387 } opj_cparameters_t;  
388
389 #define OPJ_DPARAMETERS_IGNORE_PCLR_CMAP_CDEF_FLAG      0x0001
390
391 /**
392  * Decompression parameters
393  * */
394 typedef struct opj_dparameters {
395         /** 
396         Set the number of highest resolution levels to be discarded. 
397         The image resolution is effectively divided by 2 to the power of the number of discarded levels. 
398         The reduce factor is limited by the smallest total number of decomposition levels among tiles.
399         if != 0, then original dimension divided by 2^(reduce); 
400         if == 0 or not used, image is decoded to the full resolution 
401         */
402         OPJ_UINT32 cp_reduce;
403         /** 
404         Set the maximum number of quality layers to decode. 
405         If there are less quality layers than the specified number, all the quality layers are decoded.
406         if != 0, then only the first "layer" layers are decoded; 
407         if == 0 or not used, all the quality layers are decoded 
408         */
409         OPJ_UINT32 cp_layer;
410
411         /**@name command line decoder parameters (not used inside the library) */
412         /*@{*/
413         /** input file name */
414         char infile[OPJ_PATH_LEN];
415         /** output file name */
416         char outfile[OPJ_PATH_LEN];
417         /** input file format 0: J2K, 1: JP2, 2: JPT */
418         int decod_format;
419         /** output file format 0: PGX, 1: PxM, 2: BMP */
420         int cod_format;
421
422         /** Decoding area left boundary */
423         OPJ_UINT32 DA_x0;
424         /** Decoding area right boundary */
425         OPJ_UINT32 DA_x1;
426         /** Decoding area up boundary */
427         OPJ_UINT32 DA_y0;
428         /** Decoding area bottom boundary */
429         OPJ_UINT32 DA_y1;
430         /** Verbose mode */
431         OPJ_BOOL m_verbose;
432
433         /** tile number ot the decoded tile*/
434         OPJ_UINT32 tile_index;
435         /** Nb of tile to decode */
436         OPJ_UINT32 nb_tile_to_decode;
437
438         /*@}*/
439
440 /* UniPG>> */ /* NOT YET USED IN THE V2 VERSION OF OPENJPEG */
441         /**@name JPWL decoding parameters */
442         /*@{*/
443         /** activates the JPWL correction capabilities */
444         OPJ_BOOL jpwl_correct;
445         /** expected number of components */
446         int jpwl_exp_comps;
447         /** maximum number of tiles */
448         int jpwl_max_tiles;
449         /*@}*/
450 /* <<UniPG */
451
452         unsigned int flags;
453
454 } opj_dparameters_t;
455
456
457 /**
458  * JPEG2000 codec V2.
459  * */
460 typedef void * opj_codec_t;
461
462 /* 
463 ==========================================================
464    I/O stream typedef definitions
465 ==========================================================
466 */
467
468 /**
469  * Stream open flags.
470  * */
471 /** The stream was opened for reading. */
472 #define OPJ_STREAM_READ OPJ_TRUE
473 /** The stream was opened for writing. */
474 #define OPJ_STREAM_WRITE OPJ_FALSE
475
476 /*
477  * Callback function prototype for read function
478  */
479 typedef OPJ_SIZE_T (* opj_stream_read_fn) (void * p_buffer, OPJ_SIZE_T p_nb_bytes, void * p_user_data) ;
480
481 /*
482  * Callback function prototype for write function
483  */
484 typedef OPJ_SIZE_T (* opj_stream_write_fn) (void * p_buffer, OPJ_SIZE_T p_nb_bytes, void * p_user_data) ;
485
486 /*
487  * Callback function prototype for skip function
488  */
489 typedef OPJ_OFF_T (* opj_stream_skip_fn) (OPJ_OFF_T p_nb_bytes, void * p_user_data) ;
490
491 /*
492  * Callback function prototype for seek function
493  */
494 typedef OPJ_BOOL (* opj_stream_seek_fn) (OPJ_OFF_T p_nb_bytes, void * p_user_data) ;
495
496 /*
497  * JPEG2000 Stream.
498  */
499 typedef void * opj_stream_t;
500
501 /* 
502 ==========================================================
503    image typedef definitions
504 ==========================================================
505 */
506
507 /**
508  * Defines a single image component
509  * */
510 typedef struct opj_image_comp {
511         /** XRsiz: horizontal separation of a sample of ith component with respect to the reference grid */
512         OPJ_UINT32 dx;
513         /** YRsiz: vertical separation of a sample of ith component with respect to the reference grid */
514         OPJ_UINT32 dy;
515         /** data width */
516         OPJ_UINT32 w;
517         /** data height */
518         OPJ_UINT32 h;
519         /** x component offset compared to the whole image */
520         OPJ_UINT32 x0;
521         /** y component offset compared to the whole image */
522         OPJ_UINT32 y0;
523         /** precision */
524         OPJ_UINT32 prec;
525         /** image depth in bits */
526         OPJ_UINT32 bpp;
527         /** signed (1) / unsigned (0) */
528         OPJ_UINT32 sgnd;
529         /** number of decoded resolution */
530         OPJ_UINT32 resno_decoded;
531         /** number of division by 2 of the out image compared to the original size of image */
532         OPJ_UINT32 factor;
533         /** image component data */
534         OPJ_INT32 *data;
535 } opj_image_comp_t;
536
537 /** 
538  * Defines image data and characteristics
539  * */
540 typedef struct opj_image {
541         /** XOsiz: horizontal offset from the origin of the reference grid to the left side of the image area */
542         OPJ_UINT32 x0;
543         /** YOsiz: vertical offset from the origin of the reference grid to the top side of the image area */
544         OPJ_UINT32 y0;
545         /** Xsiz: width of the reference grid */
546         OPJ_UINT32 x1;
547         /** Ysiz: height of the reference grid */
548         OPJ_UINT32 y1;
549         /** number of components in the image */
550         OPJ_UINT32 numcomps;
551         /** color space: sRGB, Greyscale or YUV */
552         OPJ_COLOR_SPACE color_space;
553         /** image components */
554         opj_image_comp_t *comps;
555         /** 'restricted' ICC profile */
556         OPJ_BYTE *icc_profile_buf;
557         /** size of ICC profile */
558         OPJ_UINT32 icc_profile_len;
559 } opj_image_t;
560
561
562 /**
563  * Component parameters structure used by the opj_image_create function
564  * */
565 typedef struct opj_image_comptparm {
566         /** XRsiz: horizontal separation of a sample of ith component with respect to the reference grid */
567         OPJ_UINT32 dx;
568         /** YRsiz: vertical separation of a sample of ith component with respect to the reference grid */
569         OPJ_UINT32 dy;
570         /** data width */
571         OPJ_UINT32 w;
572         /** data height */
573         OPJ_UINT32 h;
574         /** x component offset compared to the whole image */
575         OPJ_UINT32 x0;
576         /** y component offset compared to the whole image */
577         OPJ_UINT32 y0;
578         /** precision */
579         OPJ_UINT32 prec;
580         /** image depth in bits */
581         OPJ_UINT32 bpp;
582         /** signed (1) / unsigned (0) */
583         OPJ_UINT32 sgnd;
584 } opj_image_cmptparm_t;
585
586
587 /* 
588 ==========================================================
589    Information on the JPEG 2000 codestream
590 ==========================================================
591 */
592 /* QUITE EXPERIMENTAL FOR THE MOMENT */
593
594 /**
595  * Index structure : Information concerning a packet inside tile
596  * */
597 typedef struct opj_packet_info {
598         /** packet start position (including SOP marker if it exists) */
599         OPJ_OFF_T start_pos;
600         /** end of packet header position (including EPH marker if it exists)*/
601         OPJ_OFF_T end_ph_pos;
602         /** packet end position */
603         OPJ_OFF_T end_pos;
604         /** packet distorsion */
605         double disto;
606 } opj_packet_info_t;
607
608
609 /* UniPG>> */
610 /**
611  * Marker structure
612  * */
613 typedef struct opj_marker_info {
614         /** marker type */
615         unsigned short int type;
616         /** position in codestream */
617         OPJ_OFF_T pos;
618         /** length, marker val included */
619         int len;
620 } opj_marker_info_t;
621 /* <<UniPG */
622
623 /**
624  * Index structure : Information concerning tile-parts
625 */
626 typedef struct opj_tp_info {
627         /** start position of tile part */
628         int tp_start_pos;
629         /** end position of tile part header */
630         int tp_end_header;
631         /** end position of tile part */
632         int tp_end_pos;
633         /** start packet of tile part */
634         int tp_start_pack;
635         /** number of packets of tile part */
636         int tp_numpacks;
637 } opj_tp_info_t;
638
639 /**
640  * Index structure : information regarding tiles
641 */
642 typedef struct opj_tile_info {
643         /** value of thresh for each layer by tile cfr. Marcela   */
644         double *thresh;
645         /** number of tile */
646         int tileno;
647         /** start position */
648         int start_pos;
649         /** end position of the header */
650         int end_header;
651         /** end position */
652         int end_pos;
653         /** precinct number for each resolution level (width) */
654         int pw[33];
655         /** precinct number for each resolution level (height) */
656         int ph[33];
657         /** precinct size (in power of 2), in X for each resolution level */
658         int pdx[33];
659         /** precinct size (in power of 2), in Y for each resolution level */
660         int pdy[33];
661         /** information concerning packets inside tile */
662         opj_packet_info_t *packet;
663         /** add fixed_quality */
664         int numpix;
665         /** add fixed_quality */
666         double distotile;
667         /** number of markers */
668         int marknum;
669         /** list of markers */
670         opj_marker_info_t *marker;
671         /** actual size of markers array */
672         int maxmarknum;
673         /** number of tile parts */
674         int num_tps;
675         /** information concerning tile parts */
676         opj_tp_info_t *tp;
677 } opj_tile_info_t;
678
679 /**
680  * Index structure of the codestream
681 */
682 typedef struct opj_codestream_info {
683         /** maximum distortion reduction on the whole image (add for Marcela) */
684         double D_max;
685         /** packet number */
686         int packno;
687         /** writing the packet in the index with t2_encode_packets */
688         int index_write;
689         /** image width */
690         int image_w;
691         /** image height */
692         int image_h;
693         /** progression order */
694         OPJ_PROG_ORDER prog;
695         /** tile size in x */
696         int tile_x;
697         /** tile size in y */
698         int tile_y;
699         /** */
700         int tile_Ox;
701         /** */
702         int tile_Oy;
703         /** number of tiles in X */
704         int tw;
705         /** number of tiles in Y */
706         int th;
707         /** component numbers */
708         int numcomps;
709         /** number of layer */
710         int numlayers;
711         /** number of decomposition for each component */
712         int *numdecompos;
713 /* UniPG>> */
714         /** number of markers */
715         int marknum;
716         /** list of markers */
717         opj_marker_info_t *marker;
718         /** actual size of markers array */
719         int maxmarknum;
720 /* <<UniPG */
721         /** main header position */
722         int main_head_start;
723         /** main header position */
724         int main_head_end;
725         /** codestream's size */
726         int codestream_size;
727         /** information regarding tiles inside image */
728         opj_tile_info_t *tile;
729 } opj_codestream_info_t;
730
731 /* <----------------------------------------------------------- */
732 /* new output managment of the codestream information and index */
733
734 /**
735  * Tile-component coding parameters information
736  */
737 typedef struct opj_tccp_info
738 {
739         /** component index */
740         OPJ_UINT32 compno;
741         /** coding style */
742         OPJ_UINT32 csty;
743         /** number of resolutions */
744         OPJ_UINT32 numresolutions;
745         /** code-blocks width */
746         OPJ_UINT32 cblkw;
747         /** code-blocks height */
748         OPJ_UINT32 cblkh;
749         /** code-block coding style */
750         OPJ_UINT32 cblksty;
751         /** discrete wavelet transform identifier */
752         OPJ_UINT32 qmfbid;
753         /** quantisation style */
754         OPJ_UINT32 qntsty;
755         /** stepsizes used for quantization */
756         OPJ_UINT32 stepsizes_mant[OPJ_J2K_MAXBANDS];
757         /** stepsizes used for quantization */
758         OPJ_UINT32 stepsizes_expn[OPJ_J2K_MAXBANDS];
759         /** number of guard bits */
760         OPJ_UINT32 numgbits;
761         /** Region Of Interest shift */
762         OPJ_INT32 roishift;
763         /** precinct width */
764         OPJ_UINT32 prcw[OPJ_J2K_MAXRLVLS];
765         /** precinct height */
766         OPJ_UINT32 prch[OPJ_J2K_MAXRLVLS];
767 }
768 opj_tccp_info_t;
769
770 /**
771  * Tile coding parameters information
772  */
773 typedef struct opj_tile_v2_info {
774
775         /** number (index) of tile */
776         int tileno;
777         /** coding style */
778         OPJ_UINT32 csty;
779         /** progression order */
780         OPJ_PROG_ORDER prg;
781         /** number of layers */
782         OPJ_UINT32 numlayers;
783         /** multi-component transform identifier */
784         OPJ_UINT32 mct;
785
786         /** information concerning tile component parameters*/
787         opj_tccp_info_t *tccp_info;
788
789 } opj_tile_info_v2_t;
790
791 /**
792  * Information structure about the codestream (FIXME should be expand and enhance)
793  */
794 typedef struct opj_codestream_info_v2 {
795         /* Tile info */
796         /** tile origin in x = XTOsiz */
797         OPJ_UINT32 tx0;
798         /** tile origin in y = YTOsiz */
799         OPJ_UINT32 ty0;
800         /** tile size in x = XTsiz */
801         OPJ_UINT32 tdx;
802         /** tile size in y = YTsiz */
803         OPJ_UINT32 tdy;
804         /** number of tiles in X */
805         OPJ_UINT32 tw;
806         /** number of tiles in Y */
807         OPJ_UINT32 th;
808
809         /** number of components*/
810         OPJ_UINT32 nbcomps;
811
812         /** Default information regarding tiles inside image */
813         opj_tile_info_v2_t m_default_tile_info;
814
815         /** information regarding tiles inside image */
816         opj_tile_info_v2_t *tile_info; /* FIXME not used for the moment */
817
818 } opj_codestream_info_v2_t;
819
820
821 /**
822  * Index structure about a tile part
823  */
824 typedef struct opj_tp_index {
825         /** start position */
826         OPJ_OFF_T start_pos;
827         /** end position of the header */
828         OPJ_OFF_T end_header;
829         /** end position */
830         OPJ_OFF_T end_pos;
831
832 } opj_tp_index_t;
833
834 /**
835  * Index structure about a tile
836  */
837 typedef struct opj_tile_index {
838         /** tile index */
839         OPJ_UINT32 tileno;
840
841         /** number of tile parts */
842         OPJ_UINT32 nb_tps;
843         /** current nb of tile part (allocated)*/
844         OPJ_UINT32 current_nb_tps;
845         /** current tile-part index */
846         OPJ_UINT32 current_tpsno;
847         /** information concerning tile parts */
848         opj_tp_index_t *tp_index;
849
850         /* UniPG>> */ /* NOT USED FOR THE MOMENT IN THE V2 VERSION */
851                 /** number of markers */
852                 OPJ_UINT32 marknum;
853                 /** list of markers */
854                 opj_marker_info_t *marker;
855                 /** actual size of markers array */
856                 OPJ_UINT32 maxmarknum;
857         /* <<UniPG */
858
859         /** packet number */
860         OPJ_UINT32 nb_packet;
861         /** information concerning packets inside tile */
862         opj_packet_info_t *packet_index;
863
864 } opj_tile_index_t;
865
866 /**
867  * Index structure of the codestream (FIXME should be expand and enhance)
868  */
869 typedef struct opj_codestream_index {
870         /** main header start position (SOC position) */
871         OPJ_OFF_T main_head_start;
872         /** main header end position (first SOT position) */
873         OPJ_OFF_T main_head_end;
874
875         /** codestream's size */
876         OPJ_UINT64 codestream_size;
877
878 /* UniPG>> */ /* NOT USED FOR THE MOMENT IN THE V2 VERSION */
879         /** number of markers */
880         OPJ_UINT32 marknum;
881         /** list of markers */
882         opj_marker_info_t *marker;
883         /** actual size of markers array */
884         OPJ_UINT32 maxmarknum;
885 /* <<UniPG */
886
887         /** */
888         OPJ_UINT32 nb_of_tiles;
889         /** */
890         opj_tile_index_t *tile_index; /* FIXME not used for the moment */
891
892 }opj_codestream_index_t;
893 /* -----------------------------------------------------------> */
894
895 /*
896 ==========================================================
897    Metadata from the JP2file
898 ==========================================================
899 */
900
901 /**
902  * Info structure of the JP2 file
903  * EXPERIMENTAL FOR THE MOMENT
904  */
905 typedef struct opj_jp2_metadata {
906         /** */
907         OPJ_INT32       not_used;
908
909 } opj_jp2_metadata_t;
910
911 /**
912  * Index structure of the JP2 file
913  * EXPERIMENTAL FOR THE MOMENT
914  */
915 typedef struct opj_jp2_index {
916         /** */
917         OPJ_INT32       not_used;
918
919 } opj_jp2_index_t;
920
921
922 #ifdef __cplusplus
923 extern "C" {
924 #endif
925
926
927 /* 
928 ==========================================================
929    openjpeg version
930 ==========================================================
931 */
932
933 /* Get the version of the openjpeg library*/
934 OPJ_API const char * OPJ_CALLCONV opj_version(void);
935
936 /* 
937 ==========================================================
938    image functions definitions
939 ==========================================================
940 */
941
942 /**
943  * Create an image
944  *
945  * @param numcmpts      number of components
946  * @param cmptparms     components parameters
947  * @param clrspc        image color space
948  * @return returns      a new image structure if successful, returns NULL otherwise
949  * */
950 OPJ_API opj_image_t* OPJ_CALLCONV opj_image_create(OPJ_UINT32 numcmpts, opj_image_cmptparm_t *cmptparms, OPJ_COLOR_SPACE clrspc);
951
952 /**
953  * Deallocate any resources associated with an image
954  *
955  * @param image         image to be destroyed
956  */
957 OPJ_API void OPJ_CALLCONV opj_image_destroy(opj_image_t *image);
958
959 /**
960  * Creates an image without allocating memory for the image (used in the new version of the library).
961  *
962  * @param       numcmpts    the number of components
963  * @param       cmptparms   the components parameters
964  * @param       clrspc      the image color space
965  *
966  * @return      a new image structure if successful, NULL otherwise.
967 */
968 OPJ_API opj_image_t* OPJ_CALLCONV opj_image_tile_create(OPJ_UINT32 numcmpts, opj_image_cmptparm_t *cmptparms, OPJ_COLOR_SPACE clrspc);
969
970 /* 
971 ==========================================================
972    stream functions definitions
973 ==========================================================
974 */
975
976 /**
977  * Creates an abstract stream. This function does nothing except allocating memory and initializing the abstract stream.
978  *
979  * @param       p_is_input              if set to true then the stream will be an input stream, an output stream else.
980  *
981  * @return      a stream object.
982 */
983 OPJ_API opj_stream_t* OPJ_CALLCONV opj_stream_default_create(OPJ_BOOL p_is_input);
984
985 /**
986  * Creates an abstract stream. This function does nothing except allocating memory and initializing the abstract stream.
987  *
988  * @param       p_buffer_size  FIXME DOC
989  * @param       p_is_input              if set to true then the stream will be an input stream, an output stream else.
990  *
991  * @return      a stream object.
992 */
993 OPJ_API opj_stream_t* OPJ_CALLCONV opj_stream_create(OPJ_SIZE_T p_buffer_size, OPJ_BOOL p_is_input);
994
995 /**
996  * Destroys a stream created by opj_create_stream. This function does NOT close the abstract stream. If needed the user must
997  * close its own implementation of the stream.
998  *
999  * @param       p_stream        the stream to destroy.
1000  */
1001 OPJ_API void OPJ_CALLCONV opj_stream_destroy(opj_stream_t* p_stream);
1002
1003 /**
1004  * Sets the given function to be used as a read function.
1005  * @param               p_stream        the stream to modify
1006  * @param               p_function      the function to use a read function.
1007 */
1008 OPJ_API void OPJ_CALLCONV opj_stream_set_read_function(opj_stream_t* p_stream, opj_stream_read_fn p_function);
1009
1010 /**
1011  * Sets the given function to be used as a write function.
1012  * @param               p_stream        the stream to modify
1013  * @param               p_function      the function to use a write function.
1014 */
1015 OPJ_API void OPJ_CALLCONV opj_stream_set_write_function(opj_stream_t* p_stream, opj_stream_write_fn p_function);
1016
1017 /**
1018  * Sets the given function to be used as a skip function.
1019  * @param               p_stream        the stream to modify
1020  * @param               p_function      the function to use a skip function.
1021 */
1022 OPJ_API void OPJ_CALLCONV opj_stream_set_skip_function(opj_stream_t* p_stream, opj_stream_skip_fn p_function);
1023
1024 /**
1025  * Sets the given function to be used as a seek function, the stream is then seekable.
1026  * @param               p_stream        the stream to modify
1027  * @param               p_function      the function to use a skip function.
1028 */
1029 OPJ_API void OPJ_CALLCONV opj_stream_set_seek_function(opj_stream_t* p_stream, opj_stream_seek_fn p_function);
1030
1031 /**
1032  * Sets the given data to be used as a user data for the stream.
1033  * @param               p_stream        the stream to modify
1034  * @param               p_data          the data to set.
1035 */
1036 OPJ_API void OPJ_CALLCONV opj_stream_set_user_data (opj_stream_t* p_stream, void * p_data);
1037
1038 /**
1039  * Sets the length of the user data for the stream.
1040  *
1041  * @param p_stream    the stream to modify
1042  * @param data_length length of the user_data.
1043 */
1044 OPJ_API void OPJ_CALLCONV opj_stream_set_user_data_length(opj_stream_t* p_stream, OPJ_UINT64 data_length);
1045
1046 /**
1047  * Helper function.
1048  * Sets the stream to be a file stream. The FILE must have been open previously.
1049  * @param p_file            the file stream to operate on
1050  * @param p_is_read_stream  whether the stream is a read stream (true) or not (false)
1051 */
1052 OPJ_API opj_stream_t* OPJ_CALLCONV opj_stream_create_default_file_stream (FILE * p_file, OPJ_BOOL p_is_read_stream);
1053
1054 /**
1055  * FIXME DOC
1056  * @param p_file            the file stream to operate on
1057  * @param p_buffer_size     size of the chunk used to stream
1058  * @param p_is_read_stream  whether the stream is a read stream (true) or not (false)
1059 */
1060 OPJ_API opj_stream_t* OPJ_CALLCONV opj_stream_create_file_stream (FILE * p_file, OPJ_SIZE_T p_buffer_size, OPJ_BOOL p_is_read_stream);
1061
1062 /* 
1063 ==========================================================
1064    event manager functions definitions
1065 ==========================================================
1066 */
1067 /**
1068  * Set the info handler use by openjpeg.
1069  * @param p_codec       the codec previously initialise
1070  * @param p_callback    the callback function which will be used
1071  * @param p_user_data   client object where will be returned the message
1072 */
1073 OPJ_API OPJ_BOOL OPJ_CALLCONV opj_set_info_handler(opj_codec_t * p_codec, 
1074                                                    opj_msg_callback p_callback,
1075                                                    void * p_user_data);
1076 /**
1077  * Set the warning handler use by openjpeg.
1078  * @param p_codec       the codec previously initialise
1079  * @param p_callback    the callback function which will be used
1080  * @param p_user_data   client object where will be returned the message
1081 */
1082 OPJ_API OPJ_BOOL OPJ_CALLCONV opj_set_warning_handler(opj_codec_t * p_codec,
1083                                                       opj_msg_callback p_callback,
1084                                                       void * p_user_data);
1085 /**
1086  * Set the error handler use by openjpeg.
1087  * @param p_codec       the codec previously initialise
1088  * @param p_callback    the callback function which will be used
1089  * @param p_user_data   client object where will be returned the message
1090 */
1091 OPJ_API OPJ_BOOL OPJ_CALLCONV opj_set_error_handler(opj_codec_t * p_codec, 
1092                                                     opj_msg_callback p_callback,
1093                                                     void * p_user_data);
1094
1095 /* 
1096 ==========================================================
1097    codec functions definitions
1098 ==========================================================
1099 */
1100
1101 /**
1102  * Creates a J2K/JP2 decompression structure
1103  * @param format                Decoder to select
1104  *
1105  * @return Returns a handle to a decompressor if successful, returns NULL otherwise
1106  * */
1107 OPJ_API opj_codec_t* OPJ_CALLCONV opj_create_decompress(OPJ_CODEC_FORMAT format);
1108
1109 /**
1110  * Destroy a decompressor handle
1111  *
1112  * @param       p_codec                 decompressor handle to destroy
1113  */
1114 OPJ_API void OPJ_CALLCONV opj_destroy_codec(opj_codec_t * p_codec);
1115
1116 /**
1117  * Read after the codestream if necessary
1118  * @param       p_codec                 the JPEG2000 codec to read.
1119  * @param       p_stream                the JPEG2000 stream.
1120  */
1121 OPJ_API OPJ_BOOL OPJ_CALLCONV opj_end_decompress (      opj_codec_t *p_codec,
1122                                                                                                         opj_stream_t *p_stream);
1123
1124
1125 /**
1126  * Set decoding parameters to default values
1127  * @param parameters Decompression parameters
1128  */
1129 OPJ_API void OPJ_CALLCONV opj_set_default_decoder_parameters(opj_dparameters_t *parameters);
1130
1131 /**
1132  * Setup the decoder with decompression parameters provided by the user and with the message handler
1133  * provided by the user.
1134  *
1135  * @param p_codec               decompressor handler
1136  * @param parameters    decompression parameters
1137  *
1138  * @return true                 if the decoder is correctly set
1139  */
1140 OPJ_API OPJ_BOOL OPJ_CALLCONV opj_setup_decoder(opj_codec_t *p_codec,
1141                                                                                                 opj_dparameters_t *parameters );
1142
1143 /**
1144  * Decodes an image header.
1145  *
1146  * @param       p_stream                the jpeg2000 stream.
1147  * @param       p_codec                 the jpeg2000 codec to read.
1148  * @param       p_image                 the image structure initialized with the characteristics of encoded image.
1149  *
1150  * @return true                         if the main header of the codestream and the JP2 header is correctly read.
1151  */
1152 OPJ_API OPJ_BOOL OPJ_CALLCONV opj_read_header ( opj_stream_t *p_stream,
1153                                                                                                 opj_codec_t *p_codec,
1154                                                                                                 opj_image_t **p_image);
1155
1156 /**
1157  * Sets the given area to be decoded. This function should be called right after opj_read_header and before any tile header reading.
1158  *
1159  * @param       p_codec                 the jpeg2000 codec.
1160  * @param       p_image         the decoded image previously setted by opj_read_header
1161  * @param       p_start_x               the left position of the rectangle to decode (in image coordinates).
1162  * @param       p_end_x                 the right position of the rectangle to decode (in image coordinates).
1163  * @param       p_start_y               the up position of the rectangle to decode (in image coordinates).
1164  * @param       p_end_y                 the bottom position of the rectangle to decode (in image coordinates).
1165  *
1166  * @return      true                    if the area could be set.
1167  */
1168 OPJ_API OPJ_BOOL OPJ_CALLCONV opj_set_decode_area(      opj_codec_t *p_codec,
1169                                                                                                         opj_image_t* p_image,
1170                                                                                                         OPJ_INT32 p_start_x, OPJ_INT32 p_start_y,
1171                                                                                                         OPJ_INT32 p_end_x, OPJ_INT32 p_end_y );
1172
1173 /**
1174  * Decode an image from a JPEG-2000 codestream
1175  *
1176  * @param p_decompressor        decompressor handle
1177  * @param p_stream                      Input buffer stream
1178  * @param p_image                       the decoded image
1179  * @return                                      true if success, otherwise false
1180  * */
1181 OPJ_API OPJ_BOOL OPJ_CALLCONV opj_decode(   opj_codec_t *p_decompressor,
1182                                             opj_stream_t *p_stream,
1183                                             opj_image_t *p_image);
1184
1185 /**
1186  * Get the decoded tile from the codec
1187  *
1188  * @param       p_codec                 the jpeg2000 codec.
1189  * @param       p_stream                input streamm
1190  * @param       p_image                 output image
1191  * @param       tile_index              index of the tile which will be decode
1192  *
1193  * @return                                      true if success, otherwise false
1194  */
1195 OPJ_API OPJ_BOOL OPJ_CALLCONV opj_get_decoded_tile(     opj_codec_t *p_codec,
1196                                                                                                         opj_stream_t *p_stream,
1197                                                                                                         opj_image_t *p_image,
1198                                                                                                         OPJ_UINT32 tile_index);
1199
1200 /**
1201  * Set the resolution factor of the decoded image
1202  * @param       p_codec                 the jpeg2000 codec.
1203  * @param       res_factor              resolution factor to set
1204  *
1205  * @return                                      true if success, otherwise false
1206  */
1207 OPJ_API OPJ_BOOL OPJ_CALLCONV opj_set_decoded_resolution_factor(opj_codec_t *p_codec, OPJ_UINT32 res_factor);
1208
1209 /**
1210  * Writes a tile with the given data.
1211  *
1212  * @param       p_codec                 the jpeg2000 codec.
1213  * @param       p_tile_index            the index of the tile to write. At the moment, the tiles must be written from 0 to n-1 in sequence.
1214  * @param       p_data                          pointer to the data to write. Data is arranged in sequence, data_comp0, then data_comp1, then ... NO INTERLEAVING should be set.
1215  * @param       p_data_size                     this value os used to make sure the data being written is correct. The size must be equal to the sum for each component of tile_width * tile_height * component_size. component_size can be 1,2 or 4 bytes, depending on the precision of the given component.
1216  * @param       p_stream                        the stream to write data to.
1217  *
1218  * @return      true if the data could be written.
1219  */
1220 OPJ_API OPJ_BOOL OPJ_CALLCONV opj_write_tile (  opj_codec_t *p_codec,
1221                                                                                                 OPJ_UINT32 p_tile_index,
1222                                                                                                 OPJ_BYTE * p_data,
1223                                                                                                 OPJ_UINT32 p_data_size,
1224                                                                                                 opj_stream_t *p_stream );
1225
1226 /**
1227  * Reads a tile header. This function is compulsory and allows one to know the size of the tile thta will be decoded.
1228  * The user may need to refer to the image got by opj_read_header to understand the size being taken by the tile.
1229  *
1230  * @param       p_codec                 the jpeg2000 codec.
1231  * @param       p_tile_index    pointer to a value that will hold the index of the tile being decoded, in case of success.
1232  * @param       p_data_size             pointer to a value that will hold the maximum size of the decoded data, in case of success. In case
1233  *                                                      of truncated codestreams, the actual number of bytes decoded may be lower. The computation of the size is the same
1234  *                                                      as depicted in opj_write_tile.
1235  * @param       p_tile_x0               pointer to a value that will hold the x0 pos of the tile (in the image).
1236  * @param       p_tile_y0               pointer to a value that will hold the y0 pos of the tile (in the image).
1237  * @param       p_tile_x1               pointer to a value that will hold the x1 pos of the tile (in the image).
1238  * @param       p_tile_y1               pointer to a value that will hold the y1 pos of the tile (in the image).
1239  * @param       p_nb_comps              pointer to a value that will hold the number of components in the tile.
1240  * @param       p_should_go_on  pointer to a boolean that will hold the fact that the decoding should go on. In case the
1241  *                                                      codestream is over at the time of the call, the value will be set to false. The user should then stop
1242  *                                                      the decoding.
1243  * @param       p_stream                the stream to decode.
1244  * @return      true                    if the tile header could be decoded. In case the decoding should end, the returned value is still true.
1245  *                                                      returning false may be the result of a shortage of memory or an internal error.
1246  */
1247 OPJ_API OPJ_BOOL OPJ_CALLCONV opj_read_tile_header(     opj_codec_t *p_codec,
1248                                                                                                 opj_stream_t * p_stream,
1249                                                                                                 OPJ_UINT32 * p_tile_index,
1250                                                                                                 OPJ_UINT32 * p_data_size,
1251                                                                                                 OPJ_INT32 * p_tile_x0, OPJ_INT32 * p_tile_y0,
1252                                                                                                 OPJ_INT32 * p_tile_x1, OPJ_INT32 * p_tile_y1,
1253                                                                                                 OPJ_UINT32 * p_nb_comps,
1254                                                                                                 OPJ_BOOL * p_should_go_on );
1255
1256 /**
1257  * Reads a tile data. This function is compulsory and allows one to decode tile data. opj_read_tile_header should be called before.
1258  * The user may need to refer to the image got by opj_read_header to understand the size being taken by the tile.
1259  *
1260  * @param       p_codec                 the jpeg2000 codec.
1261  * @param       p_tile_index    the index of the tile being decoded, this should be the value set by opj_read_tile_header.
1262  * @param       p_data                  pointer to a memory block that will hold the decoded data.
1263  * @param       p_data_size             size of p_data. p_data_size should be bigger or equal to the value set by opj_read_tile_header.
1264  * @param       p_stream                the stream to decode.
1265  *
1266  * @return      true                    if the data could be decoded.
1267  */
1268 OPJ_API OPJ_BOOL OPJ_CALLCONV opj_decode_tile_data(     opj_codec_t *p_codec,
1269                                                                                                         OPJ_UINT32 p_tile_index,
1270                                                                                                         OPJ_BYTE * p_data,
1271                                                                                                         OPJ_UINT32 p_data_size,
1272                                                                                                         opj_stream_t *p_stream );
1273
1274 /* COMPRESSION FUNCTIONS*/
1275
1276 /**
1277  * Creates a J2K/JP2 compression structure
1278  * @param       format          Coder to select
1279  * @return                              Returns a handle to a compressor if successful, returns NULL otherwise
1280  */
1281 OPJ_API opj_codec_t* OPJ_CALLCONV opj_create_compress(OPJ_CODEC_FORMAT format);
1282
1283 /**
1284 Set encoding parameters to default values, that means : 
1285 <ul>
1286 <li>Lossless
1287 <li>1 tile
1288 <li>Size of precinct : 2^15 x 2^15 (means 1 precinct)
1289 <li>Size of code-block : 64 x 64
1290 <li>Number of resolutions: 6
1291 <li>No SOP marker in the codestream
1292 <li>No EPH marker in the codestream
1293 <li>No sub-sampling in x or y direction
1294 <li>No mode switch activated
1295 <li>Progression order: LRCP
1296 <li>No index file
1297 <li>No ROI upshifted
1298 <li>No offset of the origin of the image
1299 <li>No offset of the origin of the tiles
1300 <li>Reversible DWT 5-3
1301 </ul>
1302 @param parameters Compression parameters
1303 */
1304 OPJ_API void OPJ_CALLCONV opj_set_default_encoder_parameters(opj_cparameters_t *parameters);
1305
1306 /**
1307  * Setup the encoder parameters using the current image and using user parameters.
1308  * @param p_codec               Compressor handle
1309  * @param parameters    Compression parameters
1310  * @param image                 Input filled image
1311  */
1312 OPJ_API OPJ_BOOL OPJ_CALLCONV opj_setup_encoder(opj_codec_t *p_codec, 
1313                                                                                                 opj_cparameters_t *parameters, 
1314                                                                                                 opj_image_t *image);
1315
1316 /**
1317  * Start to compress the current image.
1318  * @param p_codec               Compressor handle
1319  * @param image             Input filled image
1320  * @param p_stream              Input stgream
1321  */
1322 OPJ_API OPJ_BOOL OPJ_CALLCONV opj_start_compress (      opj_codec_t *p_codec,
1323                                                                                                         opj_image_t * p_image,
1324                                                                                                         opj_stream_t *p_stream);
1325
1326 /**
1327  * End to compress the current image.
1328  * @param p_codec               Compressor handle
1329  * @param p_stream              Input stgream
1330  */
1331 OPJ_API OPJ_BOOL OPJ_CALLCONV opj_end_compress (opj_codec_t *p_codec,
1332                                                                                                 opj_stream_t *p_stream);
1333
1334 /**
1335  * Encode an image into a JPEG-2000 codestream
1336  * @param p_codec               compressor handle
1337  * @param p_stream              Output buffer stream
1338  *
1339  * @return                              Returns true if successful, returns false otherwise
1340  */
1341 OPJ_API OPJ_BOOL OPJ_CALLCONV opj_encode(opj_codec_t *p_codec,
1342                                          opj_stream_t *p_stream);
1343 /*
1344 ==========================================================
1345    codec output functions definitions
1346 ==========================================================
1347 */
1348 /* EXPERIMENTAL FUNCTIONS FOR NOW, USED ONLY IN J2K_DUMP*/
1349
1350 /**
1351 Destroy Codestream information after compression or decompression
1352 @param cstr_info Codestream information structure
1353 */
1354 OPJ_API void OPJ_CALLCONV opj_destroy_cstr_info(opj_codestream_info_v2_t **cstr_info);
1355
1356
1357 /**
1358  * Dump the codec information into the output stream
1359  *
1360  * @param       p_codec                 the jpeg2000 codec.
1361  * @param       info_flag               type of information dump.
1362  * @param       output_stream   output stream where dump the informations get from the codec.
1363  *
1364  */
1365 OPJ_API void OPJ_CALLCONV opj_dump_codec(       opj_codec_t *p_codec,
1366                                                                                         OPJ_INT32 info_flag,
1367                                                                                         FILE* output_stream);
1368
1369 /**
1370  * Get the codestream information from the codec
1371  *
1372  * @param       p_codec                 the jpeg2000 codec.
1373  *
1374  * @return                                      a pointer to a codestream information structure.
1375  *
1376  */
1377 OPJ_API opj_codestream_info_v2_t* OPJ_CALLCONV opj_get_cstr_info(opj_codec_t *p_codec);
1378
1379 /**
1380  * Get the codestream index from the codec
1381  *
1382  * @param       p_codec                 the jpeg2000 codec.
1383  *
1384  * @return                                      a pointer to a codestream index structure.
1385  *
1386  */
1387 OPJ_API opj_codestream_index_t * OPJ_CALLCONV opj_get_cstr_index(opj_codec_t *p_codec);
1388
1389 OPJ_API void OPJ_CALLCONV opj_destroy_cstr_index(opj_codestream_index_t **p_cstr_index);
1390
1391
1392 /**
1393  * Get the JP2 file information from the codec FIXME
1394  *
1395  * @param       p_codec                 the jpeg2000 codec.
1396  *
1397  * @return                                      a pointer to a JP2 metadata structure.
1398  *
1399  */
1400 OPJ_API opj_jp2_metadata_t* OPJ_CALLCONV opj_get_jp2_metadata(opj_codec_t *p_codec);
1401
1402 /**
1403  * Get the JP2 file index from the codec FIXME
1404  *
1405  * @param       p_codec                 the jpeg2000 codec.
1406  *
1407  * @return                                      a pointer to a JP2 index structure.
1408  *
1409  */
1410 OPJ_API opj_jp2_index_t* OPJ_CALLCONV opj_get_jp2_index(opj_codec_t *p_codec);
1411
1412
1413 /*
1414 ==========================================================
1415    MCT functions
1416 ==========================================================
1417 */
1418
1419 /**
1420  * Sets the MCT matrix to use.
1421  *
1422  * @param       parameters              the parameters to change.
1423  * @param       pEncodingMatrix the encoding matrix.
1424  * @param       p_dc_shift              the dc shift coefficients to use.
1425  * @param       pNbComp                 the number of components of the image.
1426  *
1427  * @return      true if the parameters could be set.
1428  */
1429 OPJ_API OPJ_BOOL OPJ_CALLCONV opj_set_MCT( opj_cparameters_t *parameters,
1430                                                    OPJ_FLOAT32 * pEncodingMatrix,
1431                                                    OPJ_INT32 * p_dc_shift,
1432                                                    OPJ_UINT32 pNbComp);
1433
1434
1435
1436 #ifdef __cplusplus
1437 }
1438 #endif
1439
1440 #endif /* OPENJPEG_H */