diff options
author | dron <dron> | 2003-12-20 13:46:57 +0000 |
---|---|---|
committer | dron <dron> | 2003-12-20 13:46:57 +0000 |
commit | de58bf0e77efc20ef023b3dda24e348faa30d43b (patch) | |
tree | e833fccafae169a6dc297a961abf4b3f6da7995e | |
parent | 12b8d39f6ad5ac87084cad87bf8b12b14297a83a (diff) | |
download | libtiff-de58bf0e77efc20ef023b3dda24e348faa30d43b.tar.gz |
*** empty log message ***
-rw-r--r-- | tools/tiffcp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tiffcp.c b/tools/tiffcp.c index a100b828..72ce4e3c 100644 --- a/tools/tiffcp.c +++ b/tools/tiffcp.c @@ -1,4 +1,4 @@ -/* $Header: /cvs/maptools/cvsroot/libtiff/tools/tiffcp.c,v 1.14 2003-07-26 03:50:08 warmerda Exp $ */ +/* $Header: /cvs/maptools/cvsroot/libtiff/tools/tiffcp.c,v 1.15 2003-12-20 13:46:57 dron Exp $ */ /* * Copyright (c) 1988-1997 Sam Leffler @@ -630,7 +630,7 @@ tiffcp(TIFF* in, TIFF* out) switch (compression) { case COMPRESSION_JPEG: TIFFSetField(out, TIFFTAG_JPEGQUALITY, quality); - //TIFFSetField(out, TIFFTAG_JPEGCOLORMODE, jpegcolormode); + TIFFSetField(out, TIFFTAG_JPEGCOLORMODE, jpegcolormode); break; case COMPRESSION_LZW: case COMPRESSION_DEFLATE: |