Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
magick: invalid argument for option '-evaluate' 'logo:' at CLI arg 5 @ error/operation.c/CLISimpleOperatorImage/2328
If it is not too hard, would it be possible to make evaluate arguments be sensitive to -set option:arument "%[fx:...]" percent escapes.
Using IM 7.0.7-21 on Windows 10 I can get that command to work without the error if I make the "option:var" with more than a single character "var". On this page it shows the upper case "%M" is designated as the symbol for "Magick filename (original file exactly as given, including read mods)". Maybe it can't be overwritten.
See https://www.imagemagick.org/Usage/trans ... ex.html#fx. It says "Due the simple tokenization handling used by "-fx", variable names can only consist of letters, and must not contain numbers. Also as a lot of single letters are used for internal variables accessing image information, it is recommended that variable names be at least two letters long. As such I use 'xx' and 'yy' rather than just 'x' or 'y'."