Skip to content

Releases: Quickshot/DupImageLib

DupImageLib 1.2.0

08 Feb 12:55
Compare
Choose a tag to compare

Move from using Magick.NET library for image manipulation to ImageSharp library. Extra native DLLs are no longer required when using this library.

DupImageLib 1.1.3

27 Nov 13:19
Compare
Choose a tag to compare

Properly dispose filestreams when reading images.

DupImageLib 1.1.2

02 Nov 15:05
Compare
Choose a tag to compare

Fixed memory leak in ImageMagickTransformer

DupImageLib 1.1.1

18 Sep 09:54
Compare
Choose a tag to compare

Updated Magick.net dependency to 7.7.0.0.
Fixed IndexOutOfBounds errors with newer magick.net library versions

DupImageLib 1.1.0

26 Nov 11:41
Compare
Choose a tag to compare

Moved library to .NET Standard 2.0
Image files are now opened as read only to prevent file locks

DupImageLib 1.0.0

23 Apr 14:39
Compare
Choose a tag to compare

First release of the library.

Includes following perceptual hashing algorithms: Average, Median, Difference, and Dct.