home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 15 / AACD15.ISO / AACD / Programming / FixNI / FixNI.readme < prev    next >
Encoding:
Text File  |  2000-10-18  |  845 b   |  28 lines

  1. Short:    Fix NewIcons for OS3.5
  2. Author:   wepl@kagi.com (Bert Jahn)
  3. Uploader: wepl@kagi.com (Bert Jahn)
  4. Type:     util/cli
  5. Requires: util/wb/NewIcon*
  6.  
  7. version 1.4:
  8.   - fixes now also different widths of normal and selected image (the
  9.     bigger one will be cut on the right side)
  10.   - outputs now size and colors of the images
  11.  
  12. -----
  13.  
  14. This small program fixes the structure of some broken NewIcons, so that
  15. OS3.5 will display them. OS3.5 is more restrective than the old NewIcon
  16. system and will not display any icons which structure is incorrect.
  17.  
  18. usage:
  19.  FixNI INPUTFILE/A
  20.  
  21. INPUTFILE is the icon to check and fix, the icon will be overwritten
  22.  
  23. you need newicon.library version 39. you must NOT have run any patches
  24. on the newicon.library! otherwise FixNI will not work!
  25. For more infos check the included source.
  26.  
  27. May the source be with you...
  28.