started working on no negative clipping
This commit is contained in:
@@ -1979,10 +1979,6 @@ bool EditorPanel::saveImmediately (const Glib::ustring &filename, const SaveForm
|
||||
rtengine::procparams::ProcParams pparams;
|
||||
ipc->getParams (&pparams);
|
||||
|
||||
if (gimpPlugin) {
|
||||
pparams.icm.gamma = "linear_g1.0";
|
||||
}
|
||||
|
||||
rtengine::ProcessingJob *job = rtengine::ProcessingJob::create (ipc->getInitialImage(), pparams);
|
||||
|
||||
// save immediately
|
||||
|
Reference in New Issue
Block a user