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 - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -