home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / c / cpp-olib.zip / DOCS.ZIP / ICONEDIT.DOC < prev    next >
Text File  |  1992-12-28  |  6KB  |  110 lines

  1.  
  2.  
  3.  
  4.                                   ICONEDIT
  5.                                 (and VGAEDIT)
  6.  
  7.         ICONEDIT was born out of the necessity to create small graphic 
  8. images for use with the ObjectEase library objects, namely, buttons and icons.
  9. It was always meant to be nothing more than a developer's tool, not a full 
  10. blown graphics tool by any means. It serves its function with a minimum of 
  11. bells and whistles, but quite effectively all the same.
  12.  
  13.         The controls in ICONEDIT give the user the ability to:
  14.  
  15.                 1. Choose between button or icon image editing.
  16.                 2. Shift the entire image within the editing area in any 
  17.                         direction.
  18.                 3. Copy 'cels' for easy creation of animation sequences 
  19.                         within icons.
  20.                 4. Select individual 'cels' for editing.
  21.                 5. Play back the animation as a repeated sequence or as a 
  22.                         back and forth sequence. For instance 1->10,1->10...
  23.                         or 1->10,10->1...
  24.                 6. Save the images for use with the ObjectEase library 
  25.                         functions.
  26.  
  27.         Start the ICONEDIT program by entering ICONEDIT on the DOS command 
  28. line. Use the two animated icons on the control panel to select whether you
  29. will be editing an icon or a button. Icon editing is the initial default 
  30. mode. Whenever you switch between the different editing modes the editing 
  31. area is redrawn to reflect you choice. Note that this mode change is made 
  32. with no warning of any unsaved files. Be sure to save your work before 
  33. switching to a different editing mode.
  34.  
  35.         Color selection can be made at any time by moving the mouse pointer
  36. to the desired color on the color bar and pressing the left mouse button. 
  37. To color any pixel of the image, move the mouse cursor to the appropriate 
  38. location within the editing area and press the left mouse key. Continuous 
  39. drawing can be done by holding down the left mouse key as you move the 
  40. mouse cursor around the editing area.
  41.  
  42.         There are six different buttons with arrows on them in the control 
  43. panel. Each of the single headed arrows will shift the entire editing area 
  44. one pixel in that direction. The row or column of pixels that is shifted 
  45. off of the end is moved to the beginning row or column. The double headed 
  46. arrows will flip or mirror the entire editing area.
  47.  
  48.         The COPY button and the two animation buttons are only active while
  49. editing an icon. After creating the first 'cel' of your animation use the 
  50. COPY button to copy the image to 'cel' number two. The FRAME SELECTION 
  51. panel on the main control panel shows at all time how many 'cels' are in 
  52. the current animation sequence, and which of these is the current active 
  53. 'cel'in the editiong area. All of the 'cels' in the animation are shown 
  54. in blue, and the active 'cel' is highlighted in red. Once you have copied 
  55. one 'cel' to the next, simply move the mouse cursor to the number of the 
  56. 'cel' you wish to modify in the FRAME SELECTION panel and press the left 
  57. mouse key, The newly selected frame will be displayed in the editing area. 
  58. Keep in mind that at this point it is still exactly the same as the 
  59. previous frame. You must now make any necessary changes to the image to 
  60. create the illusion of animation. After making modifications to this 'cel', 
  61. copy it to the next 'cel', repeating this process until you have finished 
  62. all of the frames in the animation sequence. 
  63.  
  64.         You can preview the animation at any point by pressing one of the 
  65. two animation control buttons on the main control panel. Once selected, two 
  66. additional button will appear labelled "FASTER" and "SLOWER." Use these 
  67. buttons to change the speed of your animation. For your reference when 
  68. including these icons in your programs, the initial delay speed when 
  69. previewing is 3 and pressing either FASTER or SLOWER increases or decreases 
  70. the current value by one. To stop the animation and return to editing mode
  71. either press the right mouse key or any key on the keyboard.
  72.  
  73.         Use the two buttons at the top of the control panel to SAVE and 
  74. RESTORE your images. When saving or restoring DO NOT give your filename 
  75. an extension. File extensions are appended by ICONEDIT and are .BTN and 
  76. .ICN for buttons and icons respectively. No menu of available images is 
  77. given so you will have to know the name of the file you want to retrieve 
  78. or press <ESCAPE> to end the retrieval.
  79.  
  80.         You can experiment with the buttons and icons which are part of
  81. the ICONEDIT program. All of these files are in the same directory as the
  82. executable code. The icons used are ICON.ICN and BUTTON.ICN. You can 
  83. recognize the many buttons used by their .BTN extension.
  84.  
  85.         That's all there is to it in a nutshell. The saved images you 
  86. create are in proper form to be used by the functions in the ObjectEase 
  87. library. I continually make improvements to this program as my needs 
  88. change, and registered users of the ObjectEase library will receive the 
  89. updated ICONEDIT program along with the ObjectEase library updates. Your 
  90. suggestion for improvements are welcomed as well.
  91.  
  92.  
  93.                                VGAEDIT
  94.  
  95.         VGAEDIT is a much simpler program than ICONEDIT. It also serves
  96. to create button and icon images, this time though for the 320x200 256
  97. color graphics mode. You cannot create animated icons with VGAEDIT at 
  98. this time. Also, there is no distinction within the program as to whether
  99. you are creating a button or an icon. In this particular mode these two
  100. objects are the same size so no distinction is needed. The files are saved
  101. by default with the ".BTN" extension. If you are going to use the image
  102. as an icon be sure to change the extension to ".ICN". Choose a drawing 
  103. color by moving the cursor to the color bar at the top of the screen and
  104. then carefully sliding it back off of the bar once positioned on the 
  105. desired color. You can also select a color by positioning the mouse cursor
  106. over a previously colored square and pressing the right mouse button. This
  107. will effectively "pick up" that color.
  108.  
  109.  
  110.