File: table2.html

package info (click to toggle)
xmhtml 1.1.10-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,296 kB
  • sloc: ansic: 70,372; makefile: 480; sh: 176; perl: 36
file content (39 lines) | stat: -rw-r--r-- 1,164 bytes parent folder | download | duplicates (10)
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
<html>
<body>
<blockquote>

<dl>
<dt><a name="XmNimageMapToPalette">XmNimageMapToPalette</a>
<dd>This resource determines if a XmHTML widget should perform dithering to
	a fixed palette and if so how that should be done.
<p>

	Possible values are:
	<table border=0 cellspacing="5" rowspacing="5">
	<tr valign="top">
		<td>XmQUICK
		<td>A closest distance algorithm is used to map image colors to the
			palette. No	error correction is performed. Fast, but the resulting
			image quality depends on the distribution of the colors in the
			image.
	<tr valign="top">
		<td>XmBEST
		<td>Ordered dither using predefined error matrices. Offers the best
			balance between speed and quality but uses a lot of memory (512kb).
	<tr valign="top">
		<td>XmFAST
		<td>Simple ordered dither without error correction. This is the
			fastest method but uses a lot of memory (512kb).
	<tr valign="top">
		<td>XmSLOW
		<td>A closest distance algorithm followed by Floyd-Steinberg error
			diffusion. Slowest method but highest quality.
	<tr valign="top">
		<td>XmDISABLED
		<td>disables palette mapping. This is the default setting.
	</table>
</dl>

</blockquote>
</body>
</html>