PDA

View Full Version : Python and GIF images


elfgeek
2004-03-01, 10:11
can python on xbmc display a gif image? i'm writing a script that downloads an image from the web and displays it. gif's don't seem to work, however, jpg and bmp is fine. if gif's don't work is there a good way to convert gifs to something else on the fly in xbmc?

thanks.

alx5962
2004-03-01, 11:49
i had the same problem in the past, transparent gif seem to not display well with python.
and the library to convert file format image is not available for now on xbox.

Butcher
2004-03-01, 13:40
xbmc has code for loading gif images in c++ that seems to work fine for transparent images, maybe someone could hook that into python.