Skip to content

Instantly share code, notes, and snippets.

@solaris33
Created March 27, 2017 14:17
Show Gist options
  • Save solaris33/4d14958d9ed82d420c656578d1570c8a to your computer and use it in GitHub Desktop.
Save solaris33/4d14958d9ed82d420c656578d1570c8a to your computer and use it in GitHub Desktop.
img0 = PIL.Image.open('pilatus800.jpg')
img0 = np.float32(img0)
showarray(img0/255.0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment