Sophie

Sophie

distrib > Fedora > 17 > i386 > media > updates > by-pkgid > 9f452694b2d23dacae7f9cc757f9be50 > files > 560

docbook-style-xsl-1.78.1-1.fc17.noarch.rpm

<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>graphicsize.extension</title><link rel="stylesheet" type="text/css" href="../reference.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="../index.html" title="DocBook XSL Stylesheets: Reference Documentation"><link rel="up" href="dbk_ext.html" title="Stylesheet Extensions"><link rel="prev" href="textdata.default.encoding.html" title="textdata.default.encoding"><link rel="next" href="graphicsize.use.img.src.path.html" title="graphicsize.use.img.src.path"><link rel="copyright" href="copyright.html" title="License"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">graphicsize.extension</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="textdata.default.encoding.html">Prev</a> </td><th width="60%" align="center">Stylesheet Extensions</th><td width="20%" align="right"> <a accesskey="n" href="graphicsize.use.img.src.path.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="graphicsize.extension"></a><div class="titlepage"></div>

<div class="refnamediv"><h2><span class="refentrytitle">graphicsize.extension</span></h2><p>
graphicsize.extension
 &#8212; Enable the getWidth()/getDepth() extension functions
</p></div>

<div class="refsynopsisdiv"><h2>Synopsis</h2>
<a name="graphicsize.extension.frag"></a><pre class="programlisting">
&lt;xsl:param name="graphicsize.extension" select="1"&gt;&lt;/xsl:param&gt;
</pre>
</div>

<div class="refsection"><a name="idp506288"></a><h2>Description</h2>

<p>If non-zero (and if <a href="../html/use.extensions.html"><em class="parameter"><code>use.extensions</code></em></a> is non-zero
and if you're using a processor that supports extension functions), the
<code class="function">getWidth</code> and <code class="function">getDepth</code> functions
will be used to extract image sizes from graphics.</p>

<p>The main supported image formats are GIF, JPEG, and PNG. Somewhat cruder 
support for EPS and PDF images is also available.</p>
</div>
</div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="textdata.default.encoding.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="dbk_ext.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="graphicsize.use.img.src.path.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">textdata.default.encoding </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> graphicsize.use.img.src.path</td></tr></table></div></body></html>