Skip to content

Instantly share code, notes, and snippets.

@ds604
Created October 31, 2012 18:12
Show Gist options
  • Save ds604/3988791 to your computer and use it in GitHub Desktop.
Save ds604/3988791 to your computer and use it in GitHub Desktop.
Lena_ref
import scipy.misc
lena = scipy.misc.lena()
#convert to PIL
pic = scipy.misc.toimage(lena)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment