abonander / img_hash

A Rust library for calculating perceptual hash values of images
Apache License 2.0
310 stars 62 forks source link

Upgrade image dependency to 0.24 #54

Open theduke opened 2 years ago

theduke commented 2 years ago

A more minimal version of #53 that only upgrade the image dependency.

A merge and subsequent version publish would be appreciated, @abonander .

kpcyrd commented 2 years ago

I'm interested in this too, image 0.23 causes my program to crash on certain inputs so I would like to update to 0.24. :)