home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff374.lzh / PopArt / TypeMe < prev    next >
Text File  |  1990-10-08  |  2KB  |  32 lines

  1.  
  2. PopArt, by Phlip (714 432 7314).  Freely redistributable.
  3.  
  4. PopArt defines the image.ImageData array used in gadgets and by DrawImage ().
  5. The data is stored with #defines for its width and height, and a macro that
  6. expands into a call to popChip ().
  7.  
  8. When editing, you can use hatching to only hit alternate dots, or unhatching
  9. to go between hatched dots.  You can flood-fill a color, and flood-fill with
  10. hatching or unhatching.  Flood-fill automatically copies the image into an
  11. Undo buffer, visible on screen, and you can copy this buffer back into the
  12. working image as needed.  You can also copy the working image into the Undo
  13. buffer at will.
  14.  
  15. Colors may be selected from the 32 color palette by clicking on a color, by
  16. using the arrow keys, or by clicking the left mouse button and then clicking
  17. the right one on the color, anywhere on the screen.  Holding down Ctrl for
  18. any of these will search && replace the previous color with the new one.
  19.  
  20. Multiple images can be stored in memory, and any of these may be played as a
  21. short animation, in any order and at any speed.  Each is selected for editing
  22. by clicking on its image.
  23.  
  24. To see thru an image, like tracing paper, turn on the "See Thru" gadget, then
  25. Ctrl-click the image in the window you want displayed "behind" the work area.
  26.  
  27. To copy an area, hold down shift and drag the mouse pointer.  The area
  28. covered will be copied into a clipboard window.  Reposition this, and click
  29. its image to copy it.  If you Shift-click the image, all but the current
  30. color is copied.  If you Alt-click the image, only the current color is
  31. copied.  Ctrl-clicking the image closes it.
  32.