Elad Efrat

Results 48 comments of Elad Efrat

We'll have to adjust the other hashing functions to also work for IPv6 and then compare...

@uqee we can easily make the example code in this module work with IPv6 if we replace the embedded hashing function with `string-hash` like in your project and then I...

Pull requests welcome. :)

Hey! A few people have reported issues with this module lately. Unfortunately, I haven't used it in years because I'm no longer working on the project that required it. So...

Care to submit a pull request? :)

This shouldn't be very difficult to add. Could you please show me the command line you'd use to achieve what you want? Implementation pointers: - http://stackoverflow.com/a/18918281 - http://www.imagemagick.org/api/statistic.php#GetImageChannelStatistics

You should post the picture somewhere to make debugging at least possible. :)

This is your problem: ``` /usr/local/bin/Magick++-config: line 53: pkg-config: command not found /usr/local/bin/Magick++-config: line 56: pkg-config: command not found ``` This module (`node-imagemagick-native`) is a binding for the native (C++)...

Sorry for not being clear! When I said "the library" I meant the stuff usually packaged for developers - that is, not only the shared library but also the headers...

Hm, maybe it's related to #95 then. I'll have to find a time to look more into it.