"SfR Fresh" - the SfR Freeware/Shareware Archive 
Member "WindowMaker-0.92.0/wrlib/README" of archive WindowMaker-0.92.0.tar.gz:
As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers.
Alternatively you can here view or download the uninterpreted source code file.
That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
1
2 WindowMaker raster graphics library
3
4 This library is used to manipulate images and convert them to
5 a format that can be displayed through the X window system.
6 Read the wraster.h header for an idea of what is available
7
8
9 This Library is LGPL and
10 Copyright (c) Alfredo K. Kojima <kojima@inf.ufrgs.br>
11
12
13 The following environment variables control some parameters:
14
15 RIMAGE_CACHE <integer>
16
17 Is the maximum number of images to store in the internal cache.
18 Default is 8
19
20 RIMAGE_CACHE_SIZE <integer>
21
22 Is the size of the biggest image to store in the cache.
23 Default is 4k (64x64)
24
25
26
27 Porting
28 =======
29
30 It should be fairly easy to port it to other environments
31 (svgalib, libggi etc), probably only requiring wraster.h,
32 context.c and convert.c to be changed. Note that the X specific
33 code should be disabled in that case, including support for libXpm.