Skip to content

Instantly share code, notes, and snippets.

@nhindman
Created January 2, 2017 13:16
Show Gist options
  • 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