Quantcast
Channel: magick Discussions Rss Feed
Viewing all articles
Browse latest Browse all 3693

New Post: Appends frame throws System.AccessViolationException

$
0
0
I just tried the following code:
using (MagickImage img = new MagickImage("logo:"))
{
    img.Quality = 90;
    img.Frame(50, 50);
}
And it executed without any problems. Can you create a small project that I can use to reproduce the issue and put it on something like dropbox/onedrive?

Viewing all articles
Browse latest Browse all 3693

Trending Articles