Hi Guys,

I found a solution.  Here it is, in case it may also help you--

pictureBox1.Image = MagickNet.Image.ToBitmap(img);

Apparently there is a static method that I can't get to using
img.ToBitmap().  I must go through the class Image.ToBitmap(img).




jerrwang wrote:
> 
> Hi All,
> 
> Has anyone played with MagickNET, the .net wrapper?  Can someone point me
> to the right direction on how to get an image from a MagickNET image
> object into a C# .net framework's PictureBox object?
> 
> So far "picturebox1.image = img" doesn't do the trick (img is of type
> MagicNet.Image).  LOL, maybe that would just be too simple :-)
> 
> Thanks.
> 
> Jerry
> 

-- 
View this message in context: 
http://www.nabble.com/How-to-display-image-from-MagickNET-to-a-C--PictureBox-tp18659889p18726475.html
Sent from the Magick-users mailing list archive at Nabble.com.

_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to