Skip to content

Instantly share code, notes, and snippets.

@jamesnvc
Created October 26, 2010 00:17
Show Gist options
  • Select an option

  • Save jamesnvc/646074 to your computer and use it in GitHub Desktop.

Select an option

Save jamesnvc/646074 to your computer and use it in GitHub Desktop.
same = 0
for x in media.get_width(p1):
for y in media.get_height(p1):
p1_pix = media.get_pixel(p1, x, y)
p2_pix = media.get_pixel(p2, x, y)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment