metadata: allow the user to specify XResolution/YResolution

see https://discuss.pixls.us/t/note-to-the-dev-guys-about-72-ppi-output

(cherry picked from commit ad237944699800368ba50151f6774ee203d61ed5)
This commit is contained in:
Alberto Griggio
2020-06-04 02:48:47 -07:00
committed by Lawrence Lee
parent 1e0cf45445
commit 393dbcf9f9
9 changed files with 75 additions and 14 deletions

View File

@@ -1271,3 +1271,9 @@ bool ToolPanelCoordinator::getFilmNegativeSpot(rtengine::Coord spot, int spotSiz
{
return ipc && ipc->getFilmNegativeSpot(spot.x, spot.y, spotSize, refInput, refOutput);
}
void ToolPanelCoordinator::setProgressListener(rtengine::ProgressListener *pl)
{
metadata->setProgressListener(pl);
}