home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / cprog / guilib20.zip / EDITORS.DOC < prev    next >
Text File  |  1992-12-28  |  3KB  |  53 lines

  1.  
  2.  
  3. ***************************************************************************
  4.  
  5.                                 EDITORS.DOC
  6.                              ObjectEase 2.0
  7.           (c) Copyright 1992 - David S. Reinhart Associates
  8.  
  9. ***************************************************************************
  10.  
  11.  
  12.         This document serves to briefly describe the functions of the 
  13. two editors included with the ObjectEase library, 16IMAGE.EXE and
  14. 256IMAGE.EXE. These programs are used for creating 16 color and 256
  15. color bitmap images respectively. The files are created and saved in
  16. the format used by the Borland function getimage().
  17.  
  18.         You must first have a mouse driver loaded to utilize these
  19. editors. The drawing tools should all be intuitive. If not, a little
  20. experimentation should provide you with all the explanation you will
  21. need. Use the left mouse button in each editor to select the foreground
  22. color and the right mouse button to select the background color. The 
  23. only function that may not be intuitive is how to save the bitmap images 
  24. you create.
  25.  
  26.                              16IMAGE.EXE
  27.  
  28.         Using the 16 color image editor, select the scissors tool. Press
  29. the left mouse button with the cursor positioned at the upper left        
  30. corner of the image you wish to capture. With the left mouse button 
  31. depressed, drag the mouse downward and to the right until the image is fully
  32. enclosed in the rectangle. When you release the left mouse button a window
  33. will appear in the upper right corner of the screen, prompting you for
  34. a file name. You can give the file any extension you like.
  35.  
  36.                              256IMAGE.EXE
  37.  
  38.         Using the 256 color image editor, select the "rubber band" tool.
  39. Press the left mouse button with the mouse cursor at the upper left
  40. corner of the image to be captured. With the left mouse key depressed
  41. drag the mouse downward and to the right until the image is fully
  42. enclosed in the rectangle. When you release the left mouse key, the file
  43. name box at the bottom of the screen will become active. Enter a filename
  44. and press <ENTER>. The default extension ".CUT" will ba added, however, you
  45. may change this to any desired extension as the Bitmap class member
  46. functions do not rely on a particular file extension as do the Icon and
  47. Button classes.
  48.  
  49.  
  50.         Note that using either editor, you cannot capture an image which
  51. constitutes more than 64K. This is the maximum size of a Borland getimage() 
  52. buffer.
  53.