Search found 1 match
- 2019-05-01T06:29:21-07:00
- Forum: Magick.NET
- Topic: Equivalent of clip-mask
- Replies: 1
- Views: 72762
Equivalent of clip-mask
Hello, sorry, I am very new to ImageMagick. I have this command line arguments, that I need to convert to .NET / c#: -define psd:alpha-unblend=off -trim "inout image" -clip-mask -resize 1600> "outputimage" I've got this so far: var setting = new MagickReadSettings { Defines = new PsdReadDefines ...