Implement drawing border for framing tool

* Draws border after all resize operations are complete
* Update the RGB sliders for 16-bit channels
This commit is contained in:
Daniel Gao
2024-11-11 22:13:38 -05:00
parent a96dc4cdde
commit 7ccab91434
4 changed files with 66 additions and 5 deletions

View File

@@ -2027,7 +2027,9 @@ private:
}
}
// TODO: Blit framing border + image
if (framingData.enabled) {
readyImg = ipf.drawFrame(readyImg, params.framing, framingData);
}
Exiv2Metadata info(imgsrc->getFileName());