home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / useful / gfx / edit / iconian / product-info < prev   
Fred Fish's Product-Info  |  1995-08-25  |  2KB  |  77 lines

  1. .name
  2. Iconian
  3. .type
  4. Icon Utility
  5. .short
  6. Icon editor that supports OS3.0 funcs.
  7. .description
  8. An icon editor with all the functions of IconEdit under OS3.0, plus more.
  9. Features: Support for sizable windows and custom fonts; Multiple undos;
  10. Appwindows; Custom magnification levels; Up to 256 colors; 3.x palette
  11. sharing; RGB color editing; Integer scaling of oversized brushes; Optional
  12. remapping of IFFs to screen colors; Can save 8 plane icons which stay
  13. "normal" regardless of screen depth; Full range of drawing tools including
  14. beveled boxes; Recolors 1.3 icons; Clipboard support; Extensive keyboard
  15. support; Ability to cut and paste brushes; Drawing with text, including
  16. selectable font and styles; 100% system supported, no external libraries
  17. required.
  18. .version
  19. 2.93
  20. .author
  21. Chad Randall
  22. .requirements
  23. Requires OS3.0, 68020+ recommended
  24. .distribution
  25. Shareware
  26. .price
  27. $10 (US)
  28. .address
  29. 229 S. Washington St.
  30. Manchester, Mi. 48158-9680
  31. USA
  32. .email
  33. crandall@garnet.msen.com
  34. .docs
  35. Iconian2_93.readme
  36. .described-by
  37. Fred Fish (fnf@amigalib.com)
  38. .submittal
  39. Downloaded via ftp from wuarchive.wustl.edu.
  40. .execute
  41. set orgdir `cd`
  42. LAB start
  43. set choice `RequestChoice "Iconian" "Please select an option" "Readme" "Guide" "History" "Other Files" "Run" "Cancel"`
  44. if $choice GT "0"
  45.   if $choice EQ "1"
  46.     MetaTool Iconian2_93.readme TEXT
  47.   else
  48.     if $choice EQ "2"
  49.       MetaTool Iconian_help.guide GUIDE
  50.     else
  51.       if $choice EQ "3"
  52.         MetaTool History.txt TEXT
  53.       else
  54.         if $choice EQ "4"
  55.           set filechoice `RequestFile TITLE "Select Text File"`
  56.           set dirchoice `pathname $filechoice`
  57.           set filechoice `basename $filechoice`
  58.           failat 21
  59.           cd $dirchoice
  60.           MetaTool $filechoice TEXT
  61.         else
  62.           if $choice EQ "5"
  63.             WBRun Iconian
  64.           endif
  65.         endif
  66.       endif
  67.     endif
  68.   endif
  69.   cd $orgdir
  70.   unset filechoice
  71.   unset dirchoice
  72.   failat 10
  73.   skip start BACK
  74. endif
  75. .aminet-dir
  76. gfx/edit
  77.