home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 109 / af109sub.adf / ProcessIcon.lzx / ProcessIcon / ProcessIcon.readme < prev   
Text File  |  1999-10-22  |  4KB  |  78 lines

  1. Short:    V1.8 CLI tool to manipulate icon data
  2. Uploader: stoecker@amigaworld.com (Dirk Stoecker)
  3. Author:   stoecker@amigaworld.com (Dirk Stoecker)
  4. Type:     util/wb
  5. Version:  1.8
  6. Kurz:     CLI Programm zum Aendern von Icon-Daten
  7.  
  8. ProcessIcon needs OS 37 (2.0) or later OS versions!
  9.  
  10. Usage:
  11.   ProcessIcon ICON/A,REFICON,VIEW/S,OPT=OPTIMIZE/S,US=UNSNAP/S,
  12.   SDT=SETDEFTOOL,SIT=SETICONTYPE,SBP=SETBITPLANES/N,SXP=SETXPOS/N,
  13.   SYP=SETYPOS/N,KDT=KILLDEFTOOL/S,KTT=KILLTOOLTYPES/S,KSS=KILLSTACKSIZE/S,
  14.   KDD=KILLDRAWERDATA/S,CDT=COPYDEFTOOL/S,CIT=COPYICONTYPE/S,
  15.   CTT=COPYTOOLTYPES/S,CDD=COPYDRAWERDATA/S,CII=COPYICONIMAGE/S
  16.  
  17. A lot of options :-) When you need some more, please contact me.
  18.  
  19. ICON    The icon you want to manipulate. When it does not exist, it is
  20.         created (works only, when at least a drawer or file of that name
  21.         exists.).
  22. REFICON Reference icon for copy options.
  23. VIEW    Show some information about ICON. Any other options are disabled by
  24.         this one.
  25. OPT     Remove useless stuff in ICON (f.e. DrawerData for Project-Icons).
  26. UNSNAP  Removes position information of ICON. This can be done with
  27.         Workbench menu as well.
  28.  
  29. SDT     Set default tool of ICON.
  30. SIT     Set type of ICON. Allowed types are: "Disk", "Drawer", "Tool",
  31.         "Project", "Garbage", "Device", "Kick" and "AppIcon".
  32. SBP     Set number of bitplanes. Reducing number of bitplanes may make older
  33.         icons look better.
  34. SXP     Set left position of ICON.
  35. SYP     Set upper position of ICON.
  36.  
  37. KDT     Delete default tool in ICON.
  38. KTT     Remove ToolTypes from ICON.
  39. KSS     Set Stacksize in ICON to 0 (this is default and used as size 4096).
  40. KDD     Kill DrawerData in ICON. This doe delete drawer data for tool and
  41.         project icons. For drawers and disks the data is not deleted, but
  42.         replaced by default data.
  43.  
  44. CDT     Copy default tool from REFICON to ICON. Only useful for Project
  45.         icons.
  46. CIT    Copy the icon type from REFICON to ICON.
  47. CTT     Copy ToolTypes from REFICON to ICON.
  48. CDD     Copy DrawerData from REFICON to ICON. This size, position and view
  49.         state of a drawer window (not of the icon). Only useful for
  50.         drawers.
  51. CII    Copy the image (or maybe two images) from REFICON to ICON. This
  52.         also affects the icon position. The position is changed in a way,
  53.         so that the icon text appears at same position as before.
  54.  
  55. I myself use option CII to replace various text, guide or drawer icons with
  56. my default icons without losing icon positions and DrawerData. This is done
  57. by a click on a DirWork button. (For DirOpus users it should be easy as
  58. well).
  59.  
  60. Please report me bugs, comments, suggestions and problems. If possible
  61. write a little mail if you use the program sometimes. If there are some
  62. Enforcer hits or other problems report them as good as possible.
  63.  
  64. Use it as you want, but WITHOUT ANY WARRANTY!
  65.  
  66. Please contact me:
  67.  
  68. ****************************************************************************
  69. * snail-mail:                  * e-mail:                                   *
  70. *   Dirk Stoecker              *   stoecker@rcs.urz.tu-dresden.de          *
  71. *   Geschwister-Scholl-Str. 10 *   stoecker@amigaworld.com                 *
  72. *   01877 Bischofswerda        * world wide web:                           *
  73. *   GERMANY                    *   http://home.pages.de/~Gremlin/          *
  74. * phone:                       * pgp key:                                  *
  75. *   GERMANY +49 (0)3594/706666 *   get with finger or from WWW pages       *
  76. ****************************************************************************
  77.  
  78.