One can construct a Tkinter PhotoImage from a filename, like so:

 

name = ‘icon.gif'

self.image = PhotoImage(file=name)

 

However, is it possible to then get the filename used in constructing the PhotoImage back (using self.image)?

 

 

 

 

 

 

 

_______________________________________________
Image-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to