Identify values between verbose and format
Posted: 2014-02-12T17:44:56-07:00
when i run this
i get a value of
18232.1
but when i run
i see in overall image statistics a standard deviation of 70.9422 (0.278205)
how can i get the value shown in the verbose output?
thanks so much!!
J
Code: Select all
identify -format '%[standard-deviation]' image.jpg
18232.1
but when i run
Code: Select all
identify -verbose image.jpg
how can i get the value shown in the verbose output?
thanks so much!!
J