Search found 2 matches
- 2018-05-08T05:29:30-07:00
- Forum: Magick.NET
- Topic: Creating image with label text
- Replies: 2
- Views: 12333
Re: Creating image with label text
Hey, Thanks for responding. I searched around some more and was able to find an example that helped me out: using (MagickImage image = new MagickImage()) { MagickReadSettings settings = new MagickReadSettings() { BackgroundColor = MagickColors.LightBlue, // -background lightblue FillColor ...
- 2018-05-07T08:13:52-07:00
- Forum: Magick.NET
- Topic: Creating image with label text
- Replies: 2
- Views: 12333
Creating image with label text
Is there some sample c# code that uses Magich.Net to create an image using the label option (I want to put text on the image) so I can take advantage the sizing options?