Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Dec 18, 2012 06:42 PM by capiono
Member
22 Points
59 Posts
Dec 13, 2012 01:44 PM|LINK
Does anyone know how to use ImageMagickNET to create a black and white image?
Thanks,
All-Star
32974 Points
8500 Posts
Moderator
Dec 13, 2012 05:57 PM|LINK
A google search led me to this: http://www.wizards-toolkit.org/discourse-server/viewtopic.php?f=6&t=20628
Hope it helps.
Dec 13, 2012 06:01 PM|LINK
It may very well be usable only in Windows Forms but I did find one good example of using it on code project. Again, not sure about grayscale/bw image though.
http://www.codeproject.com/Articles/17852/ImageMagick-in-VB-NET
Dec 18, 2012 06:42 PM|LINK
I decided to use GhostscriptSharp it worked perfectly
GhostscriptWrapper.GeneratePageThumbs(file, output, 1, pageCount, 50, 50);
capiono
Member
22 Points
59 Posts
using ImageMagickNET to create a black and white image
Dec 13, 2012 01:44 PM|LINK
Does anyone know how to use ImageMagickNET to create a black and white image?
Thanks,
bbcompent1
All-Star
32974 Points
8500 Posts
Moderator
Re: using ImageMagickNET to create a black and white image
Dec 13, 2012 05:57 PM|LINK
A google search led me to this: http://www.wizards-toolkit.org/discourse-server/viewtopic.php?f=6&t=20628
Hope it helps.
bbcompent1
All-Star
32974 Points
8500 Posts
Moderator
Re: using ImageMagickNET to create a black and white image
Dec 13, 2012 06:01 PM|LINK
It may very well be usable only in Windows Forms but I did find one good example of using it on code project. Again, not sure about grayscale/bw image though.
http://www.codeproject.com/Articles/17852/ImageMagick-in-VB-NET
capiono
Member
22 Points
59 Posts
Re: using ImageMagickNET to create a black and white image
Dec 18, 2012 06:42 PM|LINK
I decided to use GhostscriptSharp it worked perfectly