Page 1 of 1

PythonMagick color operations

Posted: 2011-03-09T03:10:00-07:00
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