README
1LiquidRescale Library Examples
2==============================
3
4The examples directory contains two C++ programs,
5liquidrescale and liquidrescale-basic. The first one
6is a full-featured command-line application, while the
7second one is just a minimalistic version of the first.
8
9These programs are meant to be used as reference code,
10and to integrate the documentation, and they are fully
11commented. The provided Makefile is also meant to
12demonstrate the required compilation options, and it is
13commented as well.
14
15In order to compile the two programs, you will need the
16pngwriter library to be properly installed on your system.
17If your distribution doesn't include it, you can download
18it from:
19
20http://pngwriter.sourceforge.net/
21
22Once compiled, you can see the command line options by
23issuing:
24
25./liquidrescale --help
26
27or
28
29./liquidrescale-basic --help
30