I just tried the following code:
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?
using (MagickImage img = new MagickImage("logo:")) { img.Quality = 90; img.Frame(50, 50); }