PythonMagick color operations

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
bobas
Posts: 2
Joined: 2011-03-05T07:38:05-07:00
Authentication code: 8675308

PythonMagick color operations

Post by bobas »

Hi,

I need to implement a similar function to CL command "compare" with PythonMagick. I have found out, that it wouldn't be hard to do this with some basic color changes and compositing. But now I can't find a way to make that color changes.

How can one implement i.e. a behavior similar to "convert balloon.gif -fill white -opaque blue balloon_white.gif" in PythonMagick? Are there some examples for using PythonMagick?

Thanks,
Bobas
Post Reply