PythonMagick set colours

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
stev_k
Posts: 1
Joined: 2012-01-17T05:12:05-07:00
Authentication code: 8675308

PythonMagick set colours

Post by stev_k »

I have been trying to replicate the process to draw shapes using Python Magick at http://www.imagemagick.org/Magick++/Drawable.html . I have managed to draw the shapes, however, they are black against a white background. I can't seem to work out how to change the colour using Python. Does anyone have a working setup / a test that should work with Python so I can check everything?
Post Reply