Search found 2 matches

by Gateway
2014-01-04T09:24:15-07:00
Forum: Magick.NET
Topic: ImageConverter
Replies: 4
Views: 15386

Re: ImageConverter

dlemstra wrote:What are you trying to accomplish? If your 'PictureBox1.Image' is a Bitmap you should use the constructor of MagickImage that accepts a Bitmap.
Yes, I can do that and that is good idea, but how? :(
by Gateway
2014-01-04T05:17:57-07:00
Forum: Magick.NET
Topic: ImageConverter
Replies: 4
Views: 15386

ImageConverter

First of all, sorry for bad English. I'm using ImageMagick.NET library to create simple Multi-Image Converter. This is the problem: Value of type 'ImageMagick.MagickFormat' cannot be converted to 'System.Drawing.Imaging.ImageFormat'. This is conversation code: If DataGridView1.Rows.Count > 0 And Fol...