This file is indexed.

/usr/share/doc/libafterimage-dev/examples/README is in libafterimage-dev 2.2.12-11.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
This directory contains 7 examples of what libAfterImage can do.
This examples are not built automagically, since most users are not
likely to need these. They are intended for developers primarily.

Here is how to build examples in this directory :

All of the examples require that libAfterImage is built first.
As libAfterImage may utilize libAfterBase, for some of the low level
tasks, it is recommended to build libAfterBase prior to anything
else. After that libAfterImage has to be built and installed.
Both of the above steps can be accomplished by simply doing :

  ./configure ; make ; make install

in respective directory.

Once both libraries are installed we can proceed to compiling
the examples. Top do that you will need to execute :

  ./configure ; make

in this directory. Easy. That should build all the examples.

If something goes wrong and you need to update your system and
repeat above commands, don't forget to remove config.cache, prior
to running configure script.

All the examples accept command line parameters, and description
of those can be obtained by running example with -h option.
Arguments are not required, and examples should display some
sensible defaults.

This set of examples comes with 3 test images and 1 TTF font
file. Defaults are set to use this files.

Note that you will not be able to see TTF font rendered if you do
not have FreeType library version 2 installed.

Thanks for using libAfterImage. Contributions and bug reports are
always welcome. Please e-mail yours to <sashav at sprintmail dot com>,
or any of the AfterStep mailing lists.


ascompose
-------------------------------------------------------------------------------

ascompose uses an XML input file to compose an image and display it. 
For complete list of XML tags please see asimagexml man page.