home *** CD-ROM | disk | FTP | other *** search
/ Dream 44 / Amiga_Dream_44.iso / BeOS / SystŠme / datatypes / IFF_ILBMHandler.txt < prev    next >
Text File  |  1997-09-10  |  3KB  |  62 lines

  1.          File: IFF_ILBMHandler.zip
  2.        Author: Edmund Vermeulen <edmundv@xs4all.nl>
  3.       Release: 1.2.0 (July 24th, 1997)
  4. Compatibility: PR
  5.      Location: contrib/libraries
  6.   Description: Amiga IFF ILBM datatype handler
  7.         Notes: Reads and writes IFF images. Source included.
  8.  
  9.  
  10. IFF_ILBMHandler is a datatype handler for reading and writing the
  11. Amiga's IFF ILBM (interleaved bitmap) format. Images with 1-8 and
  12. 24 bitplanes are supported, as are the EHB, HAM, and HAM8 formats.
  13.  
  14.  
  15. Install it by copying the file 'IFF_ILBMHandler' to the directory
  16. '/boot/home/config/add-ons/Datatypes'. You must have version 1.6.0
  17. (or higher) of libdatatypes.so installed in '/boot/home/config/lib'
  18. to be able to use IFF_ILBMHandler.
  19.  
  20.  
  21. Release 1.2.0 (July 24th, 1997) by Edmund Vermeulen <edmundv@xs4all.nl>
  22.  
  23.  - Ported to libdatatypes.so 1.6.0 and real Preview Release.
  24.  - Writing is up to five times faster because of a larger output
  25.    buffer.
  26.  - Loading is slightly faster (about 10%).
  27.  - The bitmap data is streamed in while decoding, instead of loading
  28.    it as a whole beforehand.
  29.  - The config view is resized to its preferred (font sensitive) size.
  30.  - 24-bit pictures that had their HAM bit set by mistake would crash
  31.    IFF_ILBMHandler.
  32.  - 64 colour pictures with no CAMG chunk were displayed as HAM.
  33.  - The format name now contains extra information on the number of
  34.    bitplanes and whether it is HAM.
  35.  
  36.  
  37. Release 1.1.0 (May 29th, 1997) by Edmund Vermeulen <edmundv@xs4all.nl>
  38.  
  39.     Ported to Advanced Access Preview Release.
  40.  
  41.  
  42. Release 1.0.0 (May 4th, 1997) by Edmund Vermeulen <edmundv@xs4all.nl>
  43.  
  44.     I've added HAM8 support and changed Tim's code so that it now
  45. always converts to a 32-bit bitmap, for 100% accurate colours.
  46. I've also cleaned up the code, fixed some bugs, and made it more
  47. robust. In addition to being able to read IFF ILBM images, the
  48. handler can now write them too. A 32-bit bitmap is written as 24
  49. bitplanes, while an 8-bit bitmap is written as 8 bitplanes with a
  50. colour map. The user can control whether (RLE) compression is
  51. used or not. The source code is still included.
  52.  
  53.  
  54. Release 0.1.0 by Tim Stack <stack@eng.utah.edu>
  55.  
  56.     An IFF ILBM data type handler.  It can read 1-8 bit, 24 bit,
  57. EHB, and HAM6.  It can't read HAM8 since I don't know the
  58. encoding scheme for it.  I've tested it on several pictures and
  59. it seems to work fine.  The source is included if you want to
  60. make the planar -> chunky stuff faster and have 1-8 bit deep files
  61. converted to 32 bit instead of B_COLOR_8_BIT.
  62.