• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..22-Mar-2017-

ChangeLogH A D10-Aug-19912.3 KiB5841

IB.proj.uuH A D21-Feb-19921.2 KiB

Image.hH A D10-Aug-1991991 3724

Image.mH A D10-Aug-19913.2 KiB150127

MakefileH A D10-Aug-19911 KiB4425

Makefile.dependenciesH A D10-Aug-1991181 75

Myapp.hH A D07-Aug-1991690 3119

Myapp.mH A D08-Aug-19913.1 KiB146127

RASF.hH A D05-Aug-1991271 217

RASF.mH A D10-Aug-19912.6 KiB115101

READMEH A D05-May-19921.5 KiB4329

RLE.hH A D05-Aug-1991316 219

RLE.mH A D06-May-19923.6 KiB141114

RLEViewer.iconheaderH A D28-Jul-199169 53

RLEViewer.nib.uuH A D21-Feb-19929.5 KiB

RLEViewer_main.mH A D05-Jun-1991455 2319

app.icon.tiff.uuH A D21-Feb-19921.5 KiB

dart.tiff.uuH A D21-Feb-19922.9 KiB

eps.tiff.uuH A D21-Feb-1992977

epsH.tiff.uuH A D21-Feb-1992722

rasf.icon.tiff.uuH A D21-Feb-1992825

rle.icon.tiff.uuH A D21-Feb-19921.8 KiB

tiff.icon.tiff.uuH A D21-Feb-19921.8 KiB

tiff.iconH.tiff.uuH A D21-Feb-19921,008

README

1========================================================
2This is a little RLE (Utah Raster tool kit) file viewer.
3========================================================
4
5There is GIF viewers for the NeXT, so i thought that it was time that
6someone wrote a RLE/RASF viewer for the NeXT.
7
8The source is included but you need to have the utah raster toolkit
9version 3.0 installed on your system to compile it.
10(the include files and libraries for the utah raster toolkit)
11(should be installed in /usr/local/lib and /usr/local/include)
12The code that reads and write GraphicsLand Raster Files (rasf) is
13included
14
15I'd like to thank Robert Hood, for his NeXTGIF program which RLEViewer
16is heavily based on.
17
18This program is in the Public Domain, all I ask is that if you make
19any improvements or Bug fixes, you should let me know.
20
21
22==========================================================================
23See the ChangeLog file for a list of differences between this and
24latter versions of RLEViewer
25==========================================================================
26
27vince demarco
28demarco@cpsc.ucalgary.ca
29
30
31==========================================================================
32Note added by SWT:
33
34Assuming IB.proj is not automatically generated (I don't have a NeXT,
35so I don't know how these things work), you will need to uudecode
36IB.proj.uu.
37
38Same goes for RLEViewer.nib.uu.
39
40You will also need to uudecode all the *.tiff.uu files.
41
42The 3.1 changes have not been tested.
43