gifFile :: FilePath -> GIFFile data GIFFile instance PixmapGen GIFFile instance Graphic GIFFile pnmFile :: FilePath -> PNMFile data PNMFile instance PixmapGen PNMFile instance Graphic PNMFile
gifFile
allows you to use GIF image stored in files as graphical objects.
Analogously, pnmFile
allos you to use files in any of the PNM formats
(PBM, PGM or PPM) as graphical objects.
labelF (gifFile "../Apps/www/smiley.gif")
The class Graphic and the type BitmapFile in the Fudget Library.