home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-23 | 2.3 KB | 99 lines |
- .name
- Picticon
- .type
- Image Conversion
- .short
- Scales pictures into icons. os3.x only
- .description
- Scales datatype pictures into "thumbnail" Workbench icons.
-
- Features:
- o Files may be passed by dropping them onto an appicon, selecting an
- apptool item, shift-selection, or via a CLI interface.
- o Dithering (Floyd, error-diffusion, Stucki, and Burkes)
- o Remaps to current Workbench palette
- o Both fractional and integer scaling
- o User defined icon size
- o Allows templates for both tooltypes and/or background underlay
- o User defined appicon image
- o Ability to place picture dimension text onto icon
- o Preserves aspect of pictures that contain aspect information
- o User defined screen aspect. (for non-lace or s-hires users)
- o HAM-6/HAM-8 support for both reading and rendering
- o Datatype loader/scaler module is available for registered E 3.0
- users.
- o NewIcons support (optional, not included)
- o WhatIs support (optional, not included)
- o Multiple filenames and/or wildcards from the CLI interface
- .version
- 1.4
- .date
- 1995.06.07
- .author
- Chad Randall
- .reference
- FreshFish-Vol8-1:New/util/wb/Picticon/
- 0.96
- GoldFish-Vol2-1:Files/util/wb/Picticon/
- 0.9
- FreshFish-Sep94:New/util/wb/Picticon/
- 0.8
- .requirements
- Requirements:
- Kickstart 39 (OS 3.0)
- Workbench 39 (OS 3.0)
- installed picture datatypes (IFF, GIF, JFIF/JPEG, BMP, PCX, etc)
- 68000
-
- Recommended:
- 68020
- FAST memory (jpegs)
- Workbench with 16 colors or more
- .distribution
- Copyrighted but Freely Redistributable
- .address
- 229 S.Washington
- Manchester, Michigan
- 48158-9680 USA
- .email
- crandall@garnet.msen.com
- .docs
- Readme.locale
- docs/3-2-8.readme
- docs/History.txt
- docs/Picticon.guide
- docs/Picticon1_4.readme
- docs/ShoveColors.readme
- .described-by
- Richard Fish
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .aminet-dir
- util/wb
- .execute
- set choice `RequestChoice "Picticon" "Please select an option" "View Doc" "View Guide" "Run Program" "Cancel"`
-
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- set filechoice `RequestFile TITLE "Select File" PATTERN "#?.readme|#?.txt" DRAWER "Docs"`
- set dirchoice `pathname $filechoice`
- set filechoice `basename $filechoice`
- failat 21
- cd $dirchoice
- MetaTool $filechoice TEXT
- endif
-
- if $choice EQ "2"
- cd Docs/
- MetaTool Picticon.guide GUIDE
- cd /
- endif
-
- if $choice EQ "3"
- assign locale: "" ADD
- wbrun Picticon
- endif
-