home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / grphutil / svga101.arj / TODO.TXT < prev    next >
Encoding:
Text File  |  1992-03-09  |  1.3 KB  |  29 lines

  1. Things to do:
  2.  
  3. 1.  Add HiColor detection/support, and a 24bit->8bit, 24bit->15bit quantizer
  4.     for display of images to a HiColor video adapter.
  5.  
  6. 2.  Add RIX and Targa support.
  7.  
  8. 3.  Rewrite DisplayPic to allocate an initial empty image, and pass the
  9.     pointer to the image loaders, which will allocate new subimages
  10.     as necessary.  Also, modify ShowPic to deal with the new image
  11.     storage method, and allow for multiple images, global image size,
  12.     correct image placement, etc.  The loaders will need to be modified
  13.     to allocate a subimage based on image size, rather than screen size
  14.     as is done currently.
  15.  
  16. 02/04/92
  17. Step 3 is partially complete, with support for multiple images installed.
  18. Global image sizing, subimage placement not in.  Also, subimage list code not
  19. tested completely.  No multiple image capable format has been modified to
  20. deal with actually loading multiple images.  Need to support null subimages
  21. for things like global palettes (mostly for GIF, but could be used for PCX
  22. and BMP as well.  Would (maybe) solve a problem or two).
  23.  
  24. 4.  Add full GIF89a support (at this point, should be little more than
  25.     expanding the viewer and image descriptors, and adding support in
  26.     the ShowPic function).
  27.  
  28. 5.  Add image save capability (PCX, BMP, RIX, Targa, then GIF).
  29.