Skip to content
This repository was archived by the owner on Mar 8, 2025. It is now read-only.

Releases: Quickshot/DupImageLib

DupImageLib 1.2.0

08 Feb 12:55

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

Choose a tag to compare

Properly dispose filestreams when reading images.

DupImageLib 1.1.2

02 Nov 15:05

Choose a tag to compare

Fixed memory leak in ImageMagickTransformer

DupImageLib 1.1.1

18 Sep 09:54

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

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

Choose a tag to compare

First release of the library.

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