home *** CD-ROM | disk | FTP | other *** search
- UPDATED TIFF.IMPORT MODULE FOR PAGESTREAM 2.0!
-
- version 2.0.6
-
- ******************************* CHANGES ********************************
- ;
- ; version 2.0.6 (7/5/91)
- ;
- ; - added a version string
- ;
- ; - fixed some bugs related to exiting on an error condition (errrts)
- ;
- ;
- ; version 2.0.5
- ;
- ; - fixed bug when importing a PALETTE tiff image: the get info routine
- ; would store the 3 times total number of colors in the cmap.
- ;
- ; - fixed bug when tiff image had multiple rows per strip
- ;
- ; - added kludge for ADPro files with <20 DPI it puts it up to 75
- ;
- ;
- ; version 2.0.4 (shipped w/ PageStream2.1 12/10/90)
- ;
- ; - fixed bug in PackBits de-compression routine that caused
- ; the de-compression to run on past it's boundries.
- ; (which in turn caused system problems w/ NewShell & IconX)
- ;
- ;
- ; version 2.0.3 (uploaded 11/16/90)
- ;
- ; - increased speed of LZW de-compression
- ;
- ; - clean up the code to decrease size.
- ; (b&w uses the same stuff as multiplane now)
- ;
- ;
- ; version 2.0.2 (uploaded 9/25/90)
- ;
- ; - bug fix: now no longer assumes that the StripByteCount is the
- ; same data type as the StripOffset (indirectly assumed)
- ;
- ; - added support for packbits compressed multiplane images
- ; (grey scale, rgb color, and palette color)
- ;
- ;
- ; version 2.0.1
- ;
- ; - released with PageStream 2.0
- ;
- ; - MAJOR UPDATE: now imports most any tiff file, b&w, grey scale,
- ; rgb, palette, ccitt compressed, packbits compressed, lzw
- ; compressed, and horizontally differenced lzw compressed.
- ;
- ;
- ; version 2.0.0
- ;
- ; - initial release (same as 1.8 version)
-
-
- With version 2.0 of the OS the "version" command has gained some new talents.
- Whereas it used to only work on libraries, it now works on any file. It will
- look for a "version string" inside a file and print it out to the CLI if it
- finds it. A "version string" has been added to many of the new import modules.
- This makes it very easy to find out what version of the import module you have.
- From a CLI just type "version <module name>" and press return. You no longer
- have to load up PageStream and look at the import requester for the version
- number.
-
- As with all the modules, if you come across some pictures that will not load
- or crash when importing, please upload them to our BBS or mail them to us on
- a floppy disk with an explaination of the problem. We will try them and fix
- the import module if appropriate.
-
- Thank you,
-
-
-
- Gary Knight
- Soft-Logik Publishing Corp.
-