home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 2 / AUCD2.iso / internet / gifpack.arc / ReadMe
Text File  |  1995-10-17  |  3KB  |  130 lines

  1. GifPack
  2. -------
  3.  
  4. Index
  5. -----
  6. Contents of archive
  7. gif2spr
  8. giftrans
  9. spr2gif
  10. gif2gif
  11. Contacting the Author
  12.  
  13.  
  14. Contents of archive
  15. -------------------
  16. ReadMe            This file
  17. bin.spr2gif        version 1.3
  18. bin.gif2gif        version 1.1
  19. bin.gif2spr        version 1.06a
  20. bin.giftrans        version 1.10.2A
  21. Docs.gif2spr        help file for gif2spr
  22. Docs.gif2spr_2        gif2spr help file in html
  23. Docs.giftrans        help file for giftrans
  24.  
  25.  
  26.  
  27. gif2spr
  28. -------
  29. Purpose: convert gif files to sprites retaining as much of the orginal
  30.          information as possible.
  31. options:
  32.     -q    don't print error messages
  33.     -v    print progress information
  34.     -o file    output filename
  35.     -h    help info
  36.     -?    help info
  37.  
  38. for further usage information read the gif2spr text file.
  39.  
  40.  
  41.  
  42. giftrans
  43. --------
  44. Purpose: modify the contents of gif files and print information about the
  45.      contents of them.
  46. options:
  47.     -t Specify the transparent color
  48.     -T Index of the transparent color is the background color index
  49.     -B Specify the transparent color's new value
  50.     -b Specify the background color
  51.     -g Change a color in the global color table
  52.     -c Add a comment
  53.     -C Remove old comment
  54.     -l Only list the color table
  55.     -L Verbose output of GIFs contents
  56.     -V Verbose output while converting
  57.     -o Pathname of output GIF file
  58. Colors may be specified as index or in the #rrggbb form.
  59. Since giftrans does not contain any decompression code it cannot generate
  60. interlaced gifs. giftrans will print the gif file to stdout if you don't
  61. specify a destination file. For further usage information read the
  62. giftrans text file.
  63.  
  64.  
  65.  
  66. spr2gif
  67. -------
  68. Purpose: generate gif files from sprites.
  69. Options:
  70.     -q    don't print error messages
  71.     -v    print progress information
  72.     -i    generate interlaced gif
  73.     -N    generate gif89a format file
  74.     -T #    make the colour index # the transparent colour
  75.     -A    attempt automatic transparency generation using sprite mask
  76.     -o file    output filename
  77.     -h    help info
  78.     -?    help info
  79.  
  80. When making a gif file with transparency you must include the -N option
  81. to enable the extra features. If your sprite has a mask and that mask is
  82. of one colour then you can use the -A option to make the gif transparency
  83. automatically, the best way to create a mask like this is to disable
  84. the mask in !Paint, re-enable it and use the global fill option to create
  85. the mask. spr2gif will accept new sprites as long as you don't try to make
  86. a transparency using the sprite's mask.
  87.  
  88. spr2gif does not process your images in any way, it attempts to convert
  89. your sprite loosing as little information as possible, a consquence of this
  90. is that it cannot be used to convert 16, 24, or 32 bpp sprites. If you wish
  91. to do convert such a sprite then you should use an image processing package
  92. or !ChangeFSI to optimise the palette for the reduced colour resolution.
  93.  
  94. A quick way to find the colour index when using the -T option is to select
  95. the desired colour in !Paint and read the number from the colour selection
  96. window.
  97.  
  98.  
  99.  
  100. gif2gif
  101. --------
  102. Purpose:    modify a gif file after the original image is lost
  103. options:
  104.     -q    don't print error messages
  105.     -v    print progress information
  106.     -i    generate interlaced gif
  107.     -N    generate gif89a format file
  108.     -T #    make the colour index # the transparent colour
  109.     -o file    output filename
  110.     -h    help info
  111.     -?    help info
  112.  
  113. Usage is the same as spr2gif
  114.  
  115.  
  116.  
  117. Contacting the Author
  118. ---------------------
  119. bug reports, comments or suggestions are welcome.
  120.  
  121. simon@bigblue.demon.co.uk
  122.  
  123. or
  124.  
  125. Simon Truss
  126. 23 Charlton Gardens,
  127. Coulsdon
  128. Surrey
  129. CR5 1AS
  130.