Update of /cvsroot/ufraw/ufraw
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv447
Modified Files:
ufraw_exiv2.cc
Log Message:
Do not write the DNGPrivateData tag to output EXIF.
Index: ufraw_exiv2.cc
===================================================================
RCS file: /cvsroot/ufraw/ufraw/ufraw_exiv2.cc,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- ufraw_exiv2.cc 14 Jan 2009 16:40:15 -0000 1.49
+++ ufraw_exiv2.cc 2 Sep 2009 02:23:26 -0000 1.50
@@ -317,6 +317,9 @@
if (
(pos=exifData.findKey(Exiv2::ExifKey("Exif.NikonPreview.JPEGInterchangeFormat")))
!= exifData.end() )
exifData.erase(pos);
+ if ( (pos=exifData.findKey(Exiv2::ExifKey("Exif.Image.DNGPrivateData")))
+ != exifData.end() )
+ exifData.erase(pos);
#endif
#if EXIV2_TEST_VERSION(0,16,0)
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
ufraw-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs