home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / graphics / gifbla20.zip / README < prev   
Text File  |  1992-12-15  |  2KB  |  44 lines

  1.  
  2. Contents of this disk (GIFBLAST version 2.0):
  3.  
  4. README
  5.     -  This file.
  6. GIFBLAST.EXE
  7.     -  Executable GIFBLAST program, MSDOS version 2.0.
  8.        Run GIFBLAST -H for instructions.
  9. SOURCE\
  10.     -  Directory containing source code for GIFBLAST version 2.0
  11.        in fairly generic C. This is provided to let you compile
  12.        and use GIFBLAST on systems other than the PC.
  13. GIFBLA20.ZIP
  14.     -  An image of this disk compressed using PKZIP version 1.1.
  15.        Use PKUNZIP -d GIFBLA20 to unzip. This is provided for your
  16.        convenience when giving GIFBLAST to friends or uploading it
  17.        to bulletin boards.
  18.  
  19.  
  20.  
  21. General information on GIFBLAST:
  22.  
  23. What is GIFBLAST?
  24. GIFBLAST is a compressor designed especially for GIF files. The usual
  25. file compressors (PKZIP, ARJ, etc.) do not work on GIF files; GIFBLAST
  26. does. When you run GIFBLAST on a GIF file X.GIF, you get a compressed
  27. file X.GFB that is usually 20-25% smaller. In order to view this file
  28. you have to decompress X.GFB to get back the original X.GIF file. The
  29. compression used in GIFBLAST is lossless, i.e. it perfectly preserves
  30. all image pixels and other information in GIF files.
  31.  
  32. What can I use GIFBLAST for?
  33. The compression/decompression algorithm used in GIFBLAST is quite
  34. slow, so you would probably not want to store frequently viewed GIF
  35. files in compressed form. However, GIFBLAST should be useful in
  36. applications where getting maximum compression is important, such as:
  37. - Storing GIF files on bulletin boards for downloading.
  38. - Posting GIF files on usenet.
  39. - Transmitting GIF files via modem.
  40. - Sending GIF files on floppy disk.
  41. Because there is no loss involved when compressing with GIFBLAST,
  42. the user need not be concerned with harming the image or introducing
  43. compression artifacts.
  44.