Re: Color Corrector
"Bradley A. Hare" <[email protected]>
| Newsgroups | gmane.comp.video.cinepaint.devel |
|---|---|
| Message-ID | <[email protected]> |
Kai-Uwe Behrmann wrote: > > The Option button shows an list of colour spaces to select from. I have > here HLS and Lab beside Bernstein and Gaussian transfer functions. A new > new colour space would fit there in nicely. Currently, the LAB option only refers to the lightness adjustment (interpolation for lightness is done in the lab space if checked). User interaction and interpolation for everything else goes through the HSL model. The code is a little strange here, things are done in RGB, LAB, YUV and HSL in one short stretch of code. I'm still trying to work out an optimization. It might be nice (later) to have additional options for user interaction in perceptually uniform spaces (full LAB support) > other issues I remember: > o the options dialog dont close by closing the correction dialog I will look at this > o missing 16-bit(/32-bit?) support My original hack was for 16 bit support. My current code is aiming at U8,U16 and 32 bit float. I can do this quickly through some simple changes to the existing code, but I am not convinced that what is there is correct and optimal. > o the effect profile output is slightly broken. Setting as effect profile > is not the same as applying the correction inside the tool. Again I'll have to look at these. Regards, Brad Hare ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV