Skip to content

Instantly share code, notes, and snippets.

@kamatari
Created October 14, 2014 08:52
Show Gist options
  • Save kamatari/86fc06b9694af3fbb50a to your computer and use it in GitHub Desktop.
Save kamatari/86fc06b9694af3fbb50a to your computer and use it in GitHub Desktop.
from PIL import Image
im = Image.open('sample.gif').convert('RGB').save('convertfromgif.jpg')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment