mirror of
https://github.com/riegera2412/UVtools.git
synced 2026-07-10 18:42:33 +02:00
v2.13.2
- (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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user