home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / wb / picticon / product-info < prev    next >
Encoding:
Fred Fish's Product-Info  |  1995-10-23  |  2.3 KB  |  99 lines

  1. .name
  2. Picticon
  3. .type
  4. Image Conversion
  5. .short
  6. Scales pictures into icons. os3.x only
  7. .description
  8. Scales datatype pictures into "thumbnail" Workbench icons.
  9.  
  10. Features:
  11. o  Files may  be passed by dropping them onto an appicon, selecting an
  12.    apptool item, shift-selection, or via a CLI interface.
  13. o  Dithering (Floyd, error-diffusion, Stucki, and Burkes)
  14. o  Remaps to current Workbench palette
  15. o  Both fractional and integer scaling
  16. o  User defined icon size
  17. o  Allows templates for both tooltypes and/or background underlay
  18. o  User defined appicon image
  19. o  Ability to place picture dimension text onto icon
  20. o  Preserves aspect of pictures that contain aspect information
  21. o  User defined screen aspect. (for non-lace or s-hires users)
  22. o  HAM-6/HAM-8 support for both reading and rendering
  23. o  Datatype  loader/scaler  module  is  available for registered E 3.0
  24.    users.
  25. o  NewIcons support (optional, not included) 
  26. o  WhatIs support (optional, not included)
  27. o  Multiple filenames and/or wildcards from the CLI interface
  28. .version
  29. 1.4
  30. .date
  31. 1995.06.07
  32. .author
  33. Chad Randall
  34. .reference
  35. FreshFish-Vol8-1:New/util/wb/Picticon/
  36. 0.96
  37. GoldFish-Vol2-1:Files/util/wb/Picticon/
  38. 0.9
  39. FreshFish-Sep94:New/util/wb/Picticon/
  40. 0.8
  41. .requirements
  42. Requirements:
  43.    Kickstart 39 (OS 3.0)
  44.    Workbench 39 (OS 3.0)
  45.    installed picture datatypes (IFF, GIF, JFIF/JPEG, BMP, PCX, etc)
  46.    68000
  47.  
  48. Recommended:
  49.    68020
  50.    FAST memory (jpegs)
  51.    Workbench with 16 colors or more
  52. .distribution
  53. Copyrighted but Freely Redistributable
  54. .address
  55. 229 S.Washington
  56. Manchester, Michigan
  57. 48158-9680  USA
  58. .email
  59. crandall@garnet.msen.com
  60. .docs
  61. Readme.locale
  62. docs/3-2-8.readme
  63. docs/History.txt
  64. docs/Picticon.guide
  65. docs/Picticon1_4.readme
  66. docs/ShoveColors.readme
  67. .described-by
  68. Richard Fish
  69. .submittal
  70. Downloaded via ftp from wuarchive.wustl.edu.
  71. .aminet-dir
  72. util/wb
  73. .execute
  74. set choice `RequestChoice "Picticon" "Please select an option" "View Doc" "View Guide" "Run Program" "Cancel"`
  75.  
  76. if $choice EQ "0"
  77.   quit 5
  78. endif
  79.  
  80. if $choice EQ "1"
  81.   set filechoice `RequestFile TITLE "Select File" PATTERN "#?.readme|#?.txt" DRAWER "Docs"`
  82.   set dirchoice `pathname $filechoice`
  83.   set filechoice `basename $filechoice`
  84.   failat 21
  85.   cd $dirchoice
  86.   MetaTool $filechoice TEXT
  87. endif
  88.  
  89. if $choice EQ "2"
  90.   cd Docs/
  91.   MetaTool Picticon.guide GUIDE
  92.   cd /
  93. endif
  94.  
  95. if $choice EQ "3"
  96.   assign locale: "" ADD
  97.   wbrun Picticon
  98. endif
  99.