Update ImageMagick version compatibility in README
The MagickKmeansImage function appears to have been added in ImageMagick 7.0.10-36. if you try to build against an earlier version, you'll get a compilation error about the bindings not having such a function.
This commit is contained in:
@ -5,7 +5,7 @@ A somewhat safe Rust interface to the [ImageMagick](http://www.imagemagick.org/)
|
||||
## Dependencies
|
||||
|
||||
* Rust stable
|
||||
* ImageMagick (version 7.0.x to 7.1.x)
|
||||
* ImageMagick (version 7.0.10-36 to 7.1.x)
|
||||
- Does _not_ work with ImageMagick 6.x due to backward incompatible changes.
|
||||
- [FreeBSD](https://www.freebsd.org): `sudo pkg install ImageMagick7`
|
||||
- [Homebrew](http://brew.sh): `brew install imagemagick`
|
||||
|
||||
Reference in New Issue
Block a user