Windows 10 pro
I might have found a bug. I've got a script that makes the following call to magick.exe:
Code: Select all
magick.exe infile.bmp -crop 1x +repage -format "%[fx:standard_deviation]\n" info: >infile-cols.txt
Nine times out of ten, this works just fine, but sometimes (4 in 33, so far, to be exact) outputs:
Code: Select all
-1.5259e-005
-1.5259e-005
-1.5259e-005
.
.
.
-1.5259e-005
Here is an example infile where it fails: https://1drv.ms/u/s!As3ZytCDCPbLj6N-sMEuPv2j3N6bRg. It fails consistently on this file.