This file is indexed.

/usr/share/doc/libtk-img-doc/html/img-xpm.html is in libtk-img-doc 1:1.3-release-12.

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
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
<! -- -*- tcl -*- doctools
   -->



<! -- -*- tcl -*- doctools = format-header.inc
   -->

<html><head>
<title>img-xpm - Img </title>
</head>
<! -- Generated from file './img-xpm.man' by tcllib/doctools with format 'html'
   -->
<! -- Copyright &copy; 1995-2003 Jan Nijtmans &lt;nijtmans@users.sourceforge.com&gt;
   -->
<! -- CVS: $Id$ img-xpm.n
   -->

<body>
<hr> [
  <a href="../toc.html"> Table Of Contents </a>
| <a href="../index.html"> Index </a>
] <hr>


<h1> img-xpm(n) 1.3  &quot;Img&quot;</h1>
<h2><a name="name">NAME</a></h2>
<p>
<p> img-xpm - Img, X Windows Pixmap Format (xpm)





<h2><a name="tableofcontents">TABLE OF CONTENTS</a></h2>
<p>&nbsp;&nbsp;&nbsp;&nbsp;<a href="#tableofcontents">TABLE OF CONTENTS</a><br>&nbsp;&nbsp;&nbsp;&nbsp;<a href="#synopsis">SYNOPSIS</a><br>&nbsp;&nbsp;&nbsp;&nbsp;<a href="#description">DESCRIPTION</a><br>&nbsp;&nbsp;&nbsp;&nbsp;<a href="#seealso">SEE ALSO</a><br>&nbsp;&nbsp;&nbsp;&nbsp;<a href="#keywords">KEYWORDS</a><br>&nbsp;&nbsp;&nbsp;&nbsp;<a href="#copyright">COPYRIGHT</a><br><h2><a name="synopsis">SYNOPSIS</a></h2>
<p>
package require <b>Tk</b><br>
package require <b>img::xpm ?1.3?</b><br>
<br><table border=1 width=100% cellspacing=0 cellpadding=0><tr            bgcolor=lightyellow><td bgcolor=lightyellow><table 0 width=100% cellspacing=0 cellpadding=0><tr valign=top ><td ><a href="#1"><b class='cmd'>image</b> <strong>create photo</strong> ?<i class='arg'>name</i>? ?<i class='arg'>options</i>?</a></td></tr>
</table></td></tr></table>
<h2><a name="description">DESCRIPTION</a></h2>
<p>

The package <strong>img::xpm</strong> is a sub-package of
<strong>Img</strong>. It can be loaded as a part of the complete Img support,
via <b class='cmd'>package require Img</b>, or on its own, via

<b class='cmd'>package require img::xpm</b>.

<p>

Like all packages of <strong>Img</strong> it does <em>not</em> provide new
commands, but extends the existing <strong>Tk</strong> command <b class='cmd'>image</b> so
that it supports files containing raster images in the

X Windows Pixmap Format (xpm). More specifically

<strong>img::xpm</strong> extends <strong>Tk</strong>'s <b class='cmd'>photo</b>
image type.

<p>

The name of the new format handler is <strong>xpm</strong>.


This handler does not provide additional configuration options.

<! -- -*- tcl -*- doctools = format-middle.inc
   -->
<p>

All of the above means that in a call like

<dl>
<dt><a name="1"><b class='cmd'>image</b> <strong>create photo</strong> ?<i class='arg'>name</i>? ?<i class='arg'>options</i>?</a><dd>

</dl>

<ol>
<li>
Image data in xpm format (options <strong>-data</strong> and <strong>-file</strong>) is
detected automatically.

<br><br>
<li>
The format name <strong>xpm</strong> is recognized by the option <strong>-format</strong>.

<! -- -*- tcl -*- doctools = format-footer.inc
   -->
</ol>



<h2><a name="seealso">SEE ALSO</a></h2>
<p>
<a href="img-bmp.html"> img-bmp </a>, <a href="img-gif.html"> img-gif </a>, <a href="img-ico.html"> img-ico </a>, <a href="img.html"> img-intro </a>, <a href="img-jpeg.html"> img-jpeg </a>, <a href="img-pcx.html"> img-pcx </a>, <a href="img-pixmap.html"> img-pixmap </a>, <a href="img-png.html"> img-png </a>, <a href="img-ppm.html"> img-ppm </a>, <a href="img-ps.html"> img-ps </a>, <a href="img-sgi.html"> img-sgi </a>, <a href="img-sun.html"> img-sun </a>, <a href="img-tga.html"> img-tga </a>, <a href="img-tiff.html"> img-tiff </a>, <a href="img-window.html"> img-window </a>, <a href="img-xbm.html"> img-xbm </a>, <a href="img-xpm.html"> img-xpm </a>
<h2><a name="keywords">KEYWORDS</a></h2>
<p>
<a href="../index.html#key5"> image handling </a>, <a href="../index.html#key18"> tk </a>, <a href="../index.html#key21"> xpm </a>
<h2><a name="copyright">COPYRIGHT</a></h2>
<p>
Copyright &copy; 1995-2003 Jan Nijtmans &lt;nijtmans@users.sourceforge.com&gt;<br>
</body></html>