Releases: nlfiedler/magick-rust
Releases · nlfiedler/magick-rust
0.13.0
0.12.0
0.11.0
Changed
- Updated
bindgen
dependency to 0.31 release and fixed compiler issues.
Enum definitions changed again, default in bindgen is different now, and
usingdefault_enum_style()
caused endless compiler errors. - Made
get_exception_type()
,get_exception()
, andclear_exception()
on the various wand implementations.
0.10.0
Added
- Mewp: Add ping_image and ping_image_blob functions.
- Mewp: Add reset_image_page function.
- Mewp: Add set_image_alpha_channel function.
- NQNStudios: Adding binding for MagickAddImage function.
- NQNStudios: Adding doc comment and rotate_image function.
- NQNStudios: Adding binding for adaptive_resize_image function.