Again....a quick reply/answer.
I found a 2-line code/solution that accomplished the background color change:
image.ColorAlpha(new MagickColor("#0f0"));
image.Write(ip_Path + "Colors01.png");
The solution was provided by you in the Stack Overflow forum in Jul 2015:
https://stackoverflow.com ...
Search found 3 matches
- 2018-03-11T14:22:03-07:00
- Forum: Magick.NET
- Topic: From .NET Samples - UsingColors() - Not Expected Result
- Replies: 4
- Views: 15563
- 2018-03-11T13:42:45-07:00
- Forum: Magick.NET
- Topic: From .NET Samples - UsingColors() - Not Expected Result
- Replies: 4
- Views: 15563
Re: From .NET Samples - UsingColors() - Not Expected Result
WOW...that was a quick answer/reply.
Thank You!!!
But wait....is it possible to turn that png's background from white to green???
If so...could you give me a hint on what the code would look like??
But wait....is it possible to turn that png's background from white to green???
If so...could you give me a hint on what the code would look like??
- 2018-03-11T12:54:55-07:00
- Forum: Magick.NET
- Topic: From .NET Samples - UsingColors() - Not Expected Result
- Replies: 4
- Views: 15563
From .NET Samples - UsingColors() - Not Expected Result
Hi! Using VB Web Express 2012 & thru NuGet, added Magick.NET-Q8-AnyCPU. I extracted the UsingColors() code from Magick.NET-master samples. I then commented out the sections for Q16 (Blue) and With transparency (Red) ...they won't compile with Q8. That left the code for Q8 (Green) . I then added an ...