New curve editor, first batch (parametric curves, overlaid histogram in curve area)

This commit is contained in:
ghorvath
2010-04-16 08:44:41 +00:00
parent fbcf2a187b
commit 71b74bbfd2
46 changed files with 1579 additions and 1248 deletions

View File

@@ -64,10 +64,10 @@ class ImProcCoordinator : public StagedImageProcessor {
int tonecurve [65536];
int lumacurve [65536];
int vhist16[65536];
int lhist16[65536];
unsigned int vhist16[65536];
unsigned int lhist16[65536];
unsigned int rhist[256], ghist[256], bhist[256], Lhist[256];
unsigned int rhist[256], ghist[256], bhist[256], Lhist[256], bcrgbhist[256], bcLhist[256];
int fw, fh, tr, fullw, fullh;
int pW, pH;