New upstream version 2.10.0~RC1
This commit is contained in:
@ -5,10 +5,10 @@
|
||||
<title>gimplimits: GIMP Base Library Reference Manual</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
||||
<link rel="home" href="index.html" title="GIMP Base Library Reference Manual">
|
||||
<link rel="up" href="libgimpbase.html" title="Part I. GIMP Base Library">
|
||||
<link rel="up" href="pt01.html" title="Part I. GIMP Base Library">
|
||||
<link rel="prev" href="libgimpbase-gimpversion.html" title="gimpversion">
|
||||
<link rel="next" href="libgimpbase-gimpparam.html" title="gimpparam">
|
||||
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -18,7 +18,7 @@
|
||||
<a href="#libgimpbase-gimplimits.description" class="shortcut">Description</a></span>
|
||||
</td>
|
||||
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
||||
<td><a accesskey="u" href="libgimpbase.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
||||
<td><a accesskey="u" href="pt01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
||||
<td><a accesskey="p" href="libgimpbase-gimpversion.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
||||
<td><a accesskey="n" href="libgimpbase-gimpparam.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
||||
</tr></table>
|
||||
@ -82,10 +82,10 @@
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GIMP-MAX-IMAGE-SIZE:CAPS"></a><h3>GIMP_MAX_IMAGE_SIZE</h3>
|
||||
<pre class="programlisting">#define GIMP_MAX_IMAGE_SIZE 262144 /* 2^18 */
|
||||
<pre class="programlisting">#define GIMP_MAX_IMAGE_SIZE 524288 /* 2^19 */
|
||||
</pre>
|
||||
<p>The maximum width and height of a GIMP image in pixels. This is a
|
||||
somewhat arbitray value that can be used when an upper value for
|
||||
somewhat arbitrary value that can be used when an upper value for
|
||||
pixel sizes is needed; for example to give a spin button an upper
|
||||
limit.</p>
|
||||
</div>
|
||||
@ -95,17 +95,17 @@ limit.</p>
|
||||
<pre class="programlisting">#define GIMP_MIN_RESOLUTION 5e-3 /* shouldn't display as 0.000 */
|
||||
</pre>
|
||||
<p>The minimum resolution of a GIMP image in pixels per inch. This is
|
||||
a somewhat arbitray value that can be used when a lower value for a
|
||||
a somewhat arbitrary value that can be used when a lower value for a
|
||||
resolution is needed. GIMP will not accept resolutions smaller than
|
||||
this value.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GIMP-MAX-RESOLUTION:CAPS"></a><h3>GIMP_MAX_RESOLUTION</h3>
|
||||
<pre class="programlisting">#define GIMP_MAX_RESOLUTION 65536.0
|
||||
<pre class="programlisting">#define GIMP_MAX_RESOLUTION 1048576.0
|
||||
</pre>
|
||||
<p>The maximum resolution of a GIMP image in pixels per inch. This is
|
||||
a somewhat arbitray value that can be used to when an upper value
|
||||
a somewhat arbitrary value that can be used to when an upper value
|
||||
for a resolution is needed. GIMP will not accept resolutions larger
|
||||
than this value.</p>
|
||||
</div>
|
||||
@ -116,12 +116,12 @@ than this value.</p>
|
||||
</pre>
|
||||
<p>A large but arbitrary value that can be used when an upper limit
|
||||
for a memory size (in bytes) is needed. It is smaller than
|
||||
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#G-MAXDOUBLE:CAPS"><code class="literal">G_MAXDOUBLE</code></a> since the <span class="type">GimpMemsizeEntry</span> doesn't handle larger
|
||||
<a href="../glib/glib-Basic-Types.html#G-MAXDOUBLE:CAPS"><code class="literal">G_MAXDOUBLE</code></a> since the <a href="../libgimpwidgets/GimpMemsizeEntry.html#GimpMemsizeEntry-struct"><span class="type">GimpMemsizeEntry</span></a> doesn't handle larger
|
||||
values.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>Generated by GTK-Doc V1.25</div>
|
||||
<hr>Generated by GTK-Doc V1.27</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user