Skip to content

Instantly share code, notes, and snippets.

@dahlia
Last active December 20, 2015 17:59
Show Gist options
  • Save dahlia/6172327 to your computer and use it in GitHub Desktop.
Save dahlia/6172327 to your computer and use it in GitHub Desktop.
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from wand.image import Image
with Image(filename=u"Côte d'Ivoire.jpg") as i:
print(i.size)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment