home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 110 / af110sub.adf / datatypes.lzx / XBM_DT / XBM_DT.readme < prev    next >
Text File  |  2017-02-26  |  2KB  |  61 lines

  1. Short:    X BitMap DataType
  2. Uploader: dmyun@mailexcite.com (Deok-Min Yun)
  3. Author:   dmyun@mailexcite.com (Deok-Min Yun)
  4. Type:     util/dtype
  5. Requires: Workbench 3.0 or better
  6. Version:  43.4
  7.  
  8.  
  9. TITLE
  10.  
  11.   XBM DataType
  12.  
  13.  
  14. WHAT'S NEW?
  15.  
  16.   - Fixed: Name of the image was sometimes not produced.
  17.   - Added: Support for RAW DTM_WRITE (now you can use DTConvert).
  18.   - Added: Simple installer script.
  19.  
  20.  
  21. WHAT IS IT?
  22.  
  23.   The following is an excerpt from XBM specification.
  24.  
  25.  
  26.                         XBM - X BitMap Format
  27.  
  28.  
  29.   XBM is a native file format of The X Window System and is used for
  30.   storing cursor and icon bitmaps that are used in the X GUI. XBM files
  31.   are quite different in that they are actually C language source files
  32.   that are created to be read by a C compiler rather than a graphical
  33.   display program.
  34.  
  35.   XBM was created by the X Consortium as part of the X Window
  36.   System. Refer to the /bitmaps directory of the X Window distribution
  37.   for examples of XBM files.
  38.  
  39.  
  40.   There is another XBM datatype included with AMS datatypes package by
  41.   Commodore but after using recent versions of 'SetPatch' from Amiga Intl.
  42.   it was producing corrupted images.
  43.  
  44.  
  45. AUTHOR
  46.  
  47.   Name   : Deok-Min Yun
  48.   E-Mail : dmyun@mailexcite.com
  49.            dmyun@hotmail.com
  50.            dmyun@rocketmail.com
  51.   WWW    : http://www.geocities.com/SiliconValley/Horizon/7576/
  52.  
  53.  
  54.   My other programs include,
  55.  
  56.   MrMPEG    : GUI frontend for MPEGA using MUIRexx.
  57.   MrMIDI    : GUI frontend for GMPlay using MUIRexx.
  58.   KLS       : Korean Locale System for Amiga.
  59.   CUR2ILBM  : Windows cursor/icon to ILBM converter.
  60.   Aminet2DB : Aminet RECENT, CSV, TSV converter.
  61.