-unique-colors order vs. histogram order
Posted: 2014-02-22T20:50:58-07:00
it would be a great convenience in terms of synchronization for coding, as well as visibly possibly more pleasing, if the order of the -unique-colors operation
was the same as the order in which you receive:
am i missing a consideration here? would not be the first time!
thanks again!
J
Code: Select all
convert colorbar.gif -unique-colors -depth 8 txt:-
Code: Select all
convert colorbar.gif -define histogram:unique-colors=true -format %c histogram:info:-
thanks again!
J