home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / graphics / dpain20.zip / DEAD.DOC < prev    next >
Text File  |  1993-08-03  |  7KB  |  262 lines

  1. ==================================================================
  2.  
  3.                        Dead Paint v.2.0
  4.           Tool for making Remote Imaging Protocol Script
  5.  
  6. ==================================================================
  7.  
  8. System requirement -
  9.  
  10. IBM PC/XT, AT and compatible
  11. 425K RAM minimum
  12. 400K free disk space
  13. EGA with 256K VRAM (monitor not required, but is recommended)
  14. Mircosoft compatible mouse.
  15. Some form of disk cache
  16.  
  17. ==================================================================
  18.  
  19. Disclaimer -
  20.  
  21. This product is provided AS IS. There's no guarentee of its
  22. functions. The authors are not responsible for any damage or loss.
  23.  
  24. You are authorize to use the shareware version of DeadPaint for
  25. 30 years, after which you must register.
  26.  
  27. The registered version is identical to the shareware version. If
  28. the shareware version doesn't run on your computer, so won't the
  29. registered one.
  30.  
  31. ==================================================================
  32.  
  33. What's new -
  34.  
  35. Undo - DeadPaint now can delete the last item drawn.
  36.  
  37. Mouse area - define a screen area that will send a stream of text
  38. when clicked by the remote terminate.
  39.  
  40. Clipboard - You can copy a portion of the screen, and paste it to
  41. another location later.
  42.  
  43. Bitmap file - Paste an existing bitmap file onto the screen and
  44. save the clipboard. Support for Windows .ICO file.
  45.  
  46. Center line - a simple way to create 3D image, such as our opening
  47. screen.
  48.  
  49. Custom fill pattern.
  50.  
  51. Custom line pattern.
  52.  
  53. Custom color palette.
  54.  
  55. A different text field - too many people complain about problem
  56. with the text editing tool.
  57.  
  58. ==================================================================
  59.  
  60. Instruction -
  61.  
  62. Simply copy all the file into one directory. It's recommanded that
  63. all the .ICN to be kept in the same directory.
  64.  
  65. type DEAD.EXE to start the program. If there's less than 51200
  66. byte disk space available, DeadPaint will ask if you wish to
  67. continue.
  68.  
  69. Click the right button to toggle from draw-mode to command-mode
  70. (menu and tool-bar).
  71.  
  72. When you exit, DeadPaint will report the amount of free memory.
  73. It's basicly the amount available to DeadPaint for storing the
  74. picture. Generally you should have atleast a hundred, taking the
  75. clipboard into account.
  76.  
  77. ==================================================================
  78.  
  79. Commands -
  80.  
  81. File:
  82.  
  83. Save - save the current picture. DeadPaint automaticly optimizes
  84. the output file
  85.  
  86. Clear - Clear the current picture
  87.  
  88. View - View current picture using different speed. 0 CPS for no
  89. delay
  90.  
  91. Clipboard - Display current content of clipboard
  92.  
  93. Exit - Terminate program
  94.  
  95. Line properties:
  96.  
  97. Color (1/16) - color of line, curve, bounder, and pixel
  98.  
  99. Line style (1/5) - pattern of line, curve, lineal bounder
  100.  
  101. Line thickness (1/2) - thickness of line, curve, and bounder
  102.  
  103. Custom line pattern - edit the user define line pattern (5th style)
  104.  
  105. Area properties:
  106.  
  107. Color (1/16) - color of filled area
  108.  
  109. Fill style (1/13) - pattern of filled area
  110.  
  111. Custom fill pattern - edit the user define fill pattern (13th style)
  112.  
  113. Text properties:
  114.  
  115. Color (1/16) - color of text
  116.  
  117. Font (1/5) - style of text
  118.  
  119. Size (1/10) - size of text
  120.  
  121. Direction (1/2) - direction in which text is display
  122.  
  123. Justification (1/3) - Positioning of text within text field
  124.  
  125. Options:
  126.  
  127. Swap mouse button - change switch the two mouse button
  128.  
  129. Screen grid - bunch of lines onscreen
  130.  
  131. Show mouse area - normally invisible, enable this to be able to see
  132. where you place the mouse areas
  133.  
  134. Show copied area - normally invisible, this allows you to see where
  135. you capture the bitmap
  136.  
  137. Draw commands:
  138.  
  139. Line - draw a line (easy enough)
  140.  
  141. Curve - draw a bezier curve
  142.  
  143. Circle - draw a circle
  144.  
  145. Ellipse - draw an ellipse
  146.  
  147. Circular arc - draw part of a circle
  148.  
  149. Oval arc - draw part of an ellipse
  150.  
  151. Fill circle - draw a whole pie
  152.  
  153. Fill ellipse - draw a whole oval pie
  154.  
  155. Circular pie slice - draw part of a pie
  156.  
  157. Oval pie slice - draw part of a oval pie
  158.  
  159. Rectangle - draw a rectangle
  160.  
  161. Bar - draw a solid rectangle
  162.  
  163. Polygon - draw polygon will variable number of sides
  164.  
  165. Fill polygon - draw a polygon, fill the enclosed area
  166.  
  167. Continous line - draw multiple lines one after another
  168.  
  169. Center line - draw multiple lines all starting from the same point
  170.  
  171. Floodfill - fill the area surrounded by the current draw color
  172.  
  173. Pixel - plot a dot
  174.  
  175. Text - place a text field for text input
  176.  
  177. Mouse area - define a portion of the screen, send a stream of
  178. text when click by remote terminal.
  179.  
  180. Copy area - copy a portion of the screen to the clipboard
  181.  
  182.         screen >> clipboard
  183.  
  184. Paste clipboard - copy clipboard back to the screen.
  185.  
  186.         screen << clipboard
  187.  
  188. Paste file* - load a bitmap file into clipboard, and onto the
  189. screen.
  190.  
  191.         screen << clipboard << filename.icn
  192.  
  193.  If filename has the extension .ICO, DeadPaint automaticlly
  194.  load the Windows .ICO file, convert it to .ICN with the aspect
  195.  ratio adjusted for EGA resolution.
  196.  
  197.         ie: C:\WIN\123.ICO -> C:\WIN\123.ICN
  198.  
  199. Paste file and mask* - screen spirite. Place a bitmap onto screen
  200. without disrupting the back ground. Sort of like a floating icons.
  201.  
  202. First the mask of the picture (filename with .MSK ext) will be
  203. ANDed onto the screen, then the picture itself will be XORed onto
  204. the screen.
  205.  
  206.         screen << filename.msk << filename.icn
  207.  
  208. If mask does not exist or the file sizes doesn't match, DeadPaint
  209. will automaticlly create one, discarding any black spot.
  210.  
  211. Save clipboard@ - save clipboard to file
  212.  
  213.         clipboard >> filename.icn
  214.  
  215. Viewport size - resize graphic window.
  216.  
  217. Palette - create custom color by mixing two
  218.  
  219.         WHITE + RED = Pink
  220.  
  221. Undo - delete the item on the top of the list. The process can
  222. take a while, depend on the complexity of picture.
  223.  
  224. * the bitmap file(s) must be present in the remote terminal
  225. @ also write to remote terminal
  226. ==================================================================
  227.  
  228.                       Dead View v.2.0
  229.         Tool for viewing Remote Imaging Protocol Script
  230.  
  231. ==================================================================
  232.  
  233. DEADVIEW.EXE <Filename>
  234.  
  235. Filename can be wildcard. Press ESC to exit. Press Del to delete
  236. the current picture.
  237.  
  238. ==================================================================
  239. Message from founders:
  240.  
  241. DeadPaint is brought to you from the Message Warehouz BBS in San
  242. Francisco California. DeadPaint is currently in its infant stage.
  243. You can see that options are limited, and that's because we can
  244. only work so fast. Upgrades are being currently worked on and will
  245. be available when finished.
  246.  
  247. A registered version of DeadPaint is available at $20.00 + $3 s/h
  248. The registered version will be able to load a existing .RIP file
  249. back into Deadpaint to be edited.
  250.  
  251. Fill out the registration form and send to:
  252.  
  253.                         PO Box 2341
  254.                         Daly City, CA 94017
  255.  
  256. For more information, call:
  257.  
  258. The Message Warehouz BBS     Sysop: Barry Fong    aka: Stoned
  259. 300-14.4k Baud 24hrs         Cosys: Danny Leong   aka: DeadQuail
  260. (415)587-4544                        (author)
  261. Running SLBBS
  262.