home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / bmpgf2.zip / README.BG2 < prev   
Text File  |  1993-10-31  |  1KB  |  30 lines

  1. BmpGif/2  Bitmap to GIF Converter  Version 0.90  September 29 1993
  2. Copyright (c) 1993 Peter Nielsen.  All Rights Reserved.
  3.  
  4. Usage: BmpGif2 infile[.bmp] [outfile.gif]
  5.  
  6. You are free to use, copy and distribute BmpGif/2 for NONCOMMERCIAL use,
  7. as long as no fee is charged and it is not modified in any way.
  8.  
  9. The Graphics Interchange Format(c) is the Copyright property of CompuServe
  10. Incorporated.
  11.  
  12. Notes:
  13.  
  14. 1) If the filenames you specify don't contain periods, BmpGif/2 will
  15. automatically append ".bmp" to the infile, and ".gif" to the outfile.
  16. Note that HPFS filenames can include multiple periods, but the presence
  17. of even *one* will prevent the automatic append.
  18.  
  19. 2) Since GIFs can't handle 24-bit images, trying to convert a 24-bit
  20. BMP file will only give you the message, "This version of BmpGif/2
  21. cannot convert 24-bit Bitmaps."
  22.  
  23.  
  24. Sample invocations:
  25.     BMPGIF2 MYBMP (This creates MYBMP.GIF)
  26.     BMPGIF2 MYBMP MYGIF (This creates MYGIF.GIF)
  27.     BMPGIF2 MY.FILE.ON.HPFS MY.GIF.ON.HPFS (This creates
  28.                                                 MY.GIF.ON.HPFS. Note
  29.                         that .GIF is NOT appended).
  30.