home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 10
/
Fresh_Fish_10_2352.bin
/
useful
/
gfx
/
board
/
showjpeg
/
product-info
next >
Wrap
Fred Fish's Product-Info
|
1995-08-25
|
1KB
|
56 lines
.name
ShowJPEG
.aminet-dir
gfx/board
.type
Picture Viewer
.short
A JPEG picture viewer for Picasso board.
.description
A JPEG picture viewer for the Picasso board. Features include: As
compatible to the jpeg-standard as software can be, Supports
greyscaled pictures, Various speed/quality tradeoff settings, Fast,
CLI or WB start, Can be aborted anytime (with Ctrl-C or Escape),
Filerequester, Pattern matching, Nocrop option, and Backdrop-screen.
.version
1.6
.date
1995.04.26
.author
Roman Hiestand
.distribution
Copyrighted but Freely Redistributable
.address
Roman Hiestand
Luziaweg 15
CH-8807 Freienbach
Switzerland
.email
rhiestan@iiic.ethz.ch
.fax
CH-055/48 26 37
.docs
ShowJPEG.doc
.described-by
Fred Fish (fnf@amigalib.com)
.submittal
Downloaded via ftp from aminet (wuarchive.wustl.edu).
.execute
set orgdir `cd`
LAB start
set choice `RequestChoice "ShowJPEG" "Please select an option" "View ShowJPEG.doc" "Run ShowJPEG" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool ShowJPEG.doc TEXT
else
if $choice EQ "2"
ShowJPEG
endif
endif
cd $orgdir
unset filechoice
unset dirchoice
failat 10
skip start BACK
endif