adding hash ability to image loader (reducing the load on memory)

This commit is contained in:
AT
2020-01-03 21:16:17 +02:00
parent c63e8d32c9
commit b14d6c9216
5 changed files with 141 additions and 20 deletions

View File

@@ -110,7 +110,6 @@ namespace Wox.Infrastructure.Image
try
{
return Imaging.CreateBitmapSourceFromHBitmap(hBitmap, IntPtr.Zero, Int32Rect.Empty, BitmapSizeOptions.FromEmptyOptions());
}
finally