Path to this page:
./
graphics/py-wand,
Ctypes-based simple ImageMagick binding for Python
Branch: CURRENT,
Version: 0.6.13,
Package name: py312-wand-0.6.13,
Maintainer: pkgsrc-usersWand is a ctypes-based simple ImageMagick binding for Python.
Required to run:[
graphics/ImageMagick] [
devel/py-setuptools] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 11605.176 KB
Version history: (Expand)
- (2024-11-11) Updated to version: py312-wand-0.6.13
- (2023-11-05) Updated to version: py311-wand-0.6.13
- (2023-01-23) Updated to version: py310-wand-0.6.11
- (2022-09-19) Updated to version: py310-wand-0.6.10
- (2022-08-05) Updated to version: py310-wand-0.6.9
- (2022-08-01) Updated to version: py310-wand-0.6.8
CVS history: (Expand)
2023-11-05 11:11:56 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
py-wand: update to 0.6.13.
0.6.13
🤦 Hotfix release to remove a "work-in-progress" pyproject.toml file
that was mistakenly included with Wand 0.6.12 sdist package.
0.6.12
The 0.6.12 release includes some minor bug fixes, adds a few
composite operators, and updates Sphinx build versions (used for
documentation).
|
2023-01-23 01:01:06 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-wand: update to 0.6.11.
Version 0.6.11
--------------
Released on January 5th, 2023.
- Fixed format issue when calling :meth:`Image.convert() \
<wand.image.Image.convert>`,
and :meth:`Image.make_blob() <wand.image.Image.make_blob>` methods. \
[:issue:`594`]
- Fixed storage type size for `"long"` & `"quantum"` \
values in
:meth:`Image.export_pixels() <wand.image.BaseImage.export_pixels>` and
:meth:`Image.import_pixels() <wand.image.BaseImage.import_pixels>` \
methods. [:issue:`596`]
- Added ``filter`` parameter to :meth:`Image.distort() \
<wand.image.BaseImage.distort>` method.
- [TEST] Added Python 3.11 to regression tests for `github actions \
<https://github.com/emcconville/wand/actions>`_.
- [TEST] Replaced :mod:`py.path` fixtures with :mod:`pythlib`. [:pull:`607` \
& :issue:`608` by Louis Sautier]
- [TEST] Retired Python2 support from regression testing.
- [TEST] Upgraded `Travis CI \
<https://travis-ci.org/github/emcconville/wand>` build environments.
|
2022-09-19 10:34:36 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-wand: updated to 0.6.10
Version 0.6.10
--------------
- Fixed segmentation fault during resource allocation on M1 processor.
- Fixed additional segmentation faults introduced with ImageMagick 7.1.0-45.
|
2022-08-05 10:04:04 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-wand: updated to 0.6.9
Version 0.6.9
Updated Image.fx() method to raise WandRuntimeError if ImageMagick is unable to \
generate an image.
Fixed Image.from_array() classmethod to handle Numpy’s strided arrays.
Fixed segmentation fault introduced with ImageMagick 7.1.0-45.
|
2022-08-01 10:06:08 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-wand: updated to 0.6.8
Version 0.6.8
-------------
- Added :meth:`Image.label() <wand.image.BaseImage.label>` method.
- Added :meth:`Image.region() <wand.image.BaseImage.region>` method.
- Updated :meth:`Image.chop() <wand.image.BaseImage.chop>` method to \
support ``gravity`` keyword.
- Updated :meth:`Image.extent() <wand.image.BaseImage.extent>` method to \
support ``gravity`` keyword. [:issue:`554`]
- Added `.so.9` shared library suffix to :meth:`wand.api.library_paths()` \
generator when searching :const:`MAGICK_HOME` path.
- Added :const:`QUANTUM_SCALE <wand.version.QUANTUM_SCALE>` constant.
- Added :meth:`Image.montage() <wand.image.Image.montage>` method. \
[:issue:`575`]
- Added :meth:`Image.roll() <wand.image.BaseImage.roll>` method.
- Fixed returned values for :meth:`Image.connected_components() \
<wand.image.BaseImage.connected_components>` method for ImageMagick 7.1.1. \
[:issue:`574`]
- Fixed :c:func:`MagickSetImageDepth()` C-API method signature. [:issue:`577` by \
Pavel Borzenkov]
- Fixed :meth:`Image.encipher() <wand.image.BaseImage.encipher>` method to \
call the correct API. [:issue:`578` by Pavel Borzenkov]
- [DOC] Improved :class:`~wand.drawing.FontMetrics` documentation. [:issue:`566`]
- [TEST] Migrated CI from `travis-ci.org \
<https://travis-ci.org/github/emcconville/wand>`_ to `travis-ci.com \
<https://app.travis-ci.com/emcconville/wand>`_.
- [TEST] Removed unneeded SVG dependency from regression test.
- [TEST] Suppressed :class:`~wand.exceptions.OptionWarning` when testing user errors.
- [TEST] Added Python 3.9 regression test for `travis-ci.com \
<https://app.travis-ci.com/emcconville/wand>`_.
- [TEST] Removed Python 3.7 & 3.8 regression test for `travis-ci.com \
<https://app.travis-ci.com/emcconville/wand>`_.
- [TEST] Added Python 3.10 regression tests for `github actions \
<https://github.com/emcconville/wand/actions>`_.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 12:47:26 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:13:27 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Remove SHA1 hashes for distfiles
|