Tcl displays GIFs with the command:
image create photo .yourPicName -file FilePath
where FilePath is c:\\pix.gif or whatever (notice that on windows which uses
the backslash you have to double it).
There is also a way to create binary images on the fly, but I don't know how to
do it.
There are also bitmaps (icons) available from inside tcl.