home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff255.lzh / MakeIcon / READ_ME < prev    next >
Text File  |  1989-10-19  |  6KB  |  112 lines

  1.                                 MakeIcon
  2.  
  3.  
  4.   PROGRAM DESCRIPTION
  5.  
  6. This program will make an icon (info file) using image data from either an 
  7. IFF picture file or another info file.  The image data is drawn on the 
  8. screen so you can see exactly what your icon will look like.  It acts just
  9. like a real icon in that if clicked on its highlighting or alternate image
  10. will take effect.  To return to unselected icon click anywhere not on the
  11. Icon.  Also this image data that is on the screen can be made into an IFF 
  12. file which can then be input to a graphic editor such as Dpaint III.  Icons
  13. for Disks, Drawers, Tools, Projects, and Trashcans can be made.  All file
  14. selection is done with the ARP file requester so the ARP library (file 
  15. arp.library which I've included) must be in the libs: directory.  The 
  16. program also has a reduce gadget next to the 2 depth gadgets in the upper 
  17. right corner of the window.  This will toggle the window between a full 
  18. window and a window with just a title bar and about 270 pixels wide.
  19.  
  20. MakeIcon was developed using M2Sprint Modula 2 from M2S Inc. Dallas TX.  
  21. This program is copyrighted but freely distributable which means it is not 
  22. in Public Domain but can be given to anyone not sold.
  23.  
  24.  
  25.   USING PROGRAM
  26.  
  27. Program operation basically consists of clicking one of 6 gadgets on the
  28. left side of the window.  A description of the gadgets follow.
  29.  
  30. HELP: Clicking on this button will open a window with a brief description of 
  31. how to use the program in case you forget.
  32.  
  33. SELECT IMAGE FILE: By clicking on this button you can select the image data 
  34. for your icon.  The principal image is selected first using an ARP file 
  35. requester.  The file chosen can be either an IFF picture file (usually a 
  36. brush file) or another info file.  If the info file has an alternate select 
  37. image another window will open to allow you to choose which image you want.  
  38. The chosen image is now drawn on the screen and its file name is written in 
  39. the lower part of the window.  A menu requester now drops down so you can 
  40. choose the highlighting method of the icon (Complement, Backfill, or 
  41. Alternate image).  Also at this time if you don't like the image you have
  42. chosen you can choose another one.  If you want your icon to have an 
  43. alternate select image, you would select ALTERNATE IMAGE from the menu
  44. requester.  The process of choosing the alternate image is the same as 
  45. choosing the principal image described above.
  46.  
  47. SELECT ICON FILE: By clicking on this button you can choose the file,
  48.  drawer, disk or trashcan that you want to make the icon for. Selection is
  49. made from an ARP file requester.  For a disk only the volume name is used.
  50. For a drawer or trashcan only the directoy name is used.  The name of the
  51. choice is written in the lower part of the window.  Before clicking on this
  52. button the type of icon you want should be chosen by clicking on the desired
  53. type in the upper right of the window.  Chosing a new type after selecting
  54. the file, disk or drawer could make the wrong type of icon (a Tool icon for
  55. a disk as an example).
  56.  
  57. MAKE ICON: Clicking this button actually makes the icon (info file) for the 
  58. selected icon file using the selected image data.SELECT IFF FILE: By 
  59. clicking on this button you choose the file name you want to give to the IFF
  60. file for the image on the screen.  An ARP file requester is used to choose
  61. this file.
  62.  
  63. MAKE IFF FILE: By clicking on this button an IFF file is made for the image 
  64. on the screen.  If the icon being made above has an alternate image the
  65.  image on the screen is used to make the IFF file.  If the icon being made
  66. above uses complement or backfill for its highlighting only the
  67. unhighlighted image is used to make the IFF file.
  68.  
  69.  
  70.   USING WITH A DRAWING PROGRAM
  71.  
  72. This program multitasks well with a drawing program such as Dpaint. To use
  73. with a draw program first double click on the MakeIcon which could be in the 
  74. same drawer as DPaint.  When the MakeIcon window opens shrink it with the 
  75. reduce gadget. Then double click on your DPaint gadget and use MedRes screen
  76. with 4 colors since the icons are for the workbench screen.  When the paint 
  77. program is in place press Left Amiga and N to get back to the workbench 
  78. screen.  Close all unecessary windows and unshrink the MakeIcon window by 
  79. clicking on the reduce gadget again.  Now you can toggle back and forth 
  80. between MakeIcon and the paint program by pressing Left Amiga M or Left 
  81. Amiga N keystrokes. 
  82.  
  83. You can start in your paint program and draw your icon and save as a brush.
  84. Then press Left Amiga N to get to MakeIcon and use the brush you made in your
  85. paint program to make an icon. 
  86.  
  87. You could also start with MakeIcon and import an info file for the on screen 
  88. image.  Then this image could be saved as an IFF file.  Then press Left 
  89. Amiga M to get to your paint program where you would bring in the IFF file as
  90. a brush.  This image could be changed with the paint program and resaved as
  91. an IFF File.  You could repeat the above process to make your icon from this
  92. new image.
  93.  
  94.  
  95.   MISC
  96.  
  97. This program doesn't have any image processing.  I felt that there are
  98. already many good drawing programs out there. Future versions of this
  99. program may have some image processing making it more of a stand alone
  100. program.
  101.  
  102. The Modula 2 source code is available from me for those interested.
  103. Contact me at:
  104.  
  105.                      Paul Blum                                         
  106.                      1114 Lincoln Ave.
  107.                      Pacific Grove, CA., 93950
  108.                      (408) 372-0895
  109.  
  110.  
  111.                      
  112.