Skip to content

Instantly share code, notes, and snippets.

@aguilarsoto
Created October 8, 2011 14:26
Show Gist options
  • Select an option

  • Save aguilarsoto/1272350 to your computer and use it in GitHub Desktop.

Select an option

Save aguilarsoto/1272350 to your computer and use it in GitHub Desktop.
lala = {}
img = Magick::Image::read('joker.bmp').first
img.each_pixel do |bar, c, r|
lala[bar]= 0 unless lala[bar]
lala[bar] = lala[bar]+1
end
lala
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment