¤ gifFile, GIFFile, et al

Images

Types

gifFile :: FilePath -> GIFFile
data GIFFile
  instance PixmapGen GIFFile
  instance Graphic GIFFile
pnmFile :: FilePath -> PNMFile
data PNMFile
  instance PixmapGen PNMFile
  instance Graphic PNMFile

Description

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.

Example

 labelF (gifFile "../Apps/www/smiley.gif")

See Also

The class Graphic and the type BitmapFile in the Fudget Library.