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

@@ -71,6 +71,7 @@
<Compile Include="Hotkey\InterceptKeys.cs" />
<Compile Include="Hotkey\KeyEvent.cs" />
<Compile Include="Image\ImageCache.cs" />
<Compile Include="Image\ImageHashGenerator.cs" />
<Compile Include="Image\ImageLoader.cs" />
<Compile Include="Image\ThumbnailReader.cs" />
<Compile Include="Logger\Log.cs" />