This file is indexed.

/usr/share/doc/libgraphicsmagick++1-dev/www/Magick++/PixelPacket.html is in libgraphicsmagick++1-dev 1.3.12-1.1build1.

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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
	<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=ibm437">
	<TITLE>PixelPacket Structure</TITLE>
	<META NAME="GENERATOR" CONTENT="OpenOffice.org 1.0  (Win32)">
	<META NAME="AUTHOR" CONTENT="Bob Friesenhahn">
	<META NAME="CREATED" CONTENT="20020805;18015392">
	<META NAME="CHANGEDBY" CONTENT="Bob Friesenhahn">
	<META NAME="CHANGED" CONTENT="20020805;18024233">
	<META NAME="DESCRIPTION" CONTENT="Description of PixelPacket structure members.">
	<STYLE>
	<!--
		TD P { color: #000000 }
		H1 { color: #000000 }
		P { color: #000000 }
		A:link { color: #1f00ff }
		A:visited { color: #9900dd }
	-->
	</STYLE>
</HEAD>
<BODY LANG="en-US" TEXT="#000000" LINK="#1f00ff" VLINK="#9900dd" BGCOLOR="#ffffff">
<H1 ALIGN=CENTER>PixelPacket Structure</H1>
<P STYLE="margin-bottom: 0cm">The <I>PixelPacket</I> structure is
used to represent pixels in GraphicsMagick. GraphicsMagick may be compiled
to support 32 or 64 bit pixels. The size of PixelPacket is controlled
by the value of the <I>QuantumDepth</I> define. The default is 64 bit
pixels, which provide the best accuracy. If memory consumption must
be minimized, or processing time must be minimized, then GraphicsMagick
may be compiled with QuantumDepth=8. The following table shows the
relationship between <I>QuantumDepth</I>, the type of <I>Quantum</I>,
and the overall <I>PixelPacket</I> size. <BR><BR>
</P>
<P ALIGN=CENTER STYLE="margin-bottom: 0cm"><B>Effect Of QuantumDepth
Values</B></P>
<CENTER>
	<TABLE WIDTH=336 BORDER=1 CELLPADDING=2 CELLSPACING=3 BGCOLOR="#cccccc">
		<COL WIDTH=101>
		<COL WIDTH=99>
		<COL WIDTH=110>
		<TR>
			<TD WIDTH=101>
				<P ALIGN=CENTER><B>QuantumDepth</B></P>
			</TD>
			<TD WIDTH=99>
				<P ALIGN=CENTER><B>Quantum Type</B></P>
			</TD>
			<TD WIDTH=110>
				<P ALIGN=CENTER><B>PixelPacket Size</B></P>
			</TD>
		</TR>
		<TR>
			<TD WIDTH=101>
				<P ALIGN=CENTER>8</P>
			</TD>
			<TD WIDTH=99>
				<P ALIGN=CENTER>unsigned char</P>
			</TD>
			<TD WIDTH=110>
				<P ALIGN=CENTER>32 bits</P>
			</TD>
		</TR>
		<TR>
			<TD WIDTH=101>
				<P ALIGN=CENTER>16</P>
			</TD>
			<TD WIDTH=99>
				<P ALIGN=CENTER>unsigned short</P>
			</TD>
			<TD WIDTH=110>
				<P ALIGN=CENTER>64 bits</P>
			</TD>
		</TR>
	</TABLE>
</CENTER>
<P STYLE="margin-bottom: 0cm">The members of the <I>PixelPacket</I>
structure, and their interpretation, are shown in the following
table: <BR><BR>
</P>
<P ALIGN=CENTER STYLE="margin-bottom: 0cm"><B>PixelPacket Structure
Members</B></P>
<CENTER>
	<TABLE WIDTH=523 BORDER=1 CELLPADDING=2 CELLSPACING=3 BGCOLOR="#cccccc">
		<COL WIDTH=58>
		<COL WIDTH=50>
		<COL WIDTH=102>
		<COL WIDTH=152>
		<COL WIDTH=119>
		<TR>
			<TD ROWSPAN=2 WIDTH=58>
				<P ALIGN=CENTER><B>Member</B></P>
			</TD>
			<TD ROWSPAN=2 WIDTH=50>
				<P ALIGN=CENTER><B>Type</B></P>
			</TD>
			<TD COLSPAN=3 WIDTH=388>
				<P ALIGN=CENTER><B>Interpretation</B></P>
			</TD>
		</TR>
		<TR>
			<TD WIDTH=102>
				<P ALIGN=CENTER><A HREF="Enumerations.html#ColorspaceType">RGBColorspace</A></P>
			</TD>
			<TD WIDTH=152>
				<P ALIGN=CENTER><A HREF="Enumerations.html#ColorspaceType">RGBColorspace</A>
				+ <A HREF="Image.html#matte">matte</A></P>
			</TD>
			<TD WIDTH=119>
				<P ALIGN=CENTER><A HREF="Enumerations.html#ColorspaceType">CMYKColorspace</A></P>
			</TD>
		</TR>
		<TR>
			<TD WIDTH=58>
				<P><FONT SIZE=2>red</FONT></P>
			</TD>
			<TD WIDTH=50>
				<P><FONT SIZE=2>Quantum</FONT></P>
			</TD>
			<TD WIDTH=102>
				<P><FONT SIZE=2>Red</FONT></P>
			</TD>
			<TD WIDTH=152>
				<P><FONT SIZE=2>Red</FONT></P>
			</TD>
			<TD WIDTH=119>
				<P><FONT SIZE=2>Cyan</FONT></P>
			</TD>
		</TR>
		<TR>
			<TD WIDTH=58>
				<P><FONT SIZE=2>green</FONT></P>
			</TD>
			<TD WIDTH=50>
				<P><FONT SIZE=2>Quantum</FONT></P>
			</TD>
			<TD WIDTH=102>
				<P><FONT SIZE=2>Green</FONT></P>
			</TD>
			<TD WIDTH=152>
				<P><FONT SIZE=2>Green</FONT></P>
			</TD>
			<TD WIDTH=119>
				<P><FONT SIZE=2>Magenta</FONT></P>
			</TD>
		</TR>
		<TR>
			<TD WIDTH=58>
				<P><FONT SIZE=2>blue</FONT></P>
			</TD>
			<TD WIDTH=50>
				<P><FONT SIZE=2>Quantum</FONT></P>
			</TD>
			<TD WIDTH=102>
				<P><FONT SIZE=2>Blue</FONT></P>
			</TD>
			<TD WIDTH=152>
				<P><FONT SIZE=2>Blue</FONT></P>
			</TD>
			<TD WIDTH=119>
				<P><FONT SIZE=2>Yellow</FONT></P>
			</TD>
		</TR>
		<TR>
			<TD WIDTH=58>
				<P><FONT SIZE=2>opacity</FONT></P>
			</TD>
			<TD WIDTH=50>
				<P><FONT SIZE=2>Quantum</FONT></P>
			</TD>
			<TD WIDTH=102>
				<P><FONT SIZE=2>Ignored</FONT></P>
			</TD>
			<TD WIDTH=152>
				<P><FONT SIZE=2>Opacity</FONT></P>
			</TD>
			<TD WIDTH=119>
				<P><FONT SIZE=2>Black</FONT></P>
			</TD>
		</TR>
	</TABLE>
</CENTER>
<P><BR><BR><BR>
</P>
</BODY>
</HTML>