From 48dc7b06c4ca05914ae1d4405fe63367c4f1fbdf Mon Sep 17 00:00:00 2001 From: David Wilemski Date: Sun, 16 Jan 2022 22:49:27 -0600 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78025c7..bd94aee 100644 --- a/README.md +++ b/README.md @@ -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`