- Reinstate
disable-webp
flag, adddisable-avif
flag
- Add support for
.avif
images
- Modest performance improvements
- Workaround for performance regression with GHC 9.2.1
- Add
disable-webp
flag - Better performance on
.webp
images
- Detect
.webp
on the command-line
- Add support for webp images.
- Add
hammingDistance
function inPerceptualHash
module
- Allows files to be passed via the command-line
- Fix bug
- Fix
include/hs_phash.h
installation
- Add
include/hs_phash.h
header
- CLI tool now supports several more image formats
--debug
flag more usefulfileHash
now returns anEither String
- Add
demo-data
field so tests don't fail - Generalize
imgHash
signature
- Use mirror for convolutions
- Add
llvm
cabal flag
- Add
with-phash
flag to enableForeignHash
module and benchmarks against pHash - Significant performance improvements
- Generalized signature for
imgHash
- Performance improvements
- Mean filter implemented correctly
- Update to work with latest
par-traverse
Initial release