summaryrefslogtreecommitdiff
path: root/dedup/image.py
AgeCommit message (Collapse)Author
2023-05-09add type annotations to most of the codeHEADmasterHelmut Grohne
2021-12-29ImageHash: gain a name propertyHelmut Grohne
Instead of retroactively attaching a name to an ImageHash, autogenerate it via a property. Doing so also simplifies static type checking.
2020-02-16drop support for Python 2.xHelmut Grohne
2015-04-16distinguish bytes from unicode for py3kHelmut Grohne
2014-02-23spell check commentsHelmut Grohne
2013-08-01support hashing gif imagesHelmut Grohne
* Rename "image_sha512" to "png_sha512". * dedup.image.ImageHash is now a base class for image hashes such as PNGHash and GIFHash. * Enable both hashes in importpkg. * Fix README. * Add new hash combinations to webapp. * Add "gif file not named *.gif" to issues in update_sharing. * Add redirect for "image_sha512" to webapp for backwards compatibility.
2013-05-27dedup.image: img.convert can also raise that crazy stuffHelmut Grohne
2013-03-18dedup.image: mask errors from PILHelmut Grohne
2013-02-24hash image contentsHelmut Grohne