We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create color patch images from histogram data to easily and visually evaluate intermediate data results
The text was updated successfully, but these errors were encountered:
Histogram data to color patch image. Currently only works with fixed size images. Uses convert itself to do on the fly color quantization (-colors)
histbin_to_magickdraw.pl converts imagemagick histogram output to width-relative color patch draw commands which can be fed into convert again.
histbin_to_magickdraw.pl
sh -c "convert -size 1280x50 xc:black $(convert frames/01616.png -colors 16 -define histogram:unique-colors=true -format %c histogram:info:-|sort -rn|../histbin_to_magickdraw.pl) patch.png" && eog patch.png
Sorry, something went wrong.
Currently it produces results like this (original in background, color patch image in overlay, compositing done manually):
video: http://www.youtube.com/watch?v=qig4KOK2R2g frame: 1616 color bins: 16
hdznrrd
No branches or pull requests
Create color patch images from histogram data to easily and visually evaluate intermediate data results
The text was updated successfully, but these errors were encountered: