This file is indexed.

/usr/share/doc/apng2gif/readme.txt is in apng2gif 1.5-3.

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
  apng2gif version 1.5

  This program converts APNG animations into animated GIF format.
  Wu quantizer is used for true-color files.

  http://apng2gif.sourceforge.net/

  Copyright (c) 2010-2012 Max Stepin
  maxst@users.sourceforge.net

  License: zlib license

--------------------------------

  Changes in version 1.5:

- fixed loading of 1,2,4-bit per pixel paletted APNGs.

--------------------------------

  Usage (for command-line version): 

apng2gif anim.png [anim.gif] [/t tlevel] [/b bcolor]

  Options:

/t 128 

  will set the transparency threshold level as 128, so pixels 
  with alpha level less than 128 will become fully transparent.

/b #ff0000  
/b 255 0 0 

  will set the background color as red, so partially transparent 
  pixels will be composed over red. When /b is used, /t is ignored.

  When no options are specified, default threshold is 128, 
  no background color.