Skip to content

Instantly share code, notes, and snippets.

@lasley
Last active January 30, 2017 22:07
Show Gist options
  • Save lasley/c0e123656fe381514203c1d7f883bf95 to your computer and use it in GitHub Desktop.
Save lasley/c0e123656fe381514203c1d7f883bf95 to your computer and use it in GitHub Desktop.
#!/usr/bin/env python
from io import BytesIO
from PIL import Image
with open('/testimage.png', 'rb') as f:
image = Image.open(f).load()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment