Connecting Tech Pros Worldwide Help | Site Map

PIL(Py Image lib), show() not showing picture...

 
LinkBack Thread Tools Search this Thread
  #1  
Old July 3rd, 2008, 09:35 AM
defn noob
Guest
 
Posts: n/a
Default 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.

  #2  
Old July 3rd, 2008, 08:35 PM
Méta-MCI \(MVP\)
Guest
 
Posts: n/a
Default Re: PIL(Py Image lib), show() not showing picture...

Hi!

Which OS? On Vista, you MUST reconfig the "aperçu images et
télécopies" (in french ; sorry, I don't know the english translation).

@-salutations

Michel Claveau

  #3  
Old July 3rd, 2008, 08:45 PM
ssecorp
Guest
 
Posts: n/a
Default Re: PIL(Py Image lib), show() not showing picture...

On Jul 3, 10:20*pm, "Méta-MCI \(MVP\)"
<enleverlesX.X...@XmclaveauX.comwrote:
Quote:
Hi!
>
Which OS? * On Vista, you MUST reconfig the "aperçu images et
télécopies" (in french ; sorry, I don't know the english translation)..
>
@-salutations
>
Michel Claveau

VISTA.

i will try google translate :)
  #4  
Old July 3rd, 2008, 08:45 PM
ssecorp
Guest
 
Posts: n/a
Default Re: PIL(Py Image lib), show() not showing picture...

On Jul 3, 10:20*pm, "Méta-MCI \(MVP\)"
<enleverlesX.X...@XmclaveauX.comwrote:
Quote:
Hi!
>
Which OS? * On Vista, you MUST reconfig the "aperçu images et
télécopies" (in french ; sorry, I don't know the english translation)..
>
@-salutations
>
Michel Claveau



thumbnail images and faxes? and how do i do that? i must do it in
windows or in the python library?
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 220,662 network members.