Quantcast
Viewing all articles
Browse latest Browse all 3693

New Post: Execution speed slower in 7.0.0.0006Q16x86 than 6.8.901Q16x86

What are you doing with the output created by the ToByteArray method? If you only need the pixels you might be better of calling reference.ToByteArray() with MagickFormat.Rgb or MagickFormat.Rgba as an argument. You can control the pixel order by setting the Interlace property before you call ToByteArray. You don't need the call to ToBitmap anymore if you specify the format as an argument for the ToByteArray method.

Viewing all articles
Browse latest Browse all 3693

Trending Articles