Code: Select all
convert rose: -set option:mylabel '%[pixel:u[0].p{12,26}]' label:'test %[mylabel]' -delete 0 color.pngHowever label: can not see that global artifact any more. I get a label of just "test " and without
the artifact string. The above used to work, but now does not.
But when I tried the equivelent...
Code: Select all
convert rose: -define mylabel=rose label:'test %[mylabel]' -delete 0 color.pngUsing
Code: Select all
convert rose: -set option:mylabel '%[pixel:u[0].p{12,26}]' label:'test %[mylabel]' -verbose info:And yet
Code: Select all
convert rose: -define mylabel=rose label:'test %[mylabel]' -verbose info:In summery: -set option:key value should be the same as -define key=value but the above shows that it isn't!