Wand Changelog
Version 0.2.0
To be released. Alpha version.
Version 0.1.10
Released on May 8, 2012. Still alpha version.
- So many Windows compatibility issues are fixed. [#14 by John Simon]
- Fixed a bug that raises AttributeError when it’s trying to warn.
[#16 by Tim Dettrick]
- Now it throws ImportError instead of AttributeError when
the shared library fails to load. [#17 by Kieran Spear]
- Fixed the example usage on index page of the documentation.
[#18 by Jeremy Axmacher]
Version 0.1.9
Released on December 23, 2011. Still alpha version.
Version 0.1.8
Released on December 2, 2011. Still alpha version.
Version 0.1.7
Released on November 10, 2011. Still alpha version.
Version 0.1.6
Released on October 31, 2011. Still alpha version.
- Removed a side effect of Image.make_blob() method that changes the image format silently.
- Added Image.format property.
- Added Image.convert() method.
- Fixed a bug about Python 2.6 compatibility.
- Use the internal representation of PixelWand instead of
the string representaion for Color type.
Version 0.1.5
Released on October 28, 2011. Slightly mature alpha version.
- Now Image can read Python file objects by file
keyword argument.
- Now Image.save() method can write into
Python file objects by file keyword argument.
- Image.make_blob()‘s format
argument becomes omittable.
Version 0.1.4
Released on October 27, 2011. Hotfix of the malformed Python package.
Version 0.1.3
Released on October 27, 2011. Slightly mature alpha version.
- Pixel getter for Image.
- Row getter for Image.
- Mac compatibility.
- Windows compatibility.
- 64-bit processor compatibility.
Version 0.1.2
Released on October 16, 2011. Still alpha version.
- Image implements iterable interface.
- Added wand.color module.
- Added the abstract base class of all Wand resource objects:
wand.resource.Resource.
- Image implements slicing.
- Cropping Image using its slicing operator.
Version 0.1.1
Released on October 4, 2011. Still alpha version.
Version 0.1.0
Released on October 1, 2011. Very alpha version.