Change to the linux kernel coding style
[wmaker-crm.git] / wrlib / README
blob4010acb8e25ce4cc4c56d31980725d9f7bf56a45
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.
18 Default is 8
20 RIMAGE_CACHE_SIZE <integer>
22 Is the size of the biggest image to store in the cache.
23 Default is 4k (64x64)
27 Porting
28 =======
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.