Update of /cvsroot/ufraw/ufraw In directory vz-cvs-3.sog:/tmp/cvs-serv22061
Modified Files: dcraw_api.cc Log Message: Fix problem with red color channel in latest API changes. Index: dcraw_api.cc =================================================================== RCS file: /cvsroot/ufraw/ufraw/dcraw_api.cc,v retrieving revision 1.84 retrieving revision 1.85 diff -u -d -r1.84 -r1.85 --- dcraw_api.cc 1 Jul 2012 06:15:13 -0000 1.84 +++ dcraw_api.cc 1 Jul 2012 06:45:06 -0000 1.85 @@ -136,7 +136,6 @@ FORC3 if ((unsigned)i > d->cblack[c]) i = d->cblack[c]; FORC4 d->cblack[c] -= i; d->black += i; - FORC4 d->cblack[c] += d->black; h->black = d->black; h->shrink = d->shrink = (h->filters != 0); h->pixel_aspect = d->pixel_aspect; ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ ufraw-cvs mailing list ufraw-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ufraw-cvs