jpeg - Simplest .jpg Display in Python 3 -


i want display .jpg (or other picture file) in python 3. pil seems have ended @ 2.7. ways i've looked use python 2. don't want change pixel values, display file on window. what's simplest way?

try pillow, should work on python 2 , 3:

http://python-pillow.github.io


Comments

Popular posts from this blog

javascript - ScrollTo Effect (href to div) -

javascript - ng-class not responding to change in model in Angular? -

javascript - document.registerElement extending HTMLInputElement prototype while using custom tag name to avoid implicit browser style -