Improve Save as

This commit is contained in:
2025-11-01 12:05:19 +01:00
parent 6eda2c4e48
commit e08107aa13
9 changed files with 90 additions and 21 deletions
+5
View File
@@ -104,6 +104,11 @@ StretchToolbar::~StretchToolbar()
settings.setValue("stretchtoolbar/autostretch", m_autoStretchOnLoad->isChecked());
}
const MTFParam &StretchToolbar::params() const
{
return m_mtfParam;
}
void StretchToolbar::stretchImage(Image *img)
{
if(img && img->rawImage())