I've started a new topic in continuing my explorations of histograms introduced in a recent thread, as my concern now is is optimization and broader questions of memory management.
I am generating histograms with the code below, piping the image through RAM:
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
Is MPR not best for this? Am I piping inefficiently? Should i change the -depth at some point here? How to optimize this process further?
Thanks in advance for any effort you make toward addressing this with me. I sincerely appreciate it! I also just discovered Flattr for ImageMagick and will take advantage of it shortly to support this community.
Yours,
J