Hello
I'm trying to add specified frame to the image:
I'm trying to add specified frame to the image:
image.Quality = quality;
image.Frame(width, height);
image.Write(stream);
but it throws exception on the second line(image.Frame method):System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
Can anyone help me with it?