Increased upscale max to 16x

It was impossible to export a small crop upscaled to 1200px wide to
demonstrate the effects of noise reduction, so I bumped the max scale
from 4 to 16 (to match the 1600% main preview max zoom).
This commit is contained in:
Morgan Hardwood
2018-06-04 15:43:04 +02:00
parent c907f92c9c
commit fd1526fb8f
2 changed files with 8 additions and 6 deletions

View File

@@ -80,6 +80,8 @@ private:
bool wDirty, hDirty;
ToolParamBlock* packBox;
IdleRegister idle_register;
static constexpr int MAX_SCALE = 16; // 16 to match the main preview max scale of 1600%
};
#endif