Add get_image_property() to retrieve properties

cargo test passes
This commit is contained in:
Nathan Fiedler
2016-01-02 14:31:20 -08:00
parent 6ca185df19
commit 19377db422
5 changed files with 45 additions and 13 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "magick_rust"
version = "0.2.3"
version = "0.3.0"
authors = ["Nathan Fiedler <nathanfiedler@fastmail.fm>"]
description = "Selection of Rust bindings for the ImageMagick library."
homepage = "https://github.com/nlfiedler/magick-rust"