You are now using the latest version. The problem seems to be that ToBitmap now uses ImageFormat.Png to create the bitmap. When you use ToBitmap(ImageFormat.Bmp) the bitmap will be created much faster. I will make ImageFormat::Bmp the default in the next version of Magick.NET.
↧