Escaping in mogrify
Posted: 2013-11-27T10:31:35-07:00
I am looking for a "simple" way to get the standard deviation of an image. I have used this:
However, I am using a Mogrify wrapper, and when I try doing:
I keep getting the same info as if I was doing just
What am I missing?
Code: Select all
identify -format "%[standard-deviation]" my_picture.png
Code: Select all
mogrify -identify -format "%[standard-deviation]" my_picture.png
Code: Select all
mogrify -identify my_picture.png