I might be on an old version: Version: ImageMagick 6.7.5-7 2014-09-30 Q8 http://www.imagemagick.org on a Macbook Pro. The image is a mean (average) image (of an edges image) created as per your instructions above. Here it is: http://imgur.com/Me4GkQq $ convert testimage.png -edge 5 testimage2.png ...
Hi, Say I have a 3000x3000 image. I want to programatically find which 600x600 square has the most detail in it. By detail, I mean lots of edges. I basically want to show my users a close up section of an image to show them the quality of it, but without showing them the whole image in close up form ...