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:
David Wilemski
2022-01-16 22:49:27 -06:00
parent 63dc05aece
commit 48dc7b06c4

View File

@ -5,7 +5,7 @@ A somewhat safe Rust interface to the [ImageMagick](http://www.imagemagick.org/)
## Dependencies ## Dependencies
* Rust stable * 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. - Does _not_ work with ImageMagick 6.x due to backward incompatible changes.
- [FreeBSD](https://www.freebsd.org): `sudo pkg install ImageMagick7` - [FreeBSD](https://www.freebsd.org): `sudo pkg install ImageMagick7`
- [Homebrew](http://brew.sh): `brew install imagemagick` - [Homebrew](http://brew.sh): `brew install imagemagick`