Skip to content

Instantly share code, notes, and snippets.

@nhindman
Created January 2, 2017 13:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nhindman/3fe67d2f73baad4ece70c94f01d25cce to your computer and use it in GitHub Desktop.
Save nhindman/3fe67d2f73baad4ece70c94f01d25cce to your computer and use it in GitHub Desktop.
image_pixels = list(image.getdata())
avg_pixel_value = float(sum(pixels)) / len(pixels)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment