mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
adding hash ability to image loader (reducing the load on memory)
This commit is contained in:
@@ -110,7 +110,6 @@ namespace Wox.Infrastructure.Image
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
return Imaging.CreateBitmapSourceFromHBitmap(hBitmap, IntPtr.Zero, Int32Rect.Empty, BitmapSizeOptions.FromEmptyOptions());
|
||||
}
|
||||
finally
|
||||
|
||||
Reference in New Issue
Block a user