File: ImGZFSup.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 (74 lines) | stat: -rw-r--r-- 2,512 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
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
	<TITLE>XmHTML Programmers Manual: XmHTMLImageGZFSupported, ...</TITLE>
	<META HTTP-EQUIV="Keywords" CONTENT="XmHTML, HTML, Motif, Widget, eXode, XntHelp, Linux">
	<META HTTP-EQUIV="Reply-to" CONTENT="ripley@xs4all.nl">
	<META HTTP-EQUIV="Description" CONTENT="XmHTMLImageGZFSupported, XmHTMLImageJPEGSupported, XmHTMLImagePNGSupported - report whether or not support for a specific image format is available.">
	<META NAME="Author" CONTENT="Koen D'Hondt">
	<META NAME="Copyright" content="1995-1997 by Ripley Software Development">
	<META NAME="Source" content="$Source$">
	<META NAME="Revision" content="$Revision$">
	<META NAME="Font" content="helvetica">
	<link rev="made" href="mailto:ripley@xs4all.nl">
	<link rel="home" href="index.html">
	<link rel="previous" href="ImFreeIn.html">
	<link rel="next" href="ImGetTyp.html">
	<link rel="up" href="../man.html">
	<link rel="copyright" href="copyrights.html">
</HEAD>

<BODY BGCOLOR="#FFFFFF" text="#000000">
<h3><font face="helvetica,arial">Name</font></h3>

<blockquote>
	XmHTMLImageGZFSupported, XmHTMLImageJPEGSupported,
	XmHTMLImagePNGSupported - report whether or not support for a specific
	image format is available.
</blockquote>

<h3><font face="helvetica,arial">Synopsis</font></h3>

<blockquote>
	Boolean XmHTMLImageGZFSupported(void)<br>
	Boolean XmHTMLImageJPEGSupported(void)<br>
	Boolean XmHTMLImagePNGSupported(void)<br>
</blockquote>

<h3><font face="helvetica,arial">Description</font></h3>

<blockquote>
	Support for these image formats are compile-time options and requires
	the presence of various libraries. As such, support for any of these
	image formats may or may not be present in any given XmHTML Widget Library.
	<p>

	<ul>
	<li>XmHTMLImageGZFSupported - requires support for libz to be present;
	<li>XmHTMLImageJPEGSupported - requires support for libjpeg to be present;
	<li>XmHTMLImagePNGSupported - requires support for libpng and libz to be
		present (support for the PNG image format implies support for the GZF
		image format);
	</ul>
</blockquote>

<h3><font face="helvetica,arial">Return Value</font></h3>

<blockquote>
	<b>True</b> when support for the requested image format is present,
	<b>False</b> if not.
</blockquote>

<h3><font face="helvetica,arial">See Also</font></h3>

<blockquote>
	XmHTML(3X), XmHTMLImageDefaultProc(3X)
</blockquote>

<hr noshade size="2" width="25%">
<i><font size="-1">
XmHTML, October 7, 1997
</font></i>
</body>
</html>