[Jdlraw-discussion] jdlRaw CHANGELOG,1.51,1.52 TODO,1.33,1.34
Status: Beta
Brought to you by:
jdla
|
From: Jos De L. <jd...@us...> - 2010-05-26 20:26:16
|
Update of /cvsroot/jdlraw/jdlRaw In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv27710 Modified Files: CHANGELOG TODO Log Message: *) Changed the RGB exposure function (film curve) such that one can define now till what level it is linear before falling of. This showed useful in some photographs with much hightones that become otherwise dull by simple filmcurve application. Now this can be resolved by using clipping modes or a filmcurve starting for instance at 90%. Index: TODO =================================================================== RCS file: /cvsroot/jdlraw/jdlRaw/TODO,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** TODO 27 Apr 2010 17:30:35 -0000 1.33 --- TODO 26 May 2010 19:08:46 -0000 1.34 *************** *** 10,13 **** --- 10,18 ---- with fourcolor (ppg,vnd). Reflect that in gui. + - Go once more through all OMP. I believe there are still cases + where a read-while-writing situation is possible ! + For instance during interpolation. Working on a copy is a possibility. + Besides locking that is. + - Further OpenMP stuff and loop-to-detail restriction Index: CHANGELOG =================================================================== RCS file: /cvsroot/jdlraw/jdlRaw/CHANGELOG,v retrieving revision 1.51 retrieving revision 1.52 diff -C2 -d -r1.51 -r1.52 *** CHANGELOG 2 May 2010 10:14:01 -0000 1.51 --- CHANGELOG 26 May 2010 19:08:46 -0000 1.52 *************** *** 1,5 **** ! Latest change : 20100502_1200 (manipulate me to force CVS log) $Log$ Revision 1.51 2010/05/02 10:14:01 jdla --- 1,13 ---- ! Latest change : 20100526_2100 (manipulate me to force CVS log) $Log$ + Revision 1.52 2010/05/26 19:08:46 jdla + + *) Changed the RGB exposure function (film curve) such that one can define + now till what level it is linear before falling of. + This showed useful in some photographs with much hightones that become + otherwise dull by simple filmcurve application. Now this can be resolved + by using clipping modes or a filmcurve starting for instance at 90%. + Revision 1.51 2010/05/02 10:14:01 jdla |