minor changes in header inclusions
[openjpeg.git] / codec / j2k_to_image.c
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  * All rights reserved.
10  *
11  * Redistribution and use in source and binary forms, with or without
12  * modification, are permitted provided that the following conditions
13  * are met:
14  * 1. Redistributions of source code must retain the above copyright
15  *    notice, this list of conditions and the following disclaimer.
16  * 2. Redistributions in binary form must reproduce the above copyright
17  *    notice, this list of conditions and the following disclaimer in the
18  *    documentation and/or other materials provided with the distribution.
19  *
20  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS `AS IS'
21  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23  * ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
24  * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
25  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
26  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
29  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
30  * POSSIBILITY OF SUCH DAMAGE.
31  */
32
33 #include <stdio.h>
34 #include <string.h>
35 #include <stdlib.h>
36 #include <math.h>
37
38 #include "../opj_config.h"
39 #include "openjpeg.h"
40 #include "compat/getopt.h"
41 #include "convert.h"
42 #ifdef WIN32
43 #include "windirent.h"
44 #else
45 #include <dirent.h>
46 #endif /* WIN32 */
47 #include "index.h"
48
49 #ifndef WIN32
50 #include <strings.h>
51 #define _stricmp strcasecmp
52 #define _strnicmp strncasecmp
53 #endif
54
55 /* ----------------------------------------------------------------------- */
56
57 #define J2K_CFMT 0
58 #define JP2_CFMT 1
59 #define JPT_CFMT 2
60
61 #define PXM_DFMT 10
62 #define PGX_DFMT 11
63 #define BMP_DFMT 12
64 #define YUV_DFMT 13
65 #define TIF_DFMT 14
66 #define RAW_DFMT 15
67 #define TGA_DFMT 16
68 #define PNG_DFMT 17
69 /* ----------------------------------------------------------------------- */
70
71 typedef struct dircnt{
72         /** Buffer for holding images read from Directory*/
73         char *filename_buf;
74         /** Pointer to the buffer*/
75         char **filename;
76 }dircnt_t;
77
78
79 typedef struct img_folder{
80         /** The directory path of the folder containing input images*/
81         char *imgdirpath;
82         /** Output format*/
83         const char *out_format;
84         /** Enable option*/
85         char set_imgdir;
86         /** Enable Cod Format for output*/
87         char set_out_format;
88
89 }img_fol_t;
90
91 void decode_help_display() {
92         fprintf(stdout,"HELP for j2k_to_image\n----\n\n");
93         fprintf(stdout,"- the -h option displays this help information on screen\n\n");
94
95 /* UniPG>> */
96         fprintf(stdout,"List of parameters for the JPEG 2000 "
97 #ifdef USE_JPWL
98                 "+ JPWL "
99 #endif /* USE_JPWL */
100                 "decoder:\n");
101 /* <<UniPG */
102         fprintf(stdout,"\n");
103         fprintf(stdout,"\n");
104         fprintf(stdout,"  -ImgDir \n");
105         fprintf(stdout,"        Image file Directory path \n");
106         fprintf(stdout,"  -OutFor \n");
107         fprintf(stdout,"    REQUIRED only if -ImgDir is used\n");
108         fprintf(stdout,"          Need to specify only format without filename <BMP>  \n");
109         fprintf(stdout,"    Currently accepts PGM, PPM, PNM, PGX, PNG, BMP, TIF, RAW and TGA formats\n");
110         fprintf(stdout,"  -i <compressed file>\n");
111         fprintf(stdout,"    REQUIRED only if an Input image directory not specified\n");
112         fprintf(stdout,"    Currently accepts J2K-files, JP2-files and JPT-files. The file type\n");
113         fprintf(stdout,"    is identified based on its suffix.\n");
114         fprintf(stdout,"  -o <decompressed file>\n");
115         fprintf(stdout,"    REQUIRED\n");
116         fprintf(stdout,"    Currently accepts PGM, PPM, PNM, PGX, PNG, BMP, TIF, RAW and TGA files\n");
117         fprintf(stdout,"    Binary data is written to the file (not ascii). If a PGX\n");
118         fprintf(stdout,"    filename is given, there will be as many output files as there are\n");
119         fprintf(stdout,"    components: an indice starting from 0 will then be appended to the\n");
120         fprintf(stdout,"    output filename, just before the \"pgx\" extension. If a PGM filename\n");
121         fprintf(stdout,"    is given and there are more than one component, only the first component\n");
122         fprintf(stdout,"    will be written to the file.\n");
123         fprintf(stdout,"  -r <reduce factor>\n");
124         fprintf(stdout,"    Set the number of highest resolution levels to be discarded. The\n");
125         fprintf(stdout,"    image resolution is effectively divided by 2 to the power of the\n");
126         fprintf(stdout,"    number of discarded levels. The reduce factor is limited by the\n");
127         fprintf(stdout,"    smallest total number of decomposition levels among tiles.\n");
128         fprintf(stdout,"  -l <number of quality layers to decode>\n");
129         fprintf(stdout,"    Set the maximum number of quality layers to decode. If there are\n");
130         fprintf(stdout,"    less quality layers than the specified number, all the quality layers\n");
131         fprintf(stdout,"    are decoded.\n");
132         fprintf(stdout,"  -x  \n"); 
133         fprintf(stdout,"    Create an index file *.Idx (-x index_name.Idx) \n");
134         fprintf(stdout,"\n");
135 /* UniPG>> */
136 #ifdef USE_JPWL
137         fprintf(stdout,"  -W <options>\n");
138         fprintf(stdout,"    Activates the JPWL correction capability, if the codestream complies.\n");
139         fprintf(stdout,"    Options can be a comma separated list of <param=val> tokens:\n");
140         fprintf(stdout,"    c, c=numcomps\n");
141         fprintf(stdout,"       numcomps is the number of expected components in the codestream\n");
142         fprintf(stdout,"       (search of first EPB rely upon this, default is %d)\n", JPWL_EXPECTED_COMPONENTS);
143 #endif /* USE_JPWL */
144 /* <<UniPG */
145         fprintf(stdout,"\n");
146 }
147
148 /* -------------------------------------------------------------------------- */
149
150 int get_num_images(char *imgdirpath){
151         DIR *dir;
152         struct dirent* content; 
153         int num_images = 0;
154
155         /*Reading the input images from given input directory*/
156
157         dir= opendir(imgdirpath);
158         if(!dir){
159                 fprintf(stderr,"Could not open Folder %s\n",imgdirpath);
160                 return 0;
161         }
162         
163         while((content=readdir(dir))!=NULL){
164                 if(strcmp(".",content->d_name)==0 || strcmp("..",content->d_name)==0 )
165                         continue;
166                 num_images++;
167         }
168         return num_images;
169 }
170
171 int load_images(dircnt_t *dirptr, char *imgdirpath){
172         DIR *dir;
173         struct dirent* content; 
174         int i = 0;
175
176         /*Reading the input images from given input directory*/
177
178         dir= opendir(imgdirpath);
179         if(!dir){
180                 fprintf(stderr,"Could not open Folder %s\n",imgdirpath);
181                 return 1;
182         }else   {
183                 fprintf(stderr,"Folder opened successfully\n");
184         }
185         
186         while((content=readdir(dir))!=NULL){
187                 if(strcmp(".",content->d_name)==0 || strcmp("..",content->d_name)==0 )
188                         continue;
189
190                 strcpy(dirptr->filename[i],content->d_name);
191                 i++;
192         }
193         return 0;       
194 }
195
196 int get_file_format(char *filename) {
197         unsigned int i;
198         static const char *extension[] = {"pgx", "pnm", "pgm", "ppm", "bmp","tif", "raw", "tga", "png", "j2k", "jp2", "jpt", "j2c", "jpc" };
199         static const int format[] = { PGX_DFMT, PXM_DFMT, PXM_DFMT, PXM_DFMT, BMP_DFMT, TIF_DFMT, RAW_DFMT, TGA_DFMT, PNG_DFMT, J2K_CFMT, JP2_CFMT, JPT_CFMT, J2K_CFMT, J2K_CFMT };
200         char * ext = strrchr(filename, '.');
201         if (ext == NULL)
202                 return -1;
203         ext++;
204         if(ext) {
205                 for(i = 0; i < sizeof(format)/sizeof(*format); i++) {
206                         if(_strnicmp(ext, extension[i], 3) == 0) {
207                                 return format[i];
208                         }
209                 }
210         }
211
212         return -1;
213 }
214
215 char get_next_file(int imageno,dircnt_t *dirptr,img_fol_t *img_fol, opj_dparameters_t *parameters){
216         char image_filename[OPJ_PATH_LEN], infilename[OPJ_PATH_LEN],outfilename[OPJ_PATH_LEN],temp_ofname[OPJ_PATH_LEN];
217         char *temp_p, temp1[OPJ_PATH_LEN]="";
218
219         strcpy(image_filename,dirptr->filename[imageno]);
220         fprintf(stderr,"File Number %d \"%s\"\n",imageno,image_filename);
221         parameters->decod_format = get_file_format(image_filename);
222         if (parameters->decod_format == -1)
223                 return 1;
224         sprintf(infilename,"%s/%s",img_fol->imgdirpath,image_filename);
225         strncpy(parameters->infile, infilename, sizeof(infilename));
226
227         //Set output file
228         strcpy(temp_ofname,strtok(image_filename,"."));
229         while((temp_p = strtok(NULL,".")) != NULL){
230                 strcat(temp_ofname,temp1);
231                 sprintf(temp1,".%s",temp_p);
232         }
233         if(img_fol->set_out_format==1){
234                 sprintf(outfilename,"%s/%s.%s",img_fol->imgdirpath,temp_ofname,img_fol->out_format);
235                 strncpy(parameters->outfile, outfilename, sizeof(outfilename));
236         }
237         return 0;
238 }
239
240 /* -------------------------------------------------------------------------- */
241 int parse_cmdline_decoder(int argc, char **argv, opj_dparameters_t *parameters,img_fol_t *img_fol, char *indexfilename) {
242         /* parse the command line */
243         int totlen;
244         option_t long_option[]={
245                 {"ImgDir",REQ_ARG, NULL ,'y'},
246                 {"OutFor",REQ_ARG, NULL ,'O'},
247         };
248
249         const char optlist[] = "i:o:r:l:x:"
250
251 /* UniPG>> */
252 #ifdef USE_JPWL
253                                         "W:"
254 #endif /* USE_JPWL */
255 /* <<UniPG */
256                         "h"             ;
257         totlen=sizeof(long_option);
258         img_fol->set_out_format = 0;
259         while (1) {
260                 int c = getopt_long(argc, argv,optlist,long_option,totlen);
261                 if (c == -1)
262                         break;
263                 switch (c) {
264                         case 'i':                       /* input file */
265                         {
266                                 char *infile = optarg;
267                                 parameters->decod_format = get_file_format(infile);
268                                 switch(parameters->decod_format) {
269                                         case J2K_CFMT:
270                                         case JP2_CFMT:
271                                         case JPT_CFMT:
272                                                 break;
273                                         default:
274                                                 fprintf(stderr, 
275                                                         "!! Unrecognized format for infile : %s [accept only *.j2k, *.jp2, *.jpc or *.jpt] !!\n\n", 
276                                                         infile);
277                                                 return 1;
278                                 }
279                                 strncpy(parameters->infile, infile, sizeof(parameters->infile)-1);
280                         }
281                         break;
282                                 
283                                 /* ----------------------------------------------------- */
284
285                         case 'o':                       /* output file */
286                         {
287                                 char *outfile = optarg;
288                                 parameters->cod_format = get_file_format(outfile);
289                                 switch(parameters->cod_format) {
290                                         case PGX_DFMT:
291                                         case PXM_DFMT:
292                                         case BMP_DFMT:
293                                         case TIF_DFMT:
294                                         case RAW_DFMT:
295                                         case TGA_DFMT:
296                                         case PNG_DFMT:
297                                                 break;
298                                         default:
299                                                 fprintf(stderr, "Unknown output format image %s [only *.pnm, *.pgm, *.ppm, *.pgx, *.bmp, *.tif, *.raw or *.tga]!! \n", outfile);
300                                                 return 1;
301                                 }
302                                 strncpy(parameters->outfile, outfile, sizeof(parameters->outfile)-1);
303                         }
304                         break;
305                         
306                                 /* ----------------------------------------------------- */
307
308                         case 'O':                       /* output format */
309                         {
310                                 char outformat[50];
311                                 char *of = optarg;
312                                 sprintf(outformat,".%s",of);
313                                 img_fol->set_out_format = 1;
314                                 parameters->cod_format = get_file_format(outformat);
315                                 switch(parameters->cod_format) {
316                                         case PGX_DFMT:
317                                                 img_fol->out_format = "pgx";
318                                                 break;
319                                         case PXM_DFMT:
320                                                 img_fol->out_format = "ppm";
321                                                 break;
322                                         case BMP_DFMT:
323                                                 img_fol->out_format = "bmp";
324                                                 break;
325                                         case TIF_DFMT:
326                                                 img_fol->out_format = "tif";
327                                                 break;
328                                         case RAW_DFMT:
329                                                 img_fol->out_format = "raw";
330                                                 break;
331                                         case TGA_DFMT:
332                                                 img_fol->out_format = "raw";
333                                                 break;
334                                         case PNG_DFMT:
335                                                 img_fol->out_format = "png";
336                                                 break;
337                                         default:
338                                                 fprintf(stderr, "Unknown output format image %s [only *.pnm, *.pgm, *.ppm, *.pgx, *.bmp, *.tif, *.raw or *.tga]!! \n", outformat);
339                                                 return 1;
340                                                 break;
341                                 }
342                         }
343                         break;
344
345                                 /* ----------------------------------------------------- */
346
347
348                         case 'r':               /* reduce option */
349                         {
350                                 sscanf(optarg, "%d", &parameters->cp_reduce);
351                         }
352                         break;
353                         
354                                 /* ----------------------------------------------------- */
355       
356
357                         case 'l':               /* layering option */
358                         {
359                                 sscanf(optarg, "%d", &parameters->cp_layer);
360                         }
361                         break;
362                         
363                                 /* ----------------------------------------------------- */
364
365                         case 'h':                       /* display an help description */
366                                 decode_help_display();
367                                 return 1;                               
368
369                                 /* ------------------------------------------------------ */
370
371                         case 'y':                       /* Image Directory path */
372                                 {
373                                         img_fol->imgdirpath = (char*)malloc(strlen(optarg) + 1);
374                                         strcpy(img_fol->imgdirpath,optarg);
375                                         img_fol->set_imgdir=1;
376                                 }
377                                 break;
378                                 /* ----------------------------------------------------- */                                                             
379                         case 'x':                       /* Creation of index file */
380                                 {
381                                         char *index = optarg;
382                                         strncpy(indexfilename, index, OPJ_PATH_LEN);
383                                 }
384                                 break;
385                                 /* ----------------------------------------------------- */
386                                 /* UniPG>> */
387 #ifdef USE_JPWL
388                         
389                         case 'W':                       /* activate JPWL correction */
390                         {
391                                 char *token = NULL;
392
393                                 token = strtok(optarg, ",");
394                                 while(token != NULL) {
395
396                                         /* search expected number of components */
397                                         if (*token == 'c') {
398
399                                                 static int compno;
400
401                                                 compno = JPWL_EXPECTED_COMPONENTS; /* predefined no. of components */
402
403                                                 if(sscanf(token, "c=%d", &compno) == 1) {
404                                                         /* Specified */
405                                                         if ((compno < 1) || (compno > 256)) {
406                                                                 fprintf(stderr, "ERROR -> invalid number of components c = %d\n", compno);
407                                                                 return 1;
408                                                         }
409                                                         parameters->jpwl_exp_comps = compno;
410
411                                                 } else if (!strcmp(token, "c")) {
412                                                         /* default */
413                                                         parameters->jpwl_exp_comps = compno; /* auto for default size */
414
415                                                 } else {
416                                                         fprintf(stderr, "ERROR -> invalid components specified = %s\n", token);
417                                                         return 1;
418                                                 };
419                                         }
420
421                                         /* search maximum number of tiles */
422                                         if (*token == 't') {
423
424                                                 static int tileno;
425
426                                                 tileno = JPWL_MAXIMUM_TILES; /* maximum no. of tiles */
427
428                                                 if(sscanf(token, "t=%d", &tileno) == 1) {
429                                                         /* Specified */
430                                                         if ((tileno < 1) || (tileno > JPWL_MAXIMUM_TILES)) {
431                                                                 fprintf(stderr, "ERROR -> invalid number of tiles t = %d\n", tileno);
432                                                                 return 1;
433                                                         }
434                                                         parameters->jpwl_max_tiles = tileno;
435
436                                                 } else if (!strcmp(token, "t")) {
437                                                         /* default */
438                                                         parameters->jpwl_max_tiles = tileno; /* auto for default size */
439
440                                                 } else {
441                                                         fprintf(stderr, "ERROR -> invalid tiles specified = %s\n", token);
442                                                         return 1;
443                                                 };
444                                         }
445
446                                         /* next token or bust */
447                                         token = strtok(NULL, ",");
448                                 };
449                                 parameters->jpwl_correct = true;
450                                 fprintf(stdout, "JPWL correction capability activated\n");
451                                 fprintf(stdout, "- expecting %d components\n", parameters->jpwl_exp_comps);
452                         }
453                         break;  
454 #endif /* USE_JPWL */
455 /* <<UniPG */            
456
457                                 /* ----------------------------------------------------- */
458                         
459                         default:
460                                 fprintf(stderr,"WARNING -> this option is not valid \"-%c %s\"\n",c, optarg);
461                                 break;
462                 }
463         }
464
465         /* check for possible errors */
466         if(img_fol->set_imgdir==1){
467                 if(!(parameters->infile[0]==0)){
468                         fprintf(stderr, "Error: options -ImgDir and -i cannot be used together !!\n");
469                         return 1;
470                 }
471                 if(img_fol->set_out_format == 0){
472                         fprintf(stderr, "Error: When -ImgDir is used, -OutFor <FORMAT> must be used !!\n");
473                         fprintf(stderr, "Only one format allowed! Valid format PGM, PPM, PNM, PGX, BMP, TIF, RAW and TGA!!\n");
474                         return 1;
475                 }
476                 if(!((parameters->outfile[0] == 0))){
477                         fprintf(stderr, "Error: options -ImgDir and -o cannot be used together !!\n");
478                         return 1;
479                 }
480         }else{
481                 if((parameters->infile[0] == 0) || (parameters->outfile[0] == 0)) {
482                         fprintf(stderr, "Example: %s -i image.j2k -o image.pgm\n",argv[0]);
483                         fprintf(stderr, "    Try: %s -h\n",argv[0]);
484                         return 1;
485                 }
486         }
487
488         return 0;
489 }
490
491 /* -------------------------------------------------------------------------- */
492
493 /**
494 sample error callback expecting a FILE* client object
495 */
496 void error_callback(const char *msg, void *client_data) {
497         FILE *stream = (FILE*)client_data;
498         fprintf(stream, "[ERROR] %s", msg);
499 }
500 /**
501 sample warning callback expecting a FILE* client object
502 */
503 void warning_callback(const char *msg, void *client_data) {
504         FILE *stream = (FILE*)client_data;
505         fprintf(stream, "[WARNING] %s", msg);
506 }
507 /**
508 sample debug callback expecting no client object
509 */
510 void info_callback(const char *msg, void *client_data) {
511         (void)client_data;
512         fprintf(stdout, "[INFO] %s", msg);
513 }
514
515 /* -------------------------------------------------------------------------- */
516
517 int main(int argc, char **argv) {
518         opj_dparameters_t parameters;   /* decompression parameters */
519         img_fol_t img_fol;
520         opj_event_mgr_t event_mgr;              /* event manager */
521         opj_image_t *image = NULL;
522         FILE *fsrc = NULL;
523         unsigned char *src = NULL;
524         int file_length;
525         int num_images;
526         int i,imageno;
527         dircnt_t *dirptr;
528         opj_dinfo_t* dinfo = NULL;      /* handle to a decompressor */
529         opj_cio_t *cio = NULL;
530         opj_codestream_info_t cstr_info;  /* Codestream information structure */
531         char indexfilename[OPJ_PATH_LEN];       /* index file name */
532
533         /* configure the event callbacks (not required) */
534         memset(&event_mgr, 0, sizeof(opj_event_mgr_t));
535         event_mgr.error_handler = error_callback;
536         event_mgr.warning_handler = warning_callback;
537         event_mgr.info_handler = info_callback;
538
539         /* set decoding parameters to default values */
540         opj_set_default_decoder_parameters(&parameters);
541
542         /* Initialize indexfilename and img_fol */
543         *indexfilename = 0;
544         memset(&img_fol,0,sizeof(img_fol_t));
545
546         /* parse input and get user encoding parameters */
547         if(parse_cmdline_decoder(argc, argv, &parameters,&img_fol, indexfilename) == 1) {
548                 return 1;
549         }
550
551         /* Initialize reading of directory */
552         if(img_fol.set_imgdir==1){      
553                 num_images=get_num_images(img_fol.imgdirpath);
554
555                 dirptr=(dircnt_t*)malloc(sizeof(dircnt_t));
556                 if(dirptr){
557                         dirptr->filename_buf = (char*)malloc(num_images*OPJ_PATH_LEN*sizeof(char));     // Stores at max 10 image file names
558                         dirptr->filename = (char**) malloc(num_images*sizeof(char*));
559
560                         if(!dirptr->filename_buf){
561                                 return 1;
562                         }
563                         for(i=0;i<num_images;i++){
564                                 dirptr->filename[i] = dirptr->filename_buf + i*OPJ_PATH_LEN;
565                         }
566                 }
567                 if(load_images(dirptr,img_fol.imgdirpath)==1){
568                         return 1;
569                 }
570                 if (num_images==0){
571                         fprintf(stdout,"Folder is empty\n");
572                         return 1;
573                 }
574         }else{
575                 num_images=1;
576         }
577
578         /*Encoding image one by one*/
579         for(imageno = 0; imageno < num_images ; imageno++)      {
580                 image = NULL;
581                 fprintf(stderr,"\n");
582
583                 if(img_fol.set_imgdir==1){
584                         if (get_next_file(imageno, dirptr,&img_fol, &parameters)) {
585                                 fprintf(stderr,"skipping file...\n");
586                                 continue;
587                         }
588                 }
589
590                 /* read the input file and put it in memory */
591                 /* ---------------------------------------- */
592                 fsrc = fopen(parameters.infile, "rb");
593                 if (!fsrc) {
594                         fprintf(stderr, "ERROR -> failed to open %s for reading\n", parameters.infile);
595                         return 1;
596                 }
597                 fseek(fsrc, 0, SEEK_END);
598                 file_length = ftell(fsrc);
599                 fseek(fsrc, 0, SEEK_SET);
600                 src = (unsigned char *) malloc(file_length);
601                 fread(src, 1, file_length, fsrc);
602                 fclose(fsrc);
603
604                 /* decode the code-stream */
605                 /* ---------------------- */
606
607                 switch(parameters.decod_format) {
608                 case J2K_CFMT:
609                 {
610                         /* JPEG-2000 codestream */
611
612                         /* get a decoder handle */
613                         dinfo = opj_create_decompress(CODEC_J2K);
614
615                         /* catch events using our callbacks and give a local context */
616                         opj_set_event_mgr((opj_common_ptr)dinfo, &event_mgr, stderr);
617
618                         /* setup the decoder decoding parameters using user parameters */
619                         opj_setup_decoder(dinfo, &parameters);
620
621                         /* open a byte stream */
622                         cio = opj_cio_open((opj_common_ptr)dinfo, src, file_length);
623
624                         /* decode the stream and fill the image structure */
625                         if (*indexfilename)                             // If need to extract codestream information
626                                 image = opj_decode_with_info(dinfo, cio, &cstr_info);
627                         else
628                                 image = opj_decode(dinfo, cio);
629                         if(!image) {
630                                 fprintf(stderr, "ERROR -> j2k_to_image: failed to decode image!\n");
631                                 opj_destroy_decompress(dinfo);
632                                 opj_cio_close(cio);
633                                 return 1;
634                         }
635
636                         /* close the byte stream */
637                         opj_cio_close(cio);
638
639                         /* Write the index to disk */
640                         if (*indexfilename) {
641                                 char bSuccess;
642                                 bSuccess = write_index_file(&cstr_info, indexfilename);
643                                 if (bSuccess) {
644                                         fprintf(stderr, "Failed to output index file\n");
645                                 }
646                         }
647                 }
648                 break;
649
650                 case JP2_CFMT:
651                 {
652                         /* JPEG 2000 compressed image data */
653
654                         /* get a decoder handle */
655                         dinfo = opj_create_decompress(CODEC_JP2);
656
657                         /* catch events using our callbacks and give a local context */
658                         opj_set_event_mgr((opj_common_ptr)dinfo, &event_mgr, stderr);
659
660                         /* setup the decoder decoding parameters using the current image and user parameters */
661                         opj_setup_decoder(dinfo, &parameters);
662
663                         /* open a byte stream */
664                         cio = opj_cio_open((opj_common_ptr)dinfo, src, file_length);
665
666                         /* decode the stream and fill the image structure */
667                         if (*indexfilename)                             // If need to extract codestream information
668                                 image = opj_decode_with_info(dinfo, cio, &cstr_info);
669                         else
670                                 image = opj_decode(dinfo, cio);                 
671                         if(!image) {
672                                 fprintf(stderr, "ERROR -> j2k_to_image: failed to decode image!\n");
673                                 opj_destroy_decompress(dinfo);
674                                 opj_cio_close(cio);
675                                 return 1;
676                         }
677
678                         /* close the byte stream */
679                         opj_cio_close(cio);
680
681                         /* Write the index to disk */
682                         if (*indexfilename) {
683                                 char bSuccess;
684                                 bSuccess = write_index_file(&cstr_info, indexfilename);
685                                 if (bSuccess) {
686                                         fprintf(stderr, "Failed to output index file\n");
687                                 }
688                         }
689                 }
690                 break;
691
692                 case JPT_CFMT:
693                 {
694                         /* JPEG 2000, JPIP */
695
696                         /* get a decoder handle */
697                         dinfo = opj_create_decompress(CODEC_JPT);
698
699                         /* catch events using our callbacks and give a local context */
700                         opj_set_event_mgr((opj_common_ptr)dinfo, &event_mgr, stderr);
701
702                         /* setup the decoder decoding parameters using user parameters */
703                         opj_setup_decoder(dinfo, &parameters);
704
705                         /* open a byte stream */
706                         cio = opj_cio_open((opj_common_ptr)dinfo, src, file_length);
707
708                         /* decode the stream and fill the image structure */
709                         if (*indexfilename)                             // If need to extract codestream information
710                                 image = opj_decode_with_info(dinfo, cio, &cstr_info);
711                         else
712                                 image = opj_decode(dinfo, cio);
713                         if(!image) {
714                                 fprintf(stderr, "ERROR -> j2k_to_image: failed to decode image!\n");
715                                 opj_destroy_decompress(dinfo);
716                                 opj_cio_close(cio);
717                                 return 1;
718                         }
719
720                         /* close the byte stream */
721                         opj_cio_close(cio);
722
723                         /* Write the index to disk */
724                         if (*indexfilename) {
725                                 char bSuccess;
726                                 bSuccess = write_index_file(&cstr_info, indexfilename);
727                                 if (bSuccess) {
728                                         fprintf(stderr, "Failed to output index file\n");
729                                 }
730                         }
731                 }
732                 break;
733
734                 default:
735                         fprintf(stderr, "skipping file..\n");
736                         continue;
737         }
738
739                 /* free the memory containing the code-stream */
740                 free(src);
741                 src = NULL;
742
743                 /* create output image */
744                 /* ------------------- */
745                 switch (parameters.cod_format) {
746                 case PXM_DFMT:                  /* PNM PGM PPM */
747                         if (imagetopnm(image, parameters.outfile)) {
748                                 fprintf(stdout,"Outfile %s not generated\n",parameters.outfile);
749                         }
750                         else {
751                                 fprintf(stdout,"Generated Outfile %s\n",parameters.outfile);
752                         }
753                         break;
754
755                 case PGX_DFMT:                  /* PGX */
756                         if(imagetopgx(image, parameters.outfile)){
757                                 fprintf(stdout,"Outfile %s not generated\n",parameters.outfile);
758                         }
759                         else {
760                                 fprintf(stdout,"Generated Outfile %s\n",parameters.outfile);
761                         }
762                         break;
763
764                 case BMP_DFMT:                  /* BMP */
765                         if(imagetobmp(image, parameters.outfile)){
766                                 fprintf(stdout,"Outfile %s not generated\n",parameters.outfile);
767                         }
768                         else {
769                                 fprintf(stdout,"Generated Outfile %s\n",parameters.outfile);
770                         }
771                         break;
772 #ifdef HAVE_LIBTIFF
773                 case TIF_DFMT:                  /* TIFF */
774                         if(imagetotif(image, parameters.outfile)){
775                                 fprintf(stdout,"Outfile %s not generated\n",parameters.outfile);
776                         }
777                         else {
778                                 fprintf(stdout,"Generated Outfile %s\n",parameters.outfile);
779                         }
780                         break;
781 #endif /* HAVE_LIBTIFF */
782                 case RAW_DFMT:                  /* RAW */
783                         if(imagetoraw(image, parameters.outfile)){
784                                 fprintf(stdout,"Error generating raw file. Outfile %s not generated\n",parameters.outfile);
785                         }
786                         else {
787                                 fprintf(stdout,"Successfully generated Outfile %s\n",parameters.outfile);
788                         }
789                         break;
790
791                 case TGA_DFMT:                  /* TGA */
792                         if(imagetotga(image, parameters.outfile)){
793                                 fprintf(stdout,"Error generating tga file. Outfile %s not generated\n",parameters.outfile);
794                         }
795                         else {
796                                 fprintf(stdout,"Successfully generated Outfile %s\n",parameters.outfile);
797                         }
798                         break;
799 #ifdef HAVE_LIBPNG
800                 case PNG_DFMT:                  /* PNG */
801                         if(imagetopng(image, parameters.outfile)){
802                                 fprintf(stdout,"Error generating png file. Outfile %s not generated\n",parameters.outfile);
803                         }
804                         else {
805                                 fprintf(stdout,"Successfully generated Outfile %s\n",parameters.outfile);
806                         }
807                         break;
808 #endif /* HAVE_LIBPNG */
809 /* Can happen if output file is TIFF or PNG
810  * and HAVE_LIBTIF or HAVE_LIBPNG is undefined
811 */
812                         default:
813                                 fprintf(stderr,"Outfile %s not generated\n",parameters.outfile);
814                 }
815
816                 /* free remaining structures */
817                 if(dinfo) {
818                         opj_destroy_decompress(dinfo);
819                 }
820                 /* free codestream information structure */
821                 if (*indexfilename)     
822                         opj_destroy_cstr_info(&cstr_info);
823                 /* free image data structure */
824                 opj_image_destroy(image);
825
826         }
827         return 0;
828 }
829 //end main
830
831
832
833