home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / graphics / gif-util.zip / GENERAL.DOC < prev    next >
Text File  |  1989-08-01  |  1KB  |  23 lines

  1.         General information - GIF utilities
  2.         -----------------------------------
  3.  
  4.   Each of the utilities provided in 'util' directory perform some kind of
  5. filtering, generating new image, or dumping it to a device.
  6.  
  7.   Because they are not fast, a filter will print (in increasing) order the
  8. current input image line number, any time it needs to read the input, and
  9. will print output image line number (in decreasing order) any time it dumps
  10. out. Other utilities, that only read or write, will always print that half
  11. the same way (but in increasing order). This is true only for utilities
  12. that decodes the data. Utilities (like GifPos that only change positions)
  13. that copies the image as block of compressed data, will print nothing for
  14. two reasons: they can not idetify line number, and mainly as they are much
  15. faster.
  16.  
  17.   Some of the utilities requirs memory in the order of the whole screen, while
  18. others read one scan line at a time. Each utility DOC file, has entry called
  19. 'Memory Usage' which will be one of: Line (memory required is in the order
  20. of one scan line), Image (order of biggest image in GIF file), or Screen (order
  21. of GIF file screen). In all cases, a byte is allocated per pixel, so image of
  22. 320 by 200 pixels will requires ~64k bytes to hold.
  23.