Merge branch 'dev' into preprocess_wb
This commit is contained in:
@@ -614,6 +614,7 @@ void ToolPanelCoordinator::initImage (rtengine::StagedImageProcessor* ipc_, bool
|
||||
ipc->setSizeListener (crop);
|
||||
ipc->setSizeListener (resize);
|
||||
ipc->setImageTypeListener (this);
|
||||
ipc->setFilmNegListener (filmNegative);
|
||||
flatfield->setShortcutPath (Glib::path_get_dirname (ipc->getInitialImage()->getFileName()));
|
||||
|
||||
icm->setRawMeta (raw, (const rtengine::FramesData*)pMetaData);
|
||||
@@ -1078,3 +1079,8 @@ bool ToolPanelCoordinator::getFilmNegativeExponents(rtengine::Coord spotA, rteng
|
||||
{
|
||||
return ipc && ipc->getFilmNegativeExponents(spotA.x, spotA.y, spotB.x, spotB.y, newExps);
|
||||
}
|
||||
|
||||
bool ToolPanelCoordinator::getRawSpotValues(rtengine::Coord spot, int spotSize, std::array<float, 3>& rawValues)
|
||||
{
|
||||
return ipc && ipc->getRawSpotValues(spot.x, spot.y, spotSize, rawValues);
|
||||
}
|
Reference in New Issue
Block a user