Created
January 2, 2017 13:16
-
-
Save nhindman/3fe67d2f73baad4ece70c94f01d25cce to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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