Search found 4 matches
- 2013-06-19T10:26:27-07:00
- Forum: Announce
- Topic: Wand: ctypes-based ImageMagick binding for Python
- Replies: 2
- Views: 105607
Re: Wand: ctypes-based ImageMagick binding for Python
We released Wand 0.3.0. It’s the first version that works on Python 3, and contains several new features like sequence, drawing, and seam carving as well. Please read what’s new guide for this. It doesn’t cover all changes, so see also the full changelog if you need to check API-level changes. You ca ...
- 2012-08-18T17:29:43-07:00
- Forum: Announce
- Topic: Wand: ctypes-based ImageMagick binding for Python
- Replies: 2
- Views: 105607
Re: Wand: ctypes-based ImageMagick binding for Python
We just released Wand 0.2.1, the first beta version. You can find it from PyPI:
http://pypi.python.org/pypi/Wand/0.2.1
Plus, our website has moved:
http://dahlia.kr/wand/
Thanks!
http://pypi.python.org/pypi/Wand/0.2.1
Plus, our website has moved:
http://dahlia.kr/wand/
Thanks!
- 2012-08-08T00:47:47-07:00
- Forum: Users
- Topic: Building ImageMagick as relocatable shared objects
- Replies: 0
- Views: 4499
Building ImageMagick as relocatable shared objects
Is there any way to build ImageMagick library as relocatable shared objects?
I configured it with several options like --disable-installed several times, but couldn’t succeed.
I configured it with several options like --disable-installed several times, but couldn’t succeed.
- 2012-06-21T04:27:57-07:00
- Forum: Announce
- Topic: Wand: ctypes-based ImageMagick binding for Python
- Replies: 2
- Views: 105607
Wand: ctypes-based ImageMagick binding for Python
I glad to introduce Wand, a new Python binding of ImageMagick based on ctypes. It has several key features: Pythonic and modern interfaces Good documentation Binding through ctypes (not C API) — we are ready to go PyPy! Installation using pip or easy_install You can easily install it from PyPI: ...