tomyahu / PicartoAlertBoxApp

Its like twitch alerts but for picarto XD
0 stars 0 forks source link

Make the image classes to accept image formats #2

Open tomyahu opened 6 years ago

tomyahu commented 6 years ago

Tkinter's Photoimage only accepts .gif and .pgm

Formats planned: .tif .tiff .gif .jpeg .jpg .jif .jfif .jp2 .jpx .j2k .j2c .fpx .pcd .png .pdf

tomyahu commented 6 years ago

PIL library supports: .bmp .dib .jpg .jpe .jpeg .pdf .png .tif .tiff .xbm .xpm

and I think that's enough...

http://effbot.org/tkinterbook/photoimage.htm (for future reference)