Nathan Fiedler
2c94dab05a
Add license header to contributed files
2016-08-14 18:46:03 -07:00
Nathan Fiedler
7a5bd98746
Merge pull request #13 from gadomski/set-option
...
Add `set_option` method.
2016-08-03 20:34:21 -07:00
Pete Gadomski
eeb014af1f
Add set_option method.
...
This is useful for stuff like setting the loop option for a gif.
2016-08-02 12:01:34 -06:00
Pete Gadomski
b46f8a47ac
Add write_images_blob
...
This method goes down to `MagickGetImagesBlob`, which allows for
creating animated gifs.
I didn't abstract out common operations between the two in the interest
of not overly polluting the codebase. However, this new method is almost
identical to `write_image_blob` so you could probably abstract something
out of there.
2016-08-02 11:35:16 -06:00
Herman J. Radtke III
1b2d7010af
Change MagickWand::read_image_blob to use ref
...
Breaking change.
The `read_image_blob` function does not need to take ownership of the
image byte array.
2016-06-25 09:47:09 -07:00
Mattis Marjak
9d2eba64a3
use size_t and ssize_t types for cross-compilation
2016-05-16 19:03:45 +03:00
Mattis Marjak
9e2285a4aa
add drawing and pixel wands; add some methods to MagickWand
2016-05-11 22:12:42 +03:00
Mattis Marjak
4c7cebe628
move MagickWand to wand/magick.rs and filters to filters.rs
2016-05-11 17:03:53 +03:00