Search found 1 match
- 2018-01-31T16:12:07-07:00
- Forum: Magick.NET
- Topic: Magick.Net info:
- Replies: 1
- Views: 9350
Magick.Net info:
In script to get canvas information, one would have to write "info:". But I am writing code in c# and I want to get canvas information after performing the following calls: image.VirtualPixelMethod = VirtualPixelMethod.Edge; image.Blur(0,15); image.ColorFuzz = new Percentage(percent); image.Trim ...