IM7 "label:" and FX expressions with Windows 10
Posted: 2018-05-05T14:58:45-07:00
Using IM 7.0.7-30 Q16 x64 HDRI from Windows 10 command line, this command...
... produces this error message and no image...
This command...
... produces this image...
It seems to just stop creating the label when it hits the FX expression.
As described at THIS link, I've always understood FX expressions are supposed to be parsed when creating a "label:".
Code: Select all
magick label:"%[fx:1]" test1.png
Code: Select all
magick: no images for write '-write' 'test1.png' at CLI arg 2 @ error/operation.c/CLINoImageOperator/4792.
This command...
Code: Select all
magick -pointsize 50 -background pink label:"ABC %[fx:1] 123" test2.png
It seems to just stop creating the label when it hits the FX expression.
As described at THIS link, I've always understood FX expressions are supposed to be parsed when creating a "label:".