- (Upgrade) AvaloniaUI from 0.10.5 to 0.10.6
- (Add) Pixel editor - Text: Allow multi-line text and line alignment modes
This commit is contained in:
Tiago Conceição
2021-06-06 01:26:59 +01:00
parent 0321ec746d
commit 98b7c01df8
40 changed files with 998 additions and 383 deletions
@@ -80,7 +80,7 @@ namespace UVtools.ScriptSample
// Layer 3 = Right eye
// Layer 4 = Mouth
// Exercise for you: Do eyebrows
var mats = EmguExtensions.Allocate(layerCount, SlicerFile.Resolution); // Allocate x images with file resolution
var mats = EmguExtensions.InitMats(layerCount, SlicerFile.Resolution); // Allocate x images with file resolution
int x, y;
int xCenter = (int) (SlicerFile.ResolutionX / 2);