Update of /cvsroot/ufraw/ufraw
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv13542

Modified Files:
        ufraw_writer.c 
Log Message:
Do not use obsolete TIFF deflate code. Thanks to Pascal de Bruijn for pointing 
this out.

Index: ufraw_writer.c
===================================================================
RCS file: /cvsroot/ufraw/ufraw/ufraw_writer.c,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- ufraw_writer.c      1 Jan 2014 06:00:24 -0000       1.92
+++ ufraw_writer.c      27 Jan 2014 04:00:07 -0000      1.93
@@ -399,7 +399,7 @@
                      ? PHOTOMETRIC_MINISBLACK : PHOTOMETRIC_RGB);
 #ifdef HAVE_LIBZ
         if (uf->conf->losslessCompress) {
-            TIFFSetField(out, TIFFTAG_COMPRESSION, COMPRESSION_DEFLATE);
+            TIFFSetField(out, TIFFTAG_COMPRESSION, COMPRESSION_ADOBE_DEFLATE);
             TIFFSetField(out, TIFFTAG_ZIPQUALITY, 9);
             TIFFSetField(out, TIFFTAG_PREDICTOR, 2);
         } else


------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
ufraw-cvs mailing list
ufraw-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs

Reply via email to