Update required version to 6.9

This library makes use of `MagickAutoOrientImage`, which is not present in all versions of ImageMagick 6.
This commit is contained in:
Herman J. Radtke III
2016-06-17 19:00:31 -07:00
committed by GitHub
parent f9521106b5
commit eedab4a6a7

View File

@ -6,7 +6,7 @@ A somewhat safe Rust interface to the [ImageMagick](http://www.imagemagick.org/)
* Rust * Rust
* Cargo * Cargo
* ImageMagick (version 6 or higher) * ImageMagick (version 6.9 or higher)
See the `docs/Development_Setup.md` file for details particular to each platform. See the `docs/Development_Setup.md` file for details particular to each platform.