XBM Files


These are some examples of XBM files. The XBM file is a bitmap format used by X Windows, commonly for storing icons.

XBM File Characteristics:

Reference:

  1. John Miano,
    Compressed Image File Formats,
    Addison Wesley, 1999.
  2. Adrian Nye,
    Xlib Programming Manual,
    O'Reilly, 1988.
  3. Robert Schiefler, James Gettys,
    The X Window System,
    Digital Press, 1990.

Programs to view an XBM file include:

Routines to create a XBM file:

Routines to read an XBM file:

Routines to write an XBM file:

Programs to convert an XBM file to another format:

Programs to convert a file to XBM format:

Sample Files:

CIRCLES is a 16x16 image of two circles.

CROSS is a 12x12 image of a cross.

FRACTURE is a 500x500 image of a grid of atoms, representing a material that is to be fractured.

LETTER_A is a 25x25 image of the letter A.

PUMPKIN is a 206x187 image of a pumpkin.

You can go up one level to the DATA page.


Last revised on 30 August 2006.