Change numero label masks and format iplocallab locallab
This commit is contained in:
parent
8318a077ce
commit
a7cc1d2feb
@ -2180,7 +2180,7 @@ TP_LOCALLAB_MRTWO;Short Curves 'L' Mask
|
||||
TP_LOCALLAB_MRTHR;Original Image
|
||||
TP_LOCALLAB_MRFOU;Previous Spot
|
||||
TP_LOCALLAB_MERGETYPE;Merge image and mask
|
||||
TP_LOCALLAB_MERGETYPE_TOOLTIP;None, use all mask in LCH mode.\nShort curves 'L' mask, use a short circuit for mask 2, 3, 4, 6, 7.\nOriginal mask 7, blend current image with original
|
||||
TP_LOCALLAB_MERGETYPE_TOOLTIP;None, use all mask in LCH mode.\nShort curves 'L' mask, use a short circuit for mask 2, 3, 4, 6, 7.\nOriginal mask 8, blend current image with original
|
||||
TP_LOCALLAB_MERGENONE;None
|
||||
TP_LOCALLAB_MERGEONE;Short Curves 'L' Mask
|
||||
TP_LOCALLAB_MERGETWO;Original(Mask 7)
|
||||
@ -2407,11 +2407,12 @@ TP_LOCALLAB_LUMASK;Luminance Background Mask
|
||||
TP_LOCALLAB_SHORTC;Short Curves 'L' Mask
|
||||
TP_LOCALLAB_SHORTCMASK_TOOLTIP;Short circuit the 2 curves L(L) and L(H).\nAllows you to mix the current image with the original image modified by the mask job.\nUsable with masks 2, 3, 4, 6, 7
|
||||
TP_LOCALLAB_SHOWCB;2+ - Mask and modifications
|
||||
TP_LOCALLAB_SHOWT;3 - Mask and modifications
|
||||
TP_LOCALLAB_SHOWS;4+* - Mask and modifications
|
||||
TP_LOCALLAB_SHOWR;5 - Mask and modifications
|
||||
TP_LOCALLAB_SHOWE;6+ - Mask and modifications
|
||||
TP_LOCALLAB_SHOWC;7+* - Mask and modifications
|
||||
TP_LOCALLAB_SHOWVI;3 - Mask and modifications
|
||||
TP_LOCALLAB_SHOWT;4 - Mask and modifications
|
||||
TP_LOCALLAB_SHOWS;5+* - Mask and modifications
|
||||
TP_LOCALLAB_SHOWR;6 - Mask and modifications
|
||||
TP_LOCALLAB_SHOWE;7+ - Mask and modifications
|
||||
TP_LOCALLAB_SHOWC;8+* - Mask and modifications
|
||||
TP_LOCALLAB_SHOWC1;Merge file
|
||||
TP_LOCALLAB_SHOWPLUS;1+* - Mask and modifications - Smooth-Blur & Denoise
|
||||
TP_LOCALLAB_SHOWMASKCOL_TOOLTIP;Display modifications.\nBeware, you can only view one modification (color and light or Exposure or Shadows-Highlight or TM or CBDL or Retinex MSR or Blur).\n\nUse Mask is before algorihtm shape detection
|
||||
|
@ -8822,7 +8822,7 @@ void ImProcFunctions::Lab_Local(int call, int sp, float** shbuffer, LabImage * o
|
||||
|
||||
//vibrance
|
||||
|
||||
if (lp.expvib && (lp.past != 0.f || lp.satur != 0.f || lp.showmaskvibmet == 2 || lp.enavibMask || lp.showmaskvibmet == 3 || lp.showmaskvibmet == 4) && lp.vibena){ //interior ellipse renforced lightness and chroma //locallutili
|
||||
if (lp.expvib && (lp.past != 0.f || lp.satur != 0.f || lp.showmaskvibmet == 2 || lp.enavibMask || lp.showmaskvibmet == 3 || lp.showmaskvibmet == 4) && lp.vibena) { //interior ellipse renforced lightness and chroma //locallutili
|
||||
if (call <= 3) { //simpleprocess, dcrop, improccoordinator
|
||||
const int ystart = std::max(static_cast<int>(lp.yc - lp.lyT) - cy, 0);
|
||||
const int yend = std::min(static_cast<int>(lp.yc + lp.ly) - cy, original->H);
|
||||
@ -8968,6 +8968,7 @@ void ImProcFunctions::Lab_Local(int call, int sp, float** shbuffer, LabImage * o
|
||||
|
||||
bufexpfin.reset();
|
||||
}
|
||||
|
||||
transit_shapedetect(2, bufexporig.get(), nullptr, originalmaskvib.get(), buflight, bufl_ab, nullptr, nullptr, nullptr, false, hueref, chromaref, lumaref, sobelref, 0.f, nullptr, lp, original, transformed, cx, cy, sk);
|
||||
|
||||
if (params->locallab.spots.at(sp).recurs) {
|
||||
|
@ -879,7 +879,8 @@ pe(nullptr)
|
||||
if (showtooltip) {
|
||||
LLmaskshape->setTooltip(M("TP_LOCALLAB_CURVEEDITOR_CC_TOOLTIP"));
|
||||
}
|
||||
// maskCurveEditorG->curveListComplete();
|
||||
|
||||
// maskCurveEditorG->curveListComplete();
|
||||
// maskHCurveEditorG->setCurveListener(this);
|
||||
|
||||
HHmaskshape->setIdentityValue(0.);
|
||||
@ -888,6 +889,7 @@ pe(nullptr)
|
||||
if (showtooltip) {
|
||||
HHmaskshape->setTooltip(M("TP_LOCALLAB_CURVEEDITOR_CC_TOOLTIP"));
|
||||
}
|
||||
|
||||
// maskHCurveEditorG->setCurveListener(this);
|
||||
|
||||
HHmaskshape->setCurveColorProvider(this, 6);
|
||||
|
Loading…
x
Reference in New Issue
Block a user