home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / code / imglib_b / readme < prev    next >
Encoding:
Text File  |  1995-05-19  |  1.5 KB  |  48 lines

  1. ImgLib Copyright (c) 1994 SimSoft.
  2. Xli Copyright (c) 1989, 1990, 1991, 1992, 1993 Jim Frost, Graeme Gill and others.
  3.  
  4. ImgLib is a 32-bit DLL that implements raster image reading, converting, and
  5. manipulating functionalities required by today's multimedia applications.
  6. 16-bit development is supported via thunking.  The developer does not need
  7. to write any additional thunking code.
  8.  
  9. The most current version of ImgLib is available as:
  10. ftp://ftp.netcom.com/pub/simsoft/ImgLib_beta.exe
  11.  
  12. ImgLib is being offered as royalty-free shareware to offer a competitive
  13. alternative to many expensive commercial packages.  ImgLib's attractive
  14. pricing is also possible because a lot of its code has been adopted from
  15. freely available X windows sources.
  16.  
  17. The author can be reached at:
  18. arybicki@netcom.com
  19.  
  20. Besides the ability to read the most popular raster image formats ImgLib
  21. offers added functionality to modify the bitmaps in memory to aid in
  22. displaying them on all existing Windows-capable displays with best
  23. possible results and without sacrificing the image quality.  The following
  24. is a list of image formats read by ImgLib:
  25.  
  26. FBM
  27. Sun Raster
  28. CMU WM Raster
  29. Portable Bit Map (PBM, PGM, PPM)
  30. Faces Project
  31. GIF
  32. JFIF style (standard) jpeg
  33. Utah RLE
  34. Windows, OS/2 BMP
  35. Photo CD
  36. X Window Dump
  37. Targa
  38. McIDAS areafile
  39. G3 FAX
  40. PC Paintbrush (PCX) (monochrome only)
  41. GEM Bit
  42. MacPaint
  43. X Pixmap
  44. X Bitmap
  45.  
  46. For more documentation refer to the helpfile included in the archive.
  47.  
  48.