PIL(Py Image lib), show() not showing picture...
from PIL import Image
import os
print os.path.exists('C:/Users/saftarn/Desktop/images/blob.jpg')
im2 = Image.open('C:/Users/saftarn/Desktop/images/blob.jpg')
im2.show()
first the command prompt pops up then the normal window to display
pictures but it doenst show a picture.
the prin os.path.exists returns true and opening the file by clicking
on it works. ive also tried gif-files with no success.
.
Relevant Pages
- Re: Graphics are blurry but only in iE
... Red X Instead of Images - Can't see or save Images/Pictures ... Change the DPI setting from Large to Normal and see if that helps. ... Pictures Do Not Show ... Right-click the Windows desktop to display the context menu. ... (microsoft.public.windows.inetexplorer.ie6.browser) - Re: Question about photos and PC output on a Panasonic plasma HDTV
... >> comments on how well it will display photos using the SD card slot, ... >> will be displayed at high resolution on the TV? ... Check that it handles pictures with different format to your liking ... I use an LCD-TV (1280x768 pixel) to display photos from a standard PC ... (alt.tv.tech.hdtv) - Re: Is a voxel a little cuboid?
... images as pictures, ... on display devices that have pixels. ... measurement performed at each pixel or voxel. ... (comp.protocols.dicom) - Re: blurry pictures
... Pictures Do Not Show ... I can't see JPG's or GIFS any more - red x - images missing - fuzzy ... These are the steps for changing the DPI setting on your system. ... Right-click the Windows desktop to display the context menu. ... (microsoft.public.windows.inetexplorer.ie6.browser) - Re: Old issues never die, just fade away
... images I try displaying in the e-mail body either by ... either don't display or when they do, they're represented by the red 'x', ... pictures in this message could not be found. ... same thing (using a jpg from another non-iconned sub folder of the same ... (microsoft.public.windowsxp.general) |
|