dhash-vips icon indicating copy to clipboard operation
dhash-vips copied to clipboard

vips-powered ruby gem to measure images similarity, implementing dHash and IDHash algorithms

Results 7 dhash-vips issues
Sort by recently updated
recently updated
newest added

Hi guys, first of all thanks for this amazing gem! IDHash works beautifully. I'm experiencing a very weird issue where my rails server keeps crashing after I call an action...

Hello @jcupitt. I believe that with some of the libvips updates my gem has lost a comparison quality a bit but it was tedious to install different versions of the...

- [ ] fix Github Actions - [ ] `MiniMagick::Invalid: You must have ImageMagick or GraphicsMagick installed` - [ ] `LoadError: cannot load such file -- phashion` - [ ]...

When trying to install the dhash-vips gem on MacOS 12.0.1 on Apple Silicon (ARM) using Ruby 3.0.2, I'm getting the following error: ``` Gem::Ext::BuildError: ERROR: Failed to build gem native...

I think it would be a good idea to add instructions for Rails users (just to be nice), which involves removing Spring as referenced [here](https://github.com/Nakilon/dhash-vips/issues/9#issuecomment-873434274) by @jcupitt. I can do...

Hello, I saw a bug https://bugs.ruby-lang.org/issues/17174 you posted a some while ago and tried to find out what is happening. Looks like it was because you've used internal BDIGIT api,...

BDIGIT api is an internal ruby C api, and was removed from public api after merge of Bignum and Fixnum into Integer. Using public API's rb_integer_pack which converts a ruby...