I'm investigating the histogram displays in Photoshop CS6 (13.0.4) and comparing them with IM 6.8.0-2. Wow, PS is doing some unusual things! First, for the Colors option, Adobe's display scales the normal 256x200 IM output down 80%, then crops off the top, so it's 100px high. Any idea why they would do that? So odd! (And trust me, I am not assuming that Adobe's work is superior here).
Second, I cannot for the life of me get a histogram out of IM that resembles their "RGB" or composite histogram (or even their lumosity histogram). IM's is remarkably different. I am trying this:
Code: Select all
convert input_file.jpg -separate -append -define histogram:unique-colors=false -write histogram:mpr:hgram +delete mpr:hgram -strip output_file.gif
Here are the files and histograms (zip) for comparison:
http://bit.ly/1aF59jA
Thanks so much for your time in considering this!!
J