2 WindowMaker raster graphics library
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
9 This Library is LGPL and
10 Copyright (c) Alfredo K. Kojima <kojima@inf.ufrgs.br>
13 The following environment variables control some parameters:
15 RIMAGE_CACHE <integer>
17 Is the maximum number of images to store in the internal cache.
20 RIMAGE_CACHE_SIZE <integer>
22 Is the size of the biggest image to store in the cache.
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.