Added support for MagickPingImage[Blob], MagickResetImagePage and MagickSetImageAlphaChannel.
One thing changed in existing API is that I made read_image_blob accept AsRef<[u8]> instead of only &Vec<u8>. This should be backwards compatible, and allows passing borrowed slices to this function.
Added support for
MagickPingImage[Blob]
,MagickResetImagePage
andMagickSetImageAlphaChannel
.One thing changed in existing API is that I made
read_image_blob
acceptAsRef<[u8]>
instead of only&Vec<u8>
. This should be backwards compatible, and allows passing borrowed slices to this function.