Enabled compression of TIF image format to j2k by tifftoimage() and decompression of codestream to TIF image format using imagetotif(). Modifications in image_to_j2k.c, j2k_to_image.c, convert.c, convert.h

This commit is contained in:
Parvatha Elangovan
2007-02-28 15:31:56 +00:00
parent e5c5d1064e
commit 192e46c32f
13 changed files with 1751 additions and 28 deletions

View File

@@ -277,7 +277,7 @@ typedef struct opj_cparameters {
int subsampling_dx;
/** subsampling value for dy */
int subsampling_dy;
/** input file format 0: PGX, 1: PxM, 2: BMP */
/** input file format 0: PGX, 1: PxM, 2: BMP 3:TIF*/
int decod_format;
/** output file format 0: J2K, 1: JP2, 2: JPT */
int cod_format;