home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 583a.lha / Drivers / readme.gif < prev    next >
Text File  |  1991-07-05  |  2KB  |  58 lines

  1.                 * UPDATED IMPORT MODULE FOR PAGESTREAM v2.1 *
  2.                         
  3.                       GIF.IMPORT MODULE version 2.0.3
  4.  
  5. ***************************** CHANGES ****************************************
  6. ;
  7. ;       version 2.0.3   (7/5/91)
  8. ;
  9. ;       - added a version string
  10. ;
  11. ;
  12. ;       version 2.0.2   (uploaded 11/07/90 & shipped with PgS2.1 12/7/90)
  13. ;
  14. ;       - added new LZW decompression code for a major increase in the 
  15. ;         decompression speed.
  16. ;
  17. ;
  18. ;       version 2.0.1
  19. ;
  20. ;       - changed linked list table to a static 4096 entry table
  21. ;
  22. ;
  23. ;       version 2.0.0   (uploaded 11/02/90)
  24. ;
  25. ;       - initial release
  26.  
  27.  
  28.      
  29.   Version 2.0.3 of the gif.import module is now available to all PageStream
  30. 2.0 users. GIF (Graphics Interchange Format) is CompuServe's standard for
  31. defining generalized color raster images. This module is based on the 
  32. June 15, 1987 release of the GIF standard. All GIF files with a version of
  33. 87a should pose no problem. We have heard of a later release of the standard
  34. but are unable to located it. The later files should still be compatable with
  35. the older files so this module should work with the later GIF pictures.
  36. The GIF format uses the LZW compression method (similar to the TIFF LZW) so
  37. import process can be slow for large images.
  38.  
  39. With version 2.0 of the OS the "version" command has gained some new talents.
  40. Whereas it used to only work on libraries, it now works on any file. It will
  41. look for a "version string" inside a file and print it out to the CLI if it
  42. finds it.  A "version string" has been added to many of the new import modules.
  43. This makes it very easy to find out what version of the import module you have.
  44. From a CLI just type "version <module name>" and press return. You no longer
  45. have to load up PageStream and look at the import requester for the version
  46. number.
  47.  
  48. As with all the modules, if you come across some pictures that will not load
  49. or crash when importing, please upload them to our BBS or mail them to us on
  50. a floppy disk with an explaination of the problem. We will try them and fix
  51. the import module if appropriate.
  52.  
  53.  
  54. Thank you,
  55.  
  56. Gary Knight
  57. Soft-Logik Publishing Corp.
  58.