~ubuntu-branches/ubuntu/maverick/gimp/maverick-updates

« back to all changes in this revision

Viewing changes to devel-docs/libgimpbase/tmpl/gimplimits.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2005-12-09 19:44:52 UTC
  • Revision ID: james.westby@ubuntu.com-20051209194452-yggpemjlofpjqyf4
Tags: upstream-2.2.9
ImportĀ upstreamĀ versionĀ 2.2.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- ##### SECTION Title ##### -->
 
2
gimplimits
 
3
 
 
4
<!-- ##### SECTION Short_Description ##### -->
 
5
Boundaries of some GIMP data types and some global constants.
 
6
 
 
7
<!-- ##### SECTION Long_Description ##### -->
 
8
<para>
 
9
Boundaries of some GIMP data types and some global constants.
 
10
 
 
11
</para>
 
12
 
 
13
<!-- ##### SECTION See_Also ##### -->
 
14
<para>
 
15
 
 
16
</para>
 
17
 
 
18
<!-- ##### SECTION Stability_Level ##### -->
 
19
 
 
20
 
 
21
<!-- ##### MACRO GIMP_MIN_IMAGE_SIZE ##### -->
 
22
<para>
 
23
The minimum width and height of a GIMP image in pixels.
 
24
</para>
 
25
 
 
26
 
 
27
 
 
28
<!-- ##### MACRO GIMP_MAX_IMAGE_SIZE ##### -->
 
29
<para>
 
30
The maximum width and height of a GIMP image in pixels. This is a
 
31
somewhat arbitray value that can be used when an upper value for pixel
 
32
sizes is needed; for example to give a spin button an upper limit.
 
33
</para>
 
34
 
 
35
 
 
36
 
 
37
<!-- ##### MACRO GIMP_MIN_RESOLUTION ##### -->
 
38
<para>
 
39
The minimum resolution of a GIMP image in pixels per inch. This is a
 
40
somewhat arbitray value that can be used to when a lower value for a
 
41
resolution is needed. GIMP will not accept resolutions smaller than
 
42
this value.
 
43
</para>
 
44
 
 
45
 
 
46
 
 
47
<!-- ##### MACRO GIMP_MAX_RESOLUTION ##### -->
 
48
<para>
 
49
The maximum resolution of a GIMP image in pixels per inch. This is a
 
50
somewhat arbitray value that can be used to when an upper value for a
 
51
resolution is needed. GIMP will not accept resolutions larger than
 
52
this value.
 
53
</para>
 
54
 
 
55
 
 
56
 
 
57
<!-- ##### MACRO GIMP_MAX_MEMSIZE ##### -->
 
58
<para>
 
59
A large but arbitrary value that can be used when an upper limit for a
 
60
memory size (in bytes) is needed. It is smaller than %G_MAXDOUBLE since
 
61
the #GimpMemsizeEntry doesn't handle larger values.
 
62
</para>
 
63
 
 
64
 
 
65