1description "Leptonica image library\377";
2
3noblitz;
4
5uses
6	plugin\tif,
7	plugin\png;
8
9include
10	lib;
11
12file
13	source readonly separator,
14	lib/adaptmap.c,
15	lib/affine.c,
16	lib/affinecompose.c,
17	lib/arithlow.c,
18	lib/arrayaccess.c,
19	lib/bardecode.c,
20	lib/baseline.c,
21	lib/bbuffer.c,
22	lib/bilinear.c,
23	lib/binarize.c,
24	lib/binexpand.c,
25	lib/binexpandlow.c,
26	lib/binreduce.c,
27	lib/binreducelow.c,
28	lib/blend.c,
29	lib/bmf.c,
30	lib/bmpio.c,
31	lib/bmpiostub.c,
32	lib/boxbasic.c,
33	lib/boxfunc1.c,
34	lib/boxfunc2.c,
35	lib/boxfunc3.c,
36	lib/ccbord.c,
37	lib/ccthin.c,
38	lib/classapp.c,
39	lib/colorcontent.c,
40	lib/colormap.c,
41	lib/colormorph.c,
42	lib/colorquant1.c,
43	lib/colorquant2.c,
44	lib/colorseg.c,
45	lib/compare.c,
46	lib/conncomp.c,
47	lib/convolve.c,
48	lib/convolvelow.c,
49	lib/correlscore.c,
50	lib/dwacomb.2.c,
51	lib/dwacomblow.2.c,
52	lib/edge.c,
53	lib/endiantest.c,
54	lib/enhance.c,
55	lib/fhmtauto.c,
56	lib/fhmtgen.1.c,
57	lib/fhmtgenlow.1.c,
58	lib/finditalic.c,
59	lib/flipdetect.c,
60	lib/fliphmtgen.c,
61	lib/fmorphauto.c,
62	lib/fmorphgen.1.c,
63	lib/fmorphgenlow.1.c,
64	lib/fpix1.c,
65	lib/fpix2.c,
66	lib/gifio.c,
67	lib/gifiostub.c,
68	lib/gplot.c,
69	lib/graphics.c,
70	lib/graymorph.c,
71	lib/graymorphlow.c,
72	lib/grayquant.c,
73	lib/grayquantlow.c,
74	lib/heap.c,
75	lib/jbclass.c,
76	lib/jpegio.c,
77	lib/jpegiostub.c,
78	lib/kernel.c,
79	lib/list.c,
80	lib/maze.c,
81	lib/morphapp.c,
82	lib/morph.c,
83	lib/morphdwa.c,
84	lib/morphseq.c,
85	lib/numabasic.c,
86	lib/numafunc1.c,
87	lib/numafunc2.c,
88	lib/pageseg.c,
89	lib/paintcmap.c,
90	lib/parseprotos.c,
91	lib/partition.c,
92	lib/pix1.c,
93	lib/pix2.c,
94	lib/pix3.c,
95	lib/pix4.c,
96	lib/pixabasic.c,
97	lib/pixacc.c,
98	lib/pixafunc1.c,
99	lib/pixafunc2.c,
100	lib/pixalloc.c,
101	lib/pixarith.c,
102	lib/pixcomp.c,
103	lib/pixconv.c,
104	lib/pixtiling.c,
105	lib/pngio.c,
106	lib/pngiostub.c,
107	lib/pnmio.c,
108	lib/pnmiostub.c,
109	lib/projective.c,
110	lib/psio1.c,
111	lib/psio1stub.c,
112	lib/psio2.c,
113	lib/psio2stub.c,
114	lib/psiostub.c,
115	lib/ptra.c,
116	lib/pts.c,
117	lib/queue.c,
118	lib/rank.c,
119	lib/readbarcode.c,
120	lib/readfile.c,
121	lib/regutils.c,
122	lib/rop.c,
123	lib/ropiplow.c,
124	lib/roplow.c,
125	lib/rotateam.c,
126	lib/rotateamlow.c,
127	lib/rotate.c,
128	lib/rotateorth.c,
129	lib/rotateorthlow.c,
130	lib/rotateshear.c,
131	lib/runlength.c,
132	lib/sarray.c,
133	lib/scale.c,
134	lib/scalelow.c,
135	lib/seedfill.c,
136	lib/seedfilllow.c,
137	lib/sel1.c,
138	lib/sel2.c,
139	lib/selgen.c,
140	lib/shear.c,
141	lib/skew.c,
142	lib/stack.c,
143	lib/textops.c,
144	lib/tiffio.c,
145	lib/tiffiostub.c,
146	lib/utils.c,
147	lib/viewfiles.c,
148	lib/warper.c,
149	lib/watershed.c,
150	lib/writefile.c,
151	lib/xtractprotos.c,
152	lib/zlibmem.c,
153	lib/zlibmemstub.c,
154	header readonly separator,
155	lib/allheaders.h,
156	lib/alltypes.h,
157	lib/arrayaccess.h,
158	lib/array.h,
159	lib/bbuffer.h,
160	lib/bmf.h,
161	lib/bmp.h,
162	lib/ccbord.h,
163	lib/environ.h,
164	lib/gplot.h,
165	lib/heap.h,
166	lib/imageio.h,
167	lib/jbclass.h,
168	lib/jmorecfg.h,
169	lib/jpeglib.h,
170	lib/leptprotos.h,
171	lib/list.h,
172	lib/morph.h,
173	lib/pix.h,
174	lib/pstdint.h,
175	lib/ptra.h,
176	lib/queue.h,
177	lib/readbarcode.h,
178	lib/regutils.h,
179	lib/stack.h,
180	lib/watershed.h,
181	main readonly separator,
182	PixRaster.h,
183	PixRasterLoad.cpp,
184	PixRaster.cpp,
185	Marker.h,
186	Marker.cpp,
187	TiffIo.cpp,
188	UppLept.cpp,
189	Lept-Skew.cpp,
190	Lept-Threshold.cpp,
191	Lept-Rotate.cpp,
192	Lept-Morph.cpp,
193	Lept-Arith.cpp,
194	Lept-Blend.cpp,
195	Lept-Scale.cpp,
196	Lept-Colors.cpp,
197	Lept-PageSeg.cpp,
198	src.tpp;
199
200