Hi, got some old scripts that needs to be converted to Magick++, mostly no issues, but I hit the wall with evaluate.
The current script does this:
... -evaluate multiply <value> ...
But how does this translate to Magick++? Sorry if this is a stupid question (couldn't find any info)
[SOLVED] Magick++: evaluate
[SOLVED] Magick++: evaluate
Last edited by olear on 2015-08-29T09:38:17-07:00, edited 1 time in total.
Re: Magick++: evaluate
You should use the quantumOperator method for that. I just submitted a patch to rename that method to evaluate in ImageMagick 7.
Re: Magick++: evaluate
Thanks for the info (and patch), I found the quantumOperator, seems to work