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

..03-May-2022-

contrib/H28-Sep-1994-515288

convert/H03-May-2022-5,9693,687

docs/H03-May-2022-272196

examples/H12-Oct-1994-2,7811,735

images/H03-May-2022-

include/H08-Oct-1994-2,2881,605

lib/H12-Oct-1994-1,486825

show/H12-Oct-1994-1,393742

utils/H12-Oct-1994-3,8062,130

CHANGESH A D12-Oct-19942.6 KiB9360

INSTALLH A D12-Oct-1994699 2215

LICENSEH A D02-Jan-199417.5 KiB337284

MakefileH A D13-Oct-19945.6 KiB19966

Makefile.hp-uxH A D13-Oct-19945.6 KiB19966

Makefile.linuxH A D03-May-20225.1 KiB18250

Makefile.sgiH A D13-Oct-19945.1 KiB18762

READMEH A D12-Oct-19942.3 KiB8463

copyrightH A D02-Jan-1994833 1913

linka.lstH A D17-Aug-1993708 5250

makefile.dosH A D17-Aug-19934.5 KiB18366

patchlevel.INFOH A D12-Oct-199436 21

README

1
2Hi all!, welcome to the LUG Library v1.0.
3
4To install you only need change the files Makefile and include/lugconf.h.
5Read the comments and you don't have any problem :-).
6
7All the documentation is stored inside the doc/ directory ( read/write
8subroutines, viewer functions, digital image editing procedures, compiling,
9examples, etc ... ). READ IT !!!.
10
11What you get ?
12
13	 i . file format translators:
14
15		- compuserve's gif
16		- zsoft's pcx
17		- truevision's targa
18		- sgi's rgb
19		- aldus-microsoft's tiff
20		- alias' pix
21		- wavefront's rla
22		- urt's rle
23		- pbm/pgm/ppm
24		- rgb
25		- raw
26		- rayshade's heightfield
27		- jpeg
28
29	ii . image editing functions:
30
31		- resampling
32		- blur
33		- sharpening
34		- cut
35		- paste
36		- median filter
37		- histogram equalization
38		- ... and so on
39
40	iii . image viewers:
41
42		- for Silicon Graphics and IBM RISC 6000 ( GL Library )
43		- for HP9000 series ( Starbase Library )
44		- for any kind of X11 plattforms ( Xlib Library )
45		- for PC386/486 ( GRX Library )
46		- for Linux ( VGA and VGAGL libraries )
47
48
49... and it's a LIBRARY!!!, not a program. You! will be the person who
50write the programs.
51
52If your machine is a PC with MSDOS, you'll need the DJGCC compiler ( or
53an equivalent ).
54
55The original site distributor of this package is ftp.uniovi.es
56(156.35.31.31): /uniovi/mathdept/src/liblug-1.0.tar.gz.
57
58Please, send me a E-mail so I can track all the users of LUG and send
59you news, bugs, etc ...
60
61LUG is free! ( what a wonderful word :-) but it's distributed under
62the GNU LIBRARY GENERAL PUBLIC LICENSE.
63
64Please, read additional documentation for further notes.
65
66
67Enjoy !.
68
69--
70                     ===================================
71                                 Raul Rivero
72                        Vicerrectorado de Estudiantes
73                            Universidad de Oviedo
74                              Arguelles, 39, 2o.
75                                33003 - Oviedo
76                                    Spain
77                      ---------------------------------
78                          rivero@pinon.ccu.uniovi.es
79                      ---------------------------------
80                        "Es muy duro ser romantica  y
81                         ninfomana a la vez", Ariadna
82                         Gil en el corto El Columpio.
83                     ===================================
84