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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user