~ubuntu-branches/ubuntu/edgy/gimp/edgy-updates

« back to all changes in this revision

Viewing changes to devel-docs/libgimpbase/html/libgimpbase-gimplimits.html

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-04-21 13:00:24 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060421130024-0haogkgt8adj9qjj
Tags: 2.2.11-1ubuntu1
* Resynchronized with Debian, only changes to Debian are:
  - debian/rules:
    - added gettext Domain to .desktop file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
</pre>
43
43
</div>
44
44
<div class="refsect1" lang="en">
45
 
<a name="id2548102"></a><h2>Description</h2>
 
45
<a name="id2553087"></a><h2>Description</h2>
46
46
<p>
47
47
Boundaries of some GIMP data types and some global constants.
48
48
 
49
49
</p>
50
50
</div>
51
51
<div class="refsect1" lang="en">
52
 
<a name="id2548442"></a><h2>Details</h2>
 
52
<a name="id2554500"></a><h2>Details</h2>
53
53
<div class="refsect2" lang="en">
54
 
<a name="id2470088"></a><h3>
 
54
<a name="id2533072"></a><h3>
55
55
<a name="GIMP-MIN-IMAGE-SIZE:CAPS"></a>GIMP_MIN_IMAGE_SIZE</h3>
56
 
<a class="indexterm" name="id2470097"></a><pre class="programlisting">#define GIMP_MIN_IMAGE_SIZE  1
 
56
<a class="indexterm" name="id2533081"></a><pre class="programlisting">#define GIMP_MIN_IMAGE_SIZE  1
57
57
</pre>
58
58
<p>
59
59
The minimum width and height of a GIMP image in pixels.
61
61
</div>
62
62
<hr>
63
63
<div class="refsect2" lang="en">
64
 
<a name="id2470113"></a><h3>
 
64
<a name="id2533097"></a><h3>
65
65
<a name="GIMP-MAX-IMAGE-SIZE:CAPS"></a>GIMP_MAX_IMAGE_SIZE</h3>
66
 
<a class="indexterm" name="id2470123"></a><pre class="programlisting">#define GIMP_MAX_IMAGE_SIZE  262144    /*  2^18  */
 
66
<a class="indexterm" name="id2533107"></a><pre class="programlisting">#define GIMP_MAX_IMAGE_SIZE  262144    /*  2^18  */
67
67
</pre>
68
68
<p>
69
69
The maximum width and height of a GIMP image in pixels. This is a
73
73
</div>
74
74
<hr>
75
75
<div class="refsect2" lang="en">
76
 
<a name="id2470142"></a><h3>
 
76
<a name="id2533127"></a><h3>
77
77
<a name="GIMP-MIN-RESOLUTION:CAPS"></a>GIMP_MIN_RESOLUTION</h3>
78
 
<a class="indexterm" name="id2470152"></a><pre class="programlisting">#define GIMP_MIN_RESOLUTION  5e-3      /*  shouldn't display as 0.000  */
 
78
<a class="indexterm" name="id2533136"></a><pre class="programlisting">#define GIMP_MIN_RESOLUTION  5e-3      /*  shouldn't display as 0.000  */
79
79
</pre>
80
80
<p>
81
81
The minimum resolution of a GIMP image in pixels per inch. This is a
86
86
</div>
87
87
<hr>
88
88
<div class="refsect2" lang="en">
89
 
<a name="id2470172"></a><h3>
 
89
<a name="id2533156"></a><h3>
90
90
<a name="GIMP-MAX-RESOLUTION:CAPS"></a>GIMP_MAX_RESOLUTION</h3>
91
 
<a class="indexterm" name="id2470181"></a><pre class="programlisting">#define GIMP_MAX_RESOLUTION  65536.0
 
91
<a class="indexterm" name="id2533166"></a><pre class="programlisting">#define GIMP_MAX_RESOLUTION  65536.0
92
92
</pre>
93
93
<p>
94
94
The maximum resolution of a GIMP image in pixels per inch. This is a
99
99
</div>
100
100
<hr>
101
101
<div class="refsect2" lang="en">
102
 
<a name="id2557775"></a><h3>
 
102
<a name="id2523934"></a><h3>
103
103
<a name="GIMP-MAX-MEMSIZE:CAPS"></a>GIMP_MAX_MEMSIZE</h3>
104
 
<a class="indexterm" name="id2557784"></a><pre class="programlisting">#define GIMP_MAX_MEMSIZE     ((guint64) 1 &lt;&lt; 42) /*  4 terabyte;
 
104
<a class="indexterm" name="id2523944"></a><pre class="programlisting">#define GIMP_MAX_MEMSIZE     ((guint64) 1 &lt;&lt; 42) /*  4 terabyte;
105
105
</pre>
106
106
<p>
107
107
A large but arbitrary value that can be used when an upper limit for a