[Resolved] Unsetting random seed with "+seed" fails with IM 7.0.7
Posted: 2017-10-30T12:51:43-07:00
I notice an explanation for seeding the random number generator using "-seed" at THIS link. It mentions how you should be able to unset the seed number using "+seed". This will fail using IM 7.0.7-8 on Windows 10 64 command line and scripts. Here is a command that generates the error...
This is the output...
Code: Select all
magick xc: -seed 1234 -set option:v1 "%[fx:random()]" +seed -format "%[v1] %[fx:random()]\n" info:
Code: Select all
magick: invalid argument for option '+seed' '(null)' at CLI arg 6 @ error/operation.c/CLISettingOptionInfo/1333.