We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 439c9a9 commit 60ffdbbCopy full SHA for 60ffdbb
1 file changed
src/Magick.NET.AvaloniaMediaImaging/IMagickImageExtentions.cs
@@ -34,7 +34,7 @@ public static WriteableBitmap ToWriteableBitmapWithDensity<TQuantumType>(this IM
34
where TQuantumType : struct, IConvertible
35
=> self.ToWriteableBitmapInternal(new Vector(self.Density.X, self.Density.Y));
36
37
- private static unsafe WriteableBitmap ToWriteableBitmapInternal<TQuantumType>(this IMagickImage<TQuantumType> self, Vector density)
+ private static WriteableBitmap ToWriteableBitmapInternal<TQuantumType>(this IMagickImage<TQuantumType> self, Vector density)
38
39
{
40
var size = new PixelSize((int)self.Width, (int)self.Height);
0 commit comments