Just getting started with Magick.NET, so sorry if this is blatantly obvious: in VisualStudio 2015, I've been able to create and draw on a MagickImage, but when following the
using (PixelCollection p = image.GetReadOnlyPixels())
{
...
}
template used in many examples, I keep getting a 'MagickImage does not contain a definition for GetReadOnlyPixels()' error. What am I doing wrong? Thanks.