Wandex

Latest version: v0.4.5

Safety actively analyzes 688027 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 6

0.2.4

-------------

Released on May 28, 2013.

- Fix :exc:`~exceptions.NameError` in :attr:`Resource.resource
<wand.resource.Resource.resource>` setter.
[:issue:`89` forwareded from Debian bug report `699064`__
by Jakub Wilk]
- Fix the problem of library loading for Mac with Homebrew and Arch Linux.
[:issue:`102` by Roel Gerrits, :issue:`44`]

__ http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=699064

0.2.3

-------------

Released on January 25, 2013.

- Fixed a bug that :meth:`Image.transparentize()
<wand.image.Image.transparentize>` method (and :meth:`Image.watermark()
<wand.image.Image.watermark>` method which internally uses it) didn't
work.
- Fixed segmentation fault occurred when :attr:`Color.red
<wand.color.Color.red>`, :attr:`Color.green <wand.color.Color.green>`,
or :attr:`Color.blue <Wand.color.Color.blue>` is accessed.
- Added :attr:`Color.alpha <wand.color.Color.alpha>` property.
- Fixed a bug that format converting using :attr:`Image.format
<wand.image.Image.format>` property or :meth:`Image.convert()
<wand.image.Image.convert>` method doesn't correctly work
to save blob.

0.2.2

-------------

Released on September 24, 2012.

- A compatibility fix for FreeBSD.
[`Patch`__ by Olivier Duchateau]
- Now :class:`~wand.image.Image` can be instantiated without any opening.
Instead, it can take ``width``/``height`` and ``background``.
[:issue:`53` by Michael Elovskikh]
- Added :meth:`Image.transform() <wand.image.Image.transform>` method
which is a convenience method accepting geometry strings to perform
cropping and resizing.
[:issue:`50` by Mitch Lindgren]
- Added :attr:`Image.units <wand.image.Image.units>` property.
[:issue:`45` by Piotr Florczyk]
- Now :meth:`Image.resize() <wand.image.Image.resize>` method raises
a proper error when it fails for any reason.
[:issue:`41` by Piotr Florczyk]
- Added :attr:`Image.type <wand.image.Image.type>` property.
[:issue:`33` by Yauhen Yakimovich, :issue:`42` by Piotr Florczyk]

__ http://olivier-freebsd-ports.googlecode.com/hg-history/efb852a5572/graphics/py-wand/files/patch-wand_api.py

0.2.1

-------------

Released on August 19, 2012. Beta version.

- Added :meth:`Image.trim() <wand.image.Image.trim>` method.
[:issue:`26` by Jökull Sólberg Auðunsson]

- Added :attr:`Image.depth <wand.image.Image.depth>` property.
[:issue:`31` by Piotr Florczyk]

- Now :class:`~wand.image.Image` can take an optional ``format`` hint.
[:issue:`32` by Michael Elovskikh]

- Added :attr:`Image.alpha_channel <wand.image.Image.alpha_channel>`
property. [:issue:`35` by Piotr Florczyk]

- The default value of :meth:`Image.resize() <wand.image.Image.resize>`'s
``filter`` option has changed from ``'triangle'`` to ``'undefined'``.
[:issue:`37` by Piotr Florczyk]

- Added version data of the linked ImageMagick library into :mod:`wand.version`
module:

- :const:`~wand.version.MAGICK_VERSION` (:c:func:`GetMagickVersion`)
- :const:`~wand.version.MAGICK_VERSION_INFO` (:c:func:`GetMagickVersion`)
- :const:`~wand.version.MAGICK_VERSION_NUMBER` (:c:func:`GetMagickVersion`)
- :const:`~wand.version.MAGICK_RELEASE_DATE` (:c:func:`GetMagickReleaseDate`)
- :const:`~wand.version.MAGICK_RELEASE_DATE_STRING`
(:c:func:`GetMagickReleaseDate`)

0.2

~~~~~~~~~~

0.2.0

-------------

Released on June 20, 2012. Alpha version.

- Added :meth:`Image.transparentize() <wand.image.Image.transparentize>` method.
[:issue:`19` by Jeremy Axmacher]
- Added :meth:`Image.composite() <wand.image.Image.composite>` method.
[:issue:`19` by Jeremy Axmacher]
- Added :meth:`Image.watermark() <wand.image.Image.watermark>` method.
[:issue:`19` by Jeremy Axmacher]
- Added :attr:`Image.quantum_range <wand.image.Image.quantum_range>` property.
[:issue:`19` by Jeremy Axmacher]
- Added :meth:`Image.reset_coords() <wand.image.Image.reset_coords>` method
and ``reset_coords`` option to :meth:`Image.rotate()
<wand.image.Image.rotate>` method. [:issue:`20` by Juan Pablo Scaletti]
- Added :meth:`Image.strip() <wand.image.Image.strip>` method.
[:issue:`23` by Dmitry Vukolov]
- Added :attr:`Image.compression_quality <wand.image.Image.compression_quality>`
property. [:issue:`23` by Dmitry Vukolov]
- Now the current version can be found from the command line interface:
``python -m wand.version``.

Page 4 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.