feat: more slice window alignment options

This commit is contained in:
Brendan Hagan
2022-07-12 00:17:56 -04:00
parent 9f57081417
commit a43920089d
8 changed files with 65 additions and 18 deletions
+3 -1
View File
@@ -43,7 +43,9 @@ public:
/// Enforce relations between values
void constrain(PreferedProperty prefer = PREFER_NONE);
/// Attempt to center the current constraints
void centerSelection();
void centerSelection();
void centerSelectionHorizontally();
void centerSelectionVertically();
/// Get the sliced image
Image getSlice(double scale = 1.0) const;