I'm quite new to ImageMagick. I try to remove tints from some pictures, using the fx-operator. Unfortuantely, the code given in the color-modification-exampled gives the following error message:
Code: Select all
> convert test.png -size 1x1 xc:Yellow -fx 'u*v.p{0,0}' fx_linear_white.png
> convert: unable to parse expression `u' @ fx.c/FxGetSymbol/2515.
This example works fine:
Code: Select all
convert test.png +level-colors green,gold levelc_grn-gold.png
Can you give me any hints of what I may be doing wrong?
Thanks from Germany,
Markus