home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
gfx
/
show
/
p-view
/
product-info
< prev
Wrap
Fred Fish's Product-Info
|
1995-10-10
|
2KB
|
74 lines
.name
P-View
.type
Display Commodity
.short
Tiny ILBM viewer for all Amigas.
.description
P-View is a tiny but highly capable ILBM viewer for all Amigas.
This version clears some bugs that limited the performance of P-View
under OS1.3.
P-View should work with all OS versions from 1.3 (and probably with
1.2 as well). It should work with all currently available viewmodes and
monitor types. If a picture size is larger than the display it allows
autoscrolling so that the whole picture can be seen (OS2 & 3 only).
If the required monitor drivers, number of planes, or screen sizes
are not available, it will show what it can. The result may be that only
part of the picture will be visible, it may be distorted, or only the
first few planes may be shown - but at least you should see something!
One reservation - the picture must not be larger than the maximum size
that can be accepted by the machine in use.
.version
1.2
.author
Chas A. Wyndham
.reference
GoldFish-Vol2-2:BBS/gfx/P-View.lha
?.?
GoldFish-Vol2-1:Files/gfx/show/P-View/
?.?
FreshFish-Vol9-2:BBS/gfx/P-View.lha
?.?
FreshFish-Vol8-2:BBS/gfx/P-View.lha
?.?
FreshFish-Vol5:New/gfx/show/P-View/
?.?
FreshFish-Vol5:BBS/gfx/P-View.lha
?.?
.distribution
Freeware
.address
1265 Canning Mills Road
Roleystone
WA 6111
Australia
.docs
P-View.doc
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Submitted on disk directly by the author.
.aminet-dir
gfx/show
.execute
set choice `RequestChoice "P-Views" "Please select an option" "View Doc" "Run Program" "Cancel"`
if $choice EQ "0"
quit 5
endif
if $choice EQ "1"
MetaTool P-View.doc TEXT
endif
if $choice EQ "2"
set filechoice `RequestFile TITLE "Select File to View" PATTERN "~(#?.info)"`
failat 21
P-View $filechoice
unset filechoice
endif