Skip to content

PythonMagick is a Python binding for the ImageMagick Magick++ library, enabling image creation, editing, and conversion directly in Python. It supports many formats and operations like cropping, resizing, and filtering, offering a powerful interface for image processing tasks.

License

Notifications You must be signed in to change notification settings

ImageMagick/PythonMagick

Repository files navigation

Requists for installation is:
boost
boost-python
python 2.5
Magick++ (>= 6.2)

and for building:
pkg-config
libtool
make

and for generation build scripts is defined in autogen.pl

Building:
./configure
make
make install

About

PythonMagick is a Python binding for the ImageMagick Magick++ library, enabling image creation, editing, and conversion directly in Python. It supports many formats and operations like cropping, resizing, and filtering, offering a powerful interface for image processing tasks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published