diff options
| author | Parvatha Elangovan <p.elangovan@intopix.com> | 2007-02-28 15:31:56 +0000 |
|---|---|---|
| committer | Parvatha Elangovan <p.elangovan@intopix.com> | 2007-02-28 15:31:56 +0000 |
| commit | 192e46c32f7baededf8df7b1777f8c5409110e8a (patch) | |
| tree | 6c02f445207de1af38390a47a7ec9f7aab1a1ea3 /libopenjpeg/openjpeg.h | |
| parent | e5c5d1064ec154ebcf7d976b1070dd0da3d95ee4 (diff) | |
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
Diffstat (limited to 'libopenjpeg/openjpeg.h')
| -rw-r--r-- | libopenjpeg/openjpeg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopenjpeg/openjpeg.h b/libopenjpeg/openjpeg.h index 6b529138..ceb5df2c 100644 --- a/libopenjpeg/openjpeg.h +++ b/libopenjpeg/openjpeg.h @@ -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; |
