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