• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-May-2022-

MakefileH A D03-May-20221.8 KiB8236

READMEH A D21-Dec-2007854 3021

liquidrescale-basic.cppH A D11-May-20097.8 KiB267168

liquidrescale-basic.hH A D11-May-20091.8 KiB6739

liquidrescale.cppH A D25-Jan-201135 KiB1,110816

liquidrescale.hH A D11-May-20092.6 KiB8852

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