PictureBox3.Image expects an
Image
. You will need to call collection.ToBitmap(MagickFormat.Gif)
to get an image.Image
. You will need to call collection.ToBitmap(MagickFormat.Gif)
to get an image.