reference/gmagick/constants.xml
c34257b72856627f0dc87ab3de97e5ca09f5dc95
...
...
@@ -9,7 +9,7 @@
9
9
<varlistentry xml:id="gmagick.constants.color-black">
10
10
<term>
11
11
<constant>Gmagick::COLOR_BLACK</constant>
12
-
(<type>integer</type>)
12
+
(<type>int</type>)
13
13
</term>
14
14
<listitem>
15
15
<simpara>
...
...
@@ -20,7 +20,7 @@
20
20
<varlistentry xml:id="gmagick.constants.color-blue">
21
21
<term>
22
22
<constant>Gmagick::COLOR_BLUE</constant>
23
-
(<type>integer</type>)
23
+
(<type>int</type>)
24
24
</term>
25
25
<listitem>
26
26
<simpara>
...
...
@@ -31,7 +31,7 @@
31
31
<varlistentry xml:id="gmagick.constants.color-cyan">
32
32
<term>
33
33
<constant>Gmagick::COLOR_CYAN</constant>
34
-
(<type>integer</type>)
34
+
(<type>int</type>)
35
35
</term>
36
36
<listitem>
37
37
<simpara>
...
...
@@ -42,7 +42,7 @@
42
42
<varlistentry xml:id="gmagick.constants.color-green">
43
43
<term>
44
44
<constant>Gmagick::COLOR_GREEN</constant>
45
-
(<type>integer</type>)
45
+
(<type>int</type>)
46
46
</term>
47
47
<listitem>
48
48
<simpara>
...
...
@@ -53,7 +53,7 @@
53
53
<varlistentry xml:id="gmagick.constants.color-red">
54
54
<term>
55
55
<constant>Gmagick::COLOR_RED</constant>
56
-
(<type>integer</type>)
56
+
(<type>int</type>)
57
57
</term>
58
58
<listitem>
59
59
<simpara>
...
...
@@ -64,7 +64,7 @@
64
64
<varlistentry xml:id="gmagick.constants.color-yellow">
65
65
<term>
66
66
<constant>Gmagick::COLOR_YELLOW</constant>
67
-
(<type>integer</type>)
67
+
(<type>int</type>)
68
68
</term>
69
69
<listitem>
70
70
<simpara>
...
...
@@ -75,7 +75,7 @@
75
75
<varlistentry xml:id="gmagick.constants.color-magenta">
76
76
<term>
77
77
<constant>Gmagick::COLOR_MAGENTA</constant>
78
-
(<type>integer</type>)
78
+
(<type>int</type>)
79
79
</term>
80
80
<listitem>
81
81
<simpara>
...
...
@@ -86,7 +86,7 @@
86
86
<varlistentry xml:id="gmagick.constants.color-opacity">
87
87
<term>
88
88
<constant>Gmagick::COLOR_OPACITY</constant>
89
-
(<type>integer</type>)
89
+
(<type>int</type>)
90
90
</term>
91
91
<listitem>
92
92
<simpara>
...
...
@@ -97,7 +97,7 @@
97
97
<varlistentry xml:id="gmagick.constants.color-alpha">
98
98
<term>
99
99
<constant>Gmagick::COLOR_ALPHA</constant>
100
-
(<type>integer</type>)
100
+
(<type>int</type>)
101
101
</term>
102
102
<listitem>
103
103
<simpara>
...
...
@@ -108,7 +108,7 @@
108
108
<varlistentry xml:id="gmagick.constants.color-fuzz">
109
109
<term>
110
110
<constant>Gmagick::COLOR_FUZZ</constant>
111
-
(<type>integer</type>)
111
+
(<type>int</type>)
112
112
</term>
113
113
<listitem>
114
114
<simpara>
...
...
@@ -122,7 +122,7 @@
122
122
<varlistentry xml:id="gmagick.constants.composite-default">
123
123
<term>
124
124
<constant>Gmagick::COMPOSITE_DEFAULT</constant>
125
-
(<type>integer</type>)
125
+
(<type>int</type>)
126
126
</term>
127
127
<listitem>
128
128
<simpara>
...
...
@@ -133,7 +133,7 @@
133
133
<varlistentry xml:id="gmagick.constants.composite-undefined">
134
134
<term>
135
135
<constant>Gmagick::COMPOSITE_UNDEFINED</constant>
136
-
(<type>integer</type>)
136
+
(<type>int</type>)
137
137
</term>
138
138
<listitem>
139
139
<simpara>
...
...
@@ -144,7 +144,7 @@
144
144
<varlistentry xml:id="gmagick.constants.composite-no">
145
145
<term>
146
146
<constant>Gmagick::COMPOSITE_NO</constant>
147
-
(<type>integer</type>)
147
+
(<type>int</type>)
148
148
</term>
149
149
<listitem>
150
150
<simpara>
...
...
@@ -155,7 +155,7 @@
155
155
<varlistentry xml:id="gmagick.constants.composite-add">
156
156
<term>
157
157
<constant>Gmagick::COMPOSITE_ADD</constant>
158
-
(<type>integer</type>)
158
+
(<type>int</type>)
159
159
</term>
160
160
<listitem>
161
161
<simpara>
...
...
@@ -166,7 +166,7 @@
166
166
<varlistentry xml:id="gmagick.constants.composite-atop">
167
167
<term>
168
168
<constant>Gmagick::COMPOSITE_ATOP</constant>
169
-
(<type>integer</type>)
169
+
(<type>int</type>)
170
170
</term>
171
171
<listitem>
172
172
<simpara>
...
...
@@ -177,7 +177,7 @@
177
177
<varlistentry xml:id="gmagick.constants.composite-blend">
178
178
<term>
179
179
<constant>Gmagick::COMPOSITE_BLEND</constant>
180
-
(<type>integer</type>)
180
+
(<type>int</type>)
181
181
</term>
182
182
<listitem>
183
183
<simpara>
...
...
@@ -188,7 +188,7 @@
188
188
<varlistentry xml:id="gmagick.constants.composite-bumpmap">
189
189
<term>
190
190
<constant>Gmagick::COMPOSITE_BUMPMAP</constant>
191
-
(<type>integer</type>)
191
+
(<type>int</type>)
192
192
</term>
193
193
<listitem>
194
194
<simpara>
...
...
@@ -199,7 +199,7 @@
199
199
<varlistentry xml:id="gmagick.constants.composite-clear">
200
200
<term>
201
201
<constant>Gmagick::COMPOSITE_CLEAR</constant>
202
-
(<type>integer</type>)
202
+
(<type>int</type>)
203
203
</term>
204
204
<listitem>
205
205
<simpara>
...
...
@@ -210,7 +210,7 @@
210
210
<varlistentry xml:id="gmagick.constants.composite-colorburn">
211
211
<term>
212
212
<constant>Gmagick::COMPOSITE_COLORBURN</constant>
213
-
(<type>integer</type>)
213
+
(<type>int</type>)
214
214
</term>
215
215
<listitem>
216
216
<simpara>
...
...
@@ -221,7 +221,7 @@
221
221
<varlistentry xml:id="gmagick.constants.composite-colordodge">
222
222
<term>
223
223
<constant>Gmagick::COMPOSITE_COLORDODGE</constant>
224
-
(<type>integer</type>)
224
+
(<type>int</type>)
225
225
</term>
226
226
<listitem>
227
227
<simpara>
...
...
@@ -232,7 +232,7 @@
232
232
<varlistentry xml:id="gmagick.constants.composite-colorize">
233
233
<term>
234
234
<constant>Gmagick::COMPOSITE_COLORIZE</constant>
235
-
(<type>integer</type>)
235
+
(<type>int</type>)
236
236
</term>
237
237
<listitem>
238
238
<simpara>
...
...
@@ -243,7 +243,7 @@
243
243
<varlistentry xml:id="gmagick.constants.composite-copyblack">
244
244
<term>
245
245
<constant>Gmagick::COMPOSITE_COPYBLACK</constant>
246
-
(<type>integer</type>)
246
+
(<type>int</type>)
247
247
</term>
248
248
<listitem>
249
249
<simpara>
...
...
@@ -254,7 +254,7 @@
254
254
<varlistentry xml:id="gmagick.constants.composite-copyblue">
255
255
<term>
256
256
<constant>Gmagick::COMPOSITE_COPYBLUE</constant>
257
-
(<type>integer</type>)
257
+
(<type>int</type>)
258
258
</term>
259
259
<listitem>
260
260
<simpara>
...
...
@@ -265,7 +265,7 @@
265
265
<varlistentry xml:id="gmagick.constants.composite-copy">
266
266
<term>
267
267
<constant>Gmagick::COMPOSITE_COPY</constant>
268
-
(<type>integer</type>)
268
+
(<type>int</type>)
269
269
</term>
270
270
<listitem>
271
271
<simpara>
...
...
@@ -276,7 +276,7 @@
276
276
<varlistentry xml:id="gmagick.constants.composite-copycyan">
277
277
<term>
278
278
<constant>Gmagick::COMPOSITE_COPYCYAN</constant>
279
-
(<type>integer</type>)
279
+
(<type>int</type>)
280
280
</term>
281
281
<listitem>
282
282
<simpara>
...
...
@@ -287,7 +287,7 @@
287
287
<varlistentry xml:id="gmagick.constants.composite-copygreen">
288
288
<term>
289
289
<constant>Gmagick::COMPOSITE_COPYGREEN</constant>
290
-
(<type>integer</type>)
290
+
(<type>int</type>)
291
291
</term>
292
292
<listitem>
293
293
<simpara>
...
...
@@ -298,7 +298,7 @@
298
298
<varlistentry xml:id="gmagick.constants.composite-copymagenta">
299
299
<term>
300
300
<constant>Gmagick::COMPOSITE_COPYMAGENTA</constant>
301
-
(<type>integer</type>)
301
+
(<type>int</type>)
302
302
</term>
303
303
<listitem>
304
304
<simpara>
...
...
@@ -309,7 +309,7 @@
309
309
<varlistentry xml:id="gmagick.constants.composite-copyopacity">
310
310
<term>
311
311
<constant>Gmagick::COMPOSITE_COPYOPACITY</constant>
312
-
(<type>integer</type>)
312
+
(<type>int</type>)
313
313
</term>
314
314
<listitem>
315
315
<simpara>
...
...
@@ -320,7 +320,7 @@
320
320
<varlistentry xml:id="gmagick.constants.composite-copyred">
321
321
<term>
322
322
<constant>Gmagick::COMPOSITE_COPYRED</constant>
323
-
(<type>integer</type>)
323
+
(<type>int</type>)
324
324
</term>
325
325
<listitem>
326
326
<simpara>
...
...
@@ -331,7 +331,7 @@
331
331
<varlistentry xml:id="gmagick.constants.composite-copyyellow">
332
332
<term>
333
333
<constant>Gmagick::COMPOSITE_COPYYELLOW</constant>
334
-
(<type>integer</type>)
334
+
(<type>int</type>)
335
335
</term>
336
336
<listitem>
337
337
<simpara>
...
...
@@ -342,7 +342,7 @@
342
342
<varlistentry xml:id="gmagick.constants.composite-darken">
343
343
<term>
344
344
<constant>Gmagick::COMPOSITE_DARKEN</constant>
345
-
(<type>integer</type>)
345
+
(<type>int</type>)
346
346
</term>
347
347
<listitem>
348
348
<simpara>
...
...
@@ -353,7 +353,7 @@
353
353
<varlistentry xml:id="gmagick.constants.composite-dstatop">
354
354
<term>
355
355
<constant>Gmagick::COMPOSITE_DSTATOP</constant>
356
-
(<type>integer</type>)
356
+
(<type>int</type>)
357
357
</term>
358
358
<listitem>
359
359
<simpara>
...
...
@@ -364,7 +364,7 @@
364
364
<varlistentry xml:id="gmagick.constants.composite-dst">
365
365
<term>
366
366
<constant>Gmagick::COMPOSITE_DST</constant>
367
-
(<type>integer</type>)
367
+
(<type>int</type>)
368
368
</term>
369
369
<listitem>
370
370
<simpara>
...
...
@@ -375,7 +375,7 @@
375
375
<varlistentry xml:id="gmagick.constants.composite-dstin">
376
376
<term>
377
377
<constant>Gmagick::COMPOSITE_DSTIN</constant>
378
-
(<type>integer</type>)
378
+
(<type>int</type>)
379
379
</term>
380
380
<listitem>
381
381
<simpara>
...
...
@@ -386,7 +386,7 @@
386
386
<varlistentry xml:id="gmagick.constants.composite-dstout">
387
387
<term>
388
388
<constant>Gmagick::COMPOSITE_DSTOUT</constant>
389
-
(<type>integer</type>)
389
+
(<type>int</type>)
390
390
</term>
391
391
<listitem>
392
392
<simpara>
...
...
@@ -397,7 +397,7 @@
397
397
<varlistentry xml:id="gmagick.constants.composite-dstover">
398
398
<term>
399
399
<constant>Gmagick::COMPOSITE_DSTOVER</constant>
400
-
(<type>integer</type>)
400
+
(<type>int</type>)
401
401
</term>
402
402
<listitem>
403
403
<simpara>
...
...
@@ -408,7 +408,7 @@
408
408
<varlistentry xml:id="gmagick.constants.composite-difference">
409
409
<term>
410
410
<constant>Gmagick::COMPOSITE_DIFFERENCE</constant>
411
-
(<type>integer</type>)
411
+
(<type>int</type>)
412
412
</term>
413
413
<listitem>
414
414
<simpara>
...
...
@@ -419,7 +419,7 @@
419
419
<varlistentry xml:id="gmagick.constants.composite-displace">
420
420
<term>
421
421
<constant>Gmagick::COMPOSITE_DISPLACE</constant>
422
-
(<type>integer</type>)
422
+
(<type>int</type>)
423
423
</term>
424
424
<listitem>
425
425
<simpara>
...
...
@@ -430,7 +430,7 @@
430
430
<varlistentry xml:id="gmagick.constants.composite-dissolve">
431
431
<term>
432
432
<constant>Gmagick::COMPOSITE_DISSOLVE</constant>
433
-
(<type>integer</type>)
433
+
(<type>int</type>)
434
434
</term>
435
435
<listitem>
436
436
<simpara>
...
...
@@ -441,7 +441,7 @@
441
441
<varlistentry xml:id="gmagick.constants.composite-exclusion">
442
442
<term>
443
443
<constant>Gmagick::COMPOSITE_EXCLUSION</constant>
444
-
(<type>integer</type>)
444
+
(<type>int</type>)
445
445
</term>
446
446
<listitem>
447
447
<simpara>
...
...
@@ -452,7 +452,7 @@
452
452
<varlistentry xml:id="gmagick.constants.composite-hardlight">
453
453
<term>
454
454
<constant>Gmagick::COMPOSITE_HARDLIGHT</constant>
455
-
(<type>integer</type>)
455
+
(<type>int</type>)
456
456
</term>
457
457
<listitem>
458
458
<simpara>
...
...
@@ -463,7 +463,7 @@
463
463
<varlistentry xml:id="gmagick.constants.composite-hue">
464
464
<term>
465
465
<constant>Gmagick::COMPOSITE_HUE</constant>
466
-
(<type>integer</type>)
466
+
(<type>int</type>)
467
467
</term>
468
468
<listitem>
469
469
<simpara>
...
...
@@ -474,7 +474,7 @@
474
474
<varlistentry xml:id="gmagick.constants.composite-in">
475
475
<term>
476
476
<constant>Gmagick::COMPOSITE_IN</constant>
477
-
(<type>integer</type>)
477
+
(<type>int</type>)
478
478
</term>
479
479
<listitem>
480
480
<simpara>
...
...
@@ -485,7 +485,7 @@
485
485
<varlistentry xml:id="gmagick.constants.composite-lighten">
486
486
<term>
487
487
<constant>Gmagick::COMPOSITE_LIGHTEN</constant>
488
-
(<type>integer</type>)
488
+
(<type>int</type>)
489
489
</term>
490
490
<listitem>
491
491
<simpara>
...
...
@@ -496,7 +496,7 @@
496
496
<varlistentry xml:id="gmagick.constants.composite-luminize">
497
497
<term>
498
498
<constant>Gmagick::COMPOSITE_LUMINIZE</constant>
499
-
(<type>integer</type>)
499
+
(<type>int</type>)
500
500
</term>
501
501
<listitem>
502
502
<simpara>
...
...
@@ -507,7 +507,7 @@
507
507
<varlistentry xml:id="gmagick.constants.composite-minus">
508
508
<term>
509
509
<constant>Gmagick::COMPOSITE_MINUS</constant>
510
-
(<type>integer</type>)
510
+
(<type>int</type>)
511
511
</term>
512
512
<listitem>
513
513
<simpara>
...
...
@@ -518,7 +518,7 @@
518
518
<varlistentry xml:id="gmagick.constants.composite-modulate">
519
519
<term>
520
520
<constant>Gmagick::COMPOSITE_MODULATE</constant>
521
-
(<type>integer</type>)
521
+
(<type>int</type>)
522
522
</term>
523
523
<listitem>
524
524
<simpara>
...
...
@@ -529,7 +529,7 @@
529
529
<varlistentry xml:id="gmagick.constants.composite-multiply">
530
530
<term>
531
531
<constant>Gmagick::COMPOSITE_MULTIPLY</constant>
532
-
(<type>integer</type>)
532
+
(<type>int</type>)
533
533
</term>
534
534
<listitem>
535
535
<simpara>
...
...
@@ -540,7 +540,7 @@
540
540
<varlistentry xml:id="gmagick.constants.composite-out">
541
541
<term>
542
542
<constant>Gmagick::COMPOSITE_OUT</constant>
543
-
(<type>integer</type>)
543
+
(<type>int</type>)
544
544
</term>
545
545
<listitem>
546
546
<simpara>
...
...
@@ -551,7 +551,7 @@
551
551
<varlistentry xml:id="gmagick.constants.composite-over">
552
552
<term>
553
553
<constant>Gmagick::COMPOSITE_OVER</constant>
554
-
(<type>integer</type>)
554
+
(<type>int</type>)
555
555
</term>
556
556
<listitem>
557
557
<simpara>
...
...
@@ -562,7 +562,7 @@
562
562
<varlistentry xml:id="gmagick.constants.composite-overlay">
563
563
<term>
564
564
<constant>Gmagick::COMPOSITE_OVERLAY</constant>
565
-
(<type>integer</type>)
565
+
(<type>int</type>)
566
566
</term>
567
567
<listitem>
568
568
<simpara>
...
...
@@ -573,7 +573,7 @@
573
573
<varlistentry xml:id="gmagick.constants.composite-plus">
574
574
<term>
575
575
<constant>Gmagick::COMPOSITE_PLUS</constant>
576
-
(<type>integer</type>)
576
+
(<type>int</type>)
577
577
</term>
578
578
<listitem>
579
579
<simpara>
...
...
@@ -584,7 +584,7 @@
584
584
<varlistentry xml:id="gmagick.constants.composite-replace">
585
585
<term>
586
586
<constant>Gmagick::COMPOSITE_REPLACE</constant>
587
-
(<type>integer</type>)
587
+
(<type>int</type>)
588
588
</term>
589
589
<listitem>
590
590
<simpara>
...
...
@@ -595,7 +595,7 @@
595
595
<varlistentry xml:id="gmagick.constants.composite-saturate">
596
596
<term>
597
597
<constant>Gmagick::COMPOSITE_SATURATE</constant>
598
-
(<type>integer</type>)
598
+
(<type>int</type>)
599
599
</term>
600
600
<listitem>
601
601
<simpara>
...
...
@@ -606,7 +606,7 @@
606
606
<varlistentry xml:id="gmagick.constants.composite-screen">
607
607
<term>
608
608
<constant>Gmagick::COMPOSITE_SCREEN</constant>
609
-
(<type>integer</type>)
609
+
(<type>int</type>)
610
610
</term>
611
611
<listitem>
612
612
<simpara>
...
...
@@ -617,7 +617,7 @@
617
617
<varlistentry xml:id="gmagick.constants.composite-softlight">
618
618
<term>
619
619
<constant>Gmagick::COMPOSITE_SOFTLIGHT</constant>
620
-
(<type>integer</type>)
620
+
(<type>int</type>)
621
621
</term>
622
622
<listitem>
623
623
<simpara>
...
...
@@ -628,7 +628,7 @@
628
628
<varlistentry xml:id="gmagick.constants.composite-srcatop">
629
629
<term>
630
630
<constant>Gmagick::COMPOSITE_SRCATOP</constant>
631
-
(<type>integer</type>)
631
+
(<type>int</type>)
632
632
</term>
633
633
<listitem>
634
634
<simpara>
...
...
@@ -639,7 +639,7 @@
639
639
<varlistentry xml:id="gmagick.constants.composite-src">
640
640
<term>
641
641
<constant>Gmagick::COMPOSITE_SRC</constant>
642
-
(<type>integer</type>)
642
+
(<type>int</type>)
643
643
</term>
644
644
<listitem>
645
645
<simpara>
...
...
@@ -650,7 +650,7 @@
650
650
<varlistentry xml:id="gmagick.constants.composite-srcin">
651
651
<term>
652
652
<constant>Gmagick::COMPOSITE_SRCIN</constant>
653
-
(<type>integer</type>)
653
+
(<type>int</type>)
654
654
</term>
655
655
<listitem>
656
656
<simpara>
...
...
@@ -661,7 +661,7 @@
661
661
<varlistentry xml:id="gmagick.constants.composite-srcout">
662
662
<term>
663
663
<constant>Gmagick::COMPOSITE_SRCOUT</constant>
664
-
(<type>integer</type>)
664
+
(<type>int</type>)
665
665
</term>
666
666
<listitem>
667
667
<simpara>
...
...
@@ -672,7 +672,7 @@
672
672
<varlistentry xml:id="gmagick.constants.composite-srcover">
673
673
<term>
674
674
<constant>Gmagick::COMPOSITE_SRCOVER</constant>
675
-
(<type>integer</type>)
675
+
(<type>int</type>)
676
676
</term>
677
677
<listitem>
678
678
<simpara>
...
...
@@ -683,7 +683,7 @@
683
683
<varlistentry xml:id="gmagick.constants.composite-subtract">
684
684
<term>
685
685
<constant>Gmagick::COMPOSITE_SUBTRACT</constant>
686
-
(<type>integer</type>)
686
+
(<type>int</type>)
687
687
</term>
688
688
<listitem>
689
689
<simpara>
...
...
@@ -694,7 +694,7 @@
694
694
<varlistentry xml:id="gmagick.constants.composite-threshold">
695
695
<term>
696
696
<constant>Gmagick::COMPOSITE_THRESHOLD</constant>
697
-
(<type>integer</type>)
697
+
(<type>int</type>)
698
698
</term>
699
699
<listitem>
700
700
<simpara>
...
...
@@ -705,7 +705,7 @@
705
705
<varlistentry xml:id="gmagick.constants.composite-xor">
706
706
<term>
707
707
<constant>Gmagick::COMPOSITE_XOR</constant>
708
-
(<type>integer</type>)
708
+
(<type>int</type>)
709
709
</term>
710
710
<listitem>
711
711
<simpara>
...
...
@@ -719,7 +719,7 @@
719
719
<varlistentry xml:id="gmagick.constants.montagemode-frame">
720
720
<term>
721
721
<constant>Gmagick::MONTAGEMODE_FRAME</constant>
722
-
(<type>integer</type>)
722
+
(<type>int</type>)
723
723
</term>
724
724
<listitem>
725
725
<simpara>
...
...
@@ -730,7 +730,7 @@
730
730
<varlistentry xml:id="gmagick.constants.montagemode-unframe">
731
731
<term>
732
732
<constant>Gmagick::MONTAGEMODE_UNFRAME</constant>
733
-
(<type>integer</type>)
733
+
(<type>int</type>)
734
734
</term>
735
735
<listitem>
736
736
<simpara>
...
...
@@ -741,7 +741,7 @@
741
741
<varlistentry xml:id="gmagick.constants.montagemode-concatenate">
742
742
<term>
743
743
<constant>Gmagick::MONTAGEMODE_CONCATENATE</constant>
744
-
(<type>integer</type>)
744
+
(<type>int</type>)
745
745
</term>
746
746
<listitem>
747
747
<simpara>
...
...
@@ -755,7 +755,7 @@
755
755
<varlistentry xml:id="gmagick.constants.style-normal">
756
756
<term>
757
757
<constant>Gmagick::STYLE_NORMAL</constant>
758
-
(<type>integer</type>)
758
+
(<type>int</type>)
759
759
</term>
760
760
<listitem>
761
761
<simpara>
...
...
@@ -766,7 +766,7 @@
766
766
<varlistentry xml:id="gmagick.constants.style-italic">
767
767
<term>
768
768
<constant>Gmagick::STYLE_ITALIC</constant>
769
-
(<type>integer</type>)
769
+
(<type>int</type>)
770
770
</term>
771
771
<listitem>
772
772
<simpara>
...
...
@@ -777,7 +777,7 @@
777
777
<varlistentry xml:id="gmagick.constants.style-oblique">
778
778
<term>
779
779
<constant>Gmagick::STYLE_OBLIQUE</constant>
780
-
(<type>integer</type>)
780
+
(<type>int</type>)
781
781
</term>
782
782
<listitem>
783
783
<simpara>
...
...
@@ -788,7 +788,7 @@
788
788
<varlistentry xml:id="gmagick.constants.style-any">
789
789
<term>
790
790
<constant>Gmagick::STYLE_ANY</constant>
791
-
(<type>integer</type>)
791
+
(<type>int</type>)
792
792
</term>
793
793
<listitem>
794
794
<simpara>
...
...
@@ -802,7 +802,7 @@
802
802
<varlistentry xml:id="gmagick.constants.filter-undefined">
803
803
<term>
804
804
<constant>Gmagick::FILTER_UNDEFINED</constant>
805
-
(<type>integer</type>)
805
+
(<type>int</type>)
806
806
</term>
807
807
<listitem>
808
808
<simpara>
...
...
@@ -813,7 +813,7 @@
813
813
<varlistentry xml:id="gmagick.constants.filter-point">
814
814
<term>
815
815
<constant>Gmagick::FILTER_POINT</constant>
816
-
(<type>integer</type>)
816
+
(<type>int</type>)
817
817
</term>
818
818
<listitem>
819
819
<simpara>
...
...
@@ -824,7 +824,7 @@
824
824
<varlistentry xml:id="gmagick.constants.filter-box">
825
825
<term>
826
826
<constant>Gmagick::FILTER_BOX</constant>
827
-
(<type>integer</type>)
827
+
(<type>int</type>)
828
828
</term>
829
829
<listitem>
830
830
<simpara>
...
...
@@ -835,7 +835,7 @@
835
835
<varlistentry xml:id="gmagick.constants.filter-triangle">
836
836
<term>
837
837
<constant>Gmagick::FILTER_TRIANGLE</constant>
838
-
(<type>integer</type>)
838
+
(<type>int</type>)
839
839
</term>
840
840
<listitem>
841
841
<simpara>
...
...
@@ -846,7 +846,7 @@
846
846
<varlistentry xml:id="gmagick.constants.filter-hermite">
847
847
<term>
848
848
<constant>Gmagick::FILTER_HERMITE</constant>
849
-
(<type>integer</type>)
849
+
(<type>int</type>)
850
850
</term>
851
851
<listitem>
852
852
<simpara>
...
...
@@ -857,7 +857,7 @@
857
857
<varlistentry xml:id="gmagick.constants.filter-hanning">
858
858
<term>
859
859
<constant>Gmagick::FILTER_HANNING</constant>
860
-
(<type>integer</type>)
860
+
(<type>int</type>)
861
861
</term>
862
862
<listitem>
863
863
<simpara>
...
...
@@ -868,7 +868,7 @@
868
868
<varlistentry xml:id="gmagick.constants.filter-hamming">
869
869
<term>
870
870
<constant>Gmagick::FILTER_HAMMING</constant>
871
-
(<type>integer</type>)
871
+
(<type>int</type>)
872
872
</term>
873
873
<listitem>
874
874
<simpara>
...
...
@@ -879,7 +879,7 @@
879
879
<varlistentry xml:id="gmagick.constants.filter-blackman">
880
880
<term>
881
881
<constant>Gmagick::FILTER_BLACKMAN</constant>
882
-
(<type>integer</type>)
882
+
(<type>int</type>)
883
883
</term>
884
884
<listitem>
885
885
<simpara>
...
...
@@ -890,7 +890,7 @@
890
890
<varlistentry xml:id="gmagick.constants.filter-gaussian">
891
891
<term>
892
892
<constant>Gmagick::FILTER_GAUSSIAN</constant>
893
-
(<type>integer</type>)
893
+
(<type>int</type>)
894
894
</term>
895
895
<listitem>
896
896
<simpara>
...
...
@@ -901,7 +901,7 @@
901
901
<varlistentry xml:id="gmagick.constants.filter-quadratic">
902
902
<term>
903
903
<constant>Gmagick::FILTER_QUADRATIC</constant>
904
-
(<type>integer</type>)
904
+
(<type>int</type>)
905
905
</term>
906
906
<listitem>
907
907
<simpara>
...
...
@@ -912,7 +912,7 @@
912
912
<varlistentry xml:id="gmagick.constants.filter-cubic">
913
913
<term>
914
914
<constant>Gmagick::FILTER_CUBIC</constant>
915
-
(<type>integer</type>)
915
+
(<type>int</type>)
916
916
</term>
917
917
<listitem>
918
918
<simpara>
...
...
@@ -923,7 +923,7 @@
923
923
<varlistentry xml:id="gmagick.constants.filter-catrom">
924
924
<term>
925
925
<constant>Gmagick::FILTER_CATROM</constant>
926
-
(<type>integer</type>)
926
+
(<type>int</type>)
927
927
</term>
928
928
<listitem>
929
929
<simpara>
...
...
@@ -934,7 +934,7 @@
934
934
<varlistentry xml:id="gmagick.constants.filter-mitchell">
935
935
<term>
936
936
<constant>Gmagick::FILTER_MITCHELL</constant>
937
-
(<type>integer</type>)
937
+
(<type>int</type>)
938
938
</term>
939
939
<listitem>
940
940
<simpara>
...
...
@@ -945,7 +945,7 @@
945
945
<varlistentry xml:id="gmagick.constants.filter-lanczos">
946
946
<term>
947
947
<constant>Gmagick::FILTER_LANCZOS</constant>
948
-
(<type>integer</type>)
948
+
(<type>int</type>)
949
949
</term>
950
950
<listitem>
951
951
<simpara>
...
...
@@ -956,7 +956,7 @@
956
956
<varlistentry xml:id="gmagick.constants.filter-bessel">
957
957
<term>
958
958
<constant>Gmagick::FILTER_BESSEL</constant>
959
-
(<type>integer</type>)
959
+
(<type>int</type>)
960
960
</term>
961
961
<listitem>
962
962
<simpara>
...
...
@@ -967,7 +967,7 @@
967
967
<varlistentry xml:id="gmagick.constants.filter-sinc">
968
968
<term>
969
969
<constant>Gmagick::FILTER_SINC</constant>
970
-
(<type>integer</type>)
970
+
(<type>int</type>)
971
971
</term>
972
972
<listitem>
973
973
<simpara>
...
...
@@ -981,7 +981,7 @@
981
981
<varlistentry xml:id="gmagick.constants.imgtype-undefined">
982
982
<term>
983
983
<constant>Gmagick::IMGTYPE_UNDEFINED</constant>
984
-
(<type>integer</type>)
984
+
(<type>int</type>)
985
985
</term>
986
986
<listitem>
987
987
<simpara>
...
...
@@ -992,7 +992,7 @@
992
992
<varlistentry xml:id="gmagick.constants.imgtype-bilevel">
993
993
<term>
994
994
<constant>Gmagick::IMGTYPE_BILEVEL</constant>
995
-
(<type>integer</type>)
995
+
(<type>int</type>)
996
996
</term>
997
997
<listitem>
998
998
<simpara>
...
...
@@ -1003,7 +1003,7 @@
1003
1003
<varlistentry xml:id="gmagick.constants.imgtype-grayscale">
1004
1004
<term>
1005
1005
<constant>Gmagick::IMGTYPE_GRAYSCALE</constant>
1006
-
(<type>integer</type>)
1006
+
(<type>int</type>)
1007
1007
</term>
1008
1008
<listitem>
1009
1009
<simpara>
...
...
@@ -1014,7 +1014,7 @@
1014
1014
<varlistentry xml:id="gmagick.constants.imgtype-grayscalematte">
1015
1015
<term>
1016
1016
<constant>Gmagick::IMGTYPE_GRAYSCALEMATTE</constant>
1017
-
(<type>integer</type>)
1017
+
(<type>int</type>)
1018
1018
</term>
1019
1019
<listitem>
1020
1020
<simpara>
...
...
@@ -1025,7 +1025,7 @@
1025
1025
<varlistentry xml:id="gmagick.constants.imgtype-palette">
1026
1026
<term>
1027
1027
<constant>Gmagick::IMGTYPE_PALETTE</constant>
1028
-
(<type>integer</type>)
1028
+
(<type>int</type>)
1029
1029
</term>
1030
1030
<listitem>
1031
1031
<simpara>
...
...
@@ -1036,7 +1036,7 @@
1036
1036
<varlistentry xml:id="gmagick.constants.imgtype-palettematte">
1037
1037
<term>
1038
1038
<constant>Gmagick::IMGTYPE_PALETTEMATTE</constant>
1039
-
(<type>integer</type>)
1039
+
(<type>int</type>)
1040
1040
</term>
1041
1041
<listitem>
1042
1042
<simpara>
...
...
@@ -1047,7 +1047,7 @@
1047
1047
<varlistentry xml:id="gmagick.constants.imgtype-truecolor">
1048
1048
<term>
1049
1049
<constant>Gmagick::IMGTYPE_TRUECOLOR</constant>
1050
-
(<type>integer</type>)
1050
+
(<type>int</type>)
1051
1051
</term>
1052
1052
<listitem>
1053
1053
<simpara>
...
...
@@ -1058,7 +1058,7 @@
1058
1058
<varlistentry xml:id="gmagick.constants.imgtype-truecolormatte">
1059
1059
<term>
1060
1060
<constant>Gmagick::IMGTYPE_TRUECOLORMATTE</constant>
1061
-
(<type>integer</type>)
1061
+
(<type>int</type>)
1062
1062
</term>
1063
1063
<listitem>
1064
1064
<simpara>
...
...
@@ -1069,7 +1069,7 @@
1069
1069
<varlistentry xml:id="gmagick.constants.imgtype-colorseparation">
1070
1070
<term>
1071
1071
<constant>Gmagick::IMGTYPE_COLORSEPARATION</constant>
1072
-
(<type>integer</type>)
1072
+
(<type>int</type>)
1073
1073
</term>
1074
1074
<listitem>
1075
1075
<simpara>
...
...
@@ -1080,7 +1080,7 @@
1080
1080
<varlistentry xml:id="gmagick.constants.imgtype-colorseparationmatte">
1081
1081
<term>
1082
1082
<constant>Gmagick::IMGTYPE_COLORSEPARATIONMATTE</constant>
1083
-
(<type>integer</type>)
1083
+
(<type>int</type>)
1084
1084
</term>
1085
1085
<listitem>
1086
1086
<simpara>
...
...
@@ -1091,7 +1091,7 @@
1091
1091
<varlistentry xml:id="gmagick.constants.imgtype-optimize">
1092
1092
<term>
1093
1093
<constant>Gmagick::IMGTYPE_OPTIMIZE</constant>
1094
-
(<type>integer</type>)
1094
+
(<type>int</type>)
1095
1095
</term>
1096
1096
<listitem>
1097
1097
<simpara>
...
...
@@ -1105,7 +1105,7 @@
1105
1105
<varlistentry xml:id="gmagick.constants.resolution-undefined">
1106
1106
<term>
1107
1107
<constant>Gmagick::RESOLUTION_UNDEFINED</constant>
1108
-
(<type>integer</type>)
1108
+
(<type>int</type>)
1109
1109
</term>
1110
1110
<listitem>
1111
1111
<simpara>
...
...
@@ -1116,7 +1116,7 @@
1116
1116
<varlistentry xml:id="gmagick.constants.resolution-pixelsperinch">
1117
1117
<term>
1118
1118
<constant>Gmagick::RESOLUTION_PIXELSPERINCH</constant>
1119
-
(<type>integer</type>)
1119
+
(<type>int</type>)
1120
1120
</term>
1121
1121
<listitem>
1122
1122
<simpara>
...
...
@@ -1127,7 +1127,7 @@
1127
1127
<varlistentry xml:id="gmagick.constants.resolution-pixelspercentimeter">
1128
1128
<term>
1129
1129
<constant>Gmagick::RESOLUTION_PIXELSPERCENTIMETER</constant>
1130
-
(<type>integer</type>)
1130
+
(<type>int</type>)
1131
1131
</term>
1132
1132
<listitem>
1133
1133
<simpara>
...
...
@@ -1141,7 +1141,7 @@
1141
1141
<varlistentry xml:id="gmagick.constants.compression-undefined">
1142
1142
<term>
1143
1143
<constant>Gmagick::COMPRESSION_UNDEFINED</constant>
1144
-
(<type>integer</type>)
1144
+
(<type>int</type>)
1145
1145
</term>
1146
1146
<listitem>
1147
1147
<simpara>
...
...
@@ -1152,7 +1152,7 @@
1152
1152
<varlistentry xml:id="gmagick.constants.compression-no">
1153
1153
<term>
1154
1154
<constant>Gmagick::COMPRESSION_NO</constant>
1155
-
(<type>integer</type>)
1155
+
(<type>int</type>)
1156
1156
</term>
1157
1157
<listitem>
1158
1158
<simpara>
...
...
@@ -1163,7 +1163,7 @@
1163
1163
<varlistentry xml:id="gmagick.constants.compression-bzip">
1164
1164
<term>
1165
1165
<constant>Gmagick::COMPRESSION_BZIP</constant>
1166
-
(<type>integer</type>)
1166
+
(<type>int</type>)
1167
1167
</term>
1168
1168
<listitem>
1169
1169
<simpara>
...
...
@@ -1174,7 +1174,7 @@
1174
1174
<varlistentry xml:id="gmagick.constants.compression-fax">
1175
1175
<term>
1176
1176
<constant>Gmagick::COMPRESSION_FAX</constant>
1177
-
(<type>integer</type>)
1177
+
(<type>int</type>)
1178
1178
</term>
1179
1179
<listitem>
1180
1180
<simpara>
...
...
@@ -1185,7 +1185,7 @@
1185
1185
<varlistentry xml:id="gmagick.constants.compression-group4">
1186
1186
<term>
1187
1187
<constant>Gmagick::COMPRESSION_GROUP4</constant>
1188
-
(<type>integer</type>)
1188
+
(<type>int</type>)
1189
1189
</term>
1190
1190
<listitem>
1191
1191
<simpara>
...
...
@@ -1196,7 +1196,7 @@
1196
1196
<varlistentry xml:id="gmagick.constants.compression-jpeg">
1197
1197
<term>
1198
1198
<constant>Gmagick::COMPRESSION_JPEG</constant>
1199
-
(<type>integer</type>)
1199
+
(<type>int</type>)
1200
1200
</term>
1201
1201
<listitem>
1202
1202
<simpara>
...
...
@@ -1207,7 +1207,7 @@
1207
1207
<varlistentry xml:id="gmagick.constants.compression-jpeg2000">
1208
1208
<term>
1209
1209
<constant>Gmagick::COMPRESSION_JPEG2000</constant>
1210
-
(<type>integer</type>)
1210
+
(<type>int</type>)
1211
1211
</term>
1212
1212
<listitem>
1213
1213
<simpara>
...
...
@@ -1218,7 +1218,7 @@
1218
1218
<varlistentry xml:id="gmagick.constants.compression-losslessjpeg">
1219
1219
<term>
1220
1220
<constant>Gmagick::COMPRESSION_LOSSLESSJPEG</constant>
1221
-
(<type>integer</type>)
1221
+
(<type>int</type>)
1222
1222
</term>
1223
1223
<listitem>
1224
1224
<simpara>
...
...
@@ -1229,7 +1229,7 @@
1229
1229
<varlistentry xml:id="gmagick.constants.compression-lzw">
1230
1230
<term>
1231
1231
<constant>Gmagick::COMPRESSION_LZW</constant>
1232
-
(<type>integer</type>)
1232
+
(<type>int</type>)
1233
1233
</term>
1234
1234
<listitem>
1235
1235
<simpara>
...
...
@@ -1240,7 +1240,7 @@
1240
1240
<varlistentry xml:id="gmagick.constants.compression-rle">
1241
1241
<term>
1242
1242
<constant>Gmagick::COMPRESSION_RLE</constant>
1243
-
(<type>integer</type>)
1243
+
(<type>int</type>)
1244
1244
</term>
1245
1245
<listitem>
1246
1246
<simpara>
...
...
@@ -1251,7 +1251,7 @@
1251
1251
<varlistentry xml:id="gmagick.constants.compression-zip">
1252
1252
<term>
1253
1253
<constant>Gmagick::COMPRESSION_ZIP</constant>
1254
-
(<type>integer</type>)
1254
+
(<type>int</type>)
1255
1255
</term>
1256
1256
<listitem>
1257
1257
<simpara>
...
...
@@ -1265,7 +1265,7 @@
1265
1265
<varlistentry xml:id="gmagick.constants.paint-point">
1266
1266
<term>
1267
1267
<constant>Gmagick::PAINT_POINT</constant>
1268
-
(<type>integer</type>)
1268
+
(<type>int</type>)
1269
1269
</term>
1270
1270
<listitem>
1271
1271
<simpara>
...
...
@@ -1276,7 +1276,7 @@
1276
1276
<varlistentry xml:id="gmagick.constants.paint-replace">
1277
1277
<term>
1278
1278
<constant>Gmagick::PAINT_REPLACE</constant>
1279
-
(<type>integer</type>)
1279
+
(<type>int</type>)
1280
1280
</term>
1281
1281
<listitem>
1282
1282
<simpara>
...
...
@@ -1287,7 +1287,7 @@
1287
1287
<varlistentry xml:id="gmagick.constants.paint-floodfill">
1288
1288
<term>
1289
1289
<constant>Gmagick::PAINT_FLOODFILL</constant>
1290
-
(<type>integer</type>)
1290
+
(<type>int</type>)
1291
1291
</term>
1292
1292
<listitem>
1293
1293
<simpara>
...
...
@@ -1298,7 +1298,7 @@
1298
1298
<varlistentry xml:id="gmagick.constants.paint-filltoborder">
1299
1299
<term>
1300
1300
<constant>Gmagick::PAINT_FILLTOBORDER</constant>
1301
-
(<type>integer</type>)
1301
+
(<type>int</type>)
1302
1302
</term>
1303
1303
<listitem>
1304
1304
<simpara>
...
...
@@ -1309,7 +1309,7 @@
1309
1309
<varlistentry xml:id="gmagick.constants.paint-reset">
1310
1310
<term>
1311
1311
<constant>Gmagick::PAINT_RESET</constant>
1312
-
(<type>integer</type>)
1312
+
(<type>int</type>)
1313
1313
</term>
1314
1314
<listitem>
1315
1315
<simpara>
...
...
@@ -1323,7 +1323,7 @@
1323
1323
<varlistentry xml:id="gmagick.constants.gravity-northwest">
1324
1324
<term>
1325
1325
<constant>Gmagick::GRAVITY_NORTHWEST</constant>
1326
-
(<type>integer</type>)
1326
+
(<type>int</type>)
1327
1327
</term>
1328
1328
<listitem>
1329
1329
<simpara>
...
...
@@ -1334,7 +1334,7 @@
1334
1334
<varlistentry xml:id="gmagick.constants.gravity-north">
1335
1335
<term>
1336
1336
<constant>Gmagick::GRAVITY_NORTH</constant>
1337
-
(<type>integer</type>)
1337
+
(<type>int</type>)
1338
1338
</term>
1339
1339
<listitem>
1340
1340
<simpara>
...
...
@@ -1345,7 +1345,7 @@
1345
1345
<varlistentry xml:id="gmagick.constants.gravity-northeast">
1346
1346
<term>
1347
1347
<constant>Gmagick::GRAVITY_NORTHEAST</constant>
1348
-
(<type>integer</type>)
1348
+
(<type>int</type>)
1349
1349
</term>
1350
1350
<listitem>
1351
1351
<simpara>
...
...
@@ -1356,7 +1356,7 @@
1356
1356
<varlistentry xml:id="gmagick.constants.gravity-west">
1357
1357
<term>
1358
1358
<constant>Gmagick::GRAVITY_WEST</constant>
1359
-
(<type>integer</type>)
1359
+
(<type>int</type>)
1360
1360
</term>
1361
1361
<listitem>
1362
1362
<simpara>
...
...
@@ -1367,7 +1367,7 @@
1367
1367
<varlistentry xml:id="gmagick.constants.gravity-center">
1368
1368
<term>
1369
1369
<constant>Gmagick::GRAVITY_CENTER</constant>
1370
-
(<type>integer</type>)
1370
+
(<type>int</type>)
1371
1371
</term>
1372
1372
<listitem>
1373
1373
<simpara>
...
...
@@ -1378,7 +1378,7 @@
1378
1378
<varlistentry xml:id="gmagick.constants.gravity-east">
1379
1379
<term>
1380
1380
<constant>Gmagick::GRAVITY_EAST</constant>
1381
-
(<type>integer</type>)
1381
+
(<type>int</type>)
1382
1382
</term>
1383
1383
<listitem>
1384
1384
<simpara>
...
...
@@ -1389,7 +1389,7 @@
1389
1389
<varlistentry xml:id="gmagick.constants.gravity-southwest">
1390
1390
<term>
1391
1391
<constant>Gmagick::GRAVITY_SOUTHWEST</constant>
1392
-
(<type>integer</type>)
1392
+
(<type>int</type>)
1393
1393
</term>
1394
1394
<listitem>
1395
1395
<simpara>
...
...
@@ -1400,7 +1400,7 @@
1400
1400
<varlistentry xml:id="gmagick.constants.gravity-south">
1401
1401
<term>
1402
1402
<constant>Gmagick::GRAVITY_SOUTH</constant>
1403
-
(<type>integer</type>)
1403
+
(<type>int</type>)
1404
1404
</term>
1405
1405
<listitem>
1406
1406
<simpara>
...
...
@@ -1411,7 +1411,7 @@
1411
1411
<varlistentry xml:id="gmagick.constants.gravity-southeast">
1412
1412
<term>
1413
1413
<constant>Gmagick::GRAVITY_SOUTHEAST</constant>
1414
-
(<type>integer</type>)
1414
+
(<type>int</type>)
1415
1415
</term>
1416
1416
<listitem>
1417
1417
<simpara>
...
...
@@ -1425,7 +1425,7 @@
1425
1425
<varlistentry xml:id="gmagick.constants.stretch-normal">
1426
1426
<term>
1427
1427
<constant>Gmagick::STRETCH_NORMAL</constant>
1428
-
(<type>integer</type>)
1428
+
(<type>int</type>)
1429
1429
</term>
1430
1430
<listitem>
1431
1431
<simpara>
...
...
@@ -1436,7 +1436,7 @@
1436
1436
<varlistentry xml:id="gmagick.constants.stretch-ultracondensed">
1437
1437
<term>
1438
1438
<constant>Gmagick::STRETCH_ULTRACONDENSED</constant>
1439
-
(<type>integer</type>)
1439
+
(<type>int</type>)
1440
1440
</term>
1441
1441
<listitem>
1442
1442
<simpara>
...
...
@@ -1447,7 +1447,7 @@
1447
1447
<varlistentry xml:id="gmagick.constants.stretch-condensed">
1448
1448
<term>
1449
1449
<constant>Gmagick::STRETCH_CONDENSED</constant>
1450
-
(<type>integer</type>)
1450
+
(<type>int</type>)
1451
1451
</term>
1452
1452
<listitem>
1453
1453
<simpara>
...
...
@@ -1458,7 +1458,7 @@
1458
1458
<varlistentry xml:id="gmagick.constants.stretch-semicondensed">
1459
1459
<term>
1460
1460
<constant>Gmagick::STRETCH_SEMICONDENSED</constant>
1461
-
(<type>integer</type>)
1461
+
(<type>int</type>)
1462
1462
</term>
1463
1463
<listitem>
1464
1464
<simpara>
...
...
@@ -1469,7 +1469,7 @@
1469
1469
<varlistentry xml:id="gmagick.constants.stretch-semiexpanded">
1470
1470
<term>
1471
1471
<constant>Gmagick::STRETCH_SEMIEXPANDED</constant>
1472
-
(<type>integer</type>)
1472
+
(<type>int</type>)
1473
1473
</term>
1474
1474
<listitem>
1475
1475
<simpara>
...
...
@@ -1480,7 +1480,7 @@
1480
1480
<varlistentry xml:id="gmagick.constants.stretch-expanded">
1481
1481
<term>
1482
1482
<constant>Gmagick::STRETCH_EXPANDED</constant>
1483
-
(<type>integer</type>)
1483
+
(<type>int</type>)
1484
1484
</term>
1485
1485
<listitem>
1486
1486
<simpara>
...
...
@@ -1491,7 +1491,7 @@
1491
1491
<varlistentry xml:id="gmagick.constants.stretch-extraexpanded">
1492
1492
<term>
1493
1493
<constant>Gmagick::STRETCH_EXTRAEXPANDED</constant>
1494
-
(<type>integer</type>)
1494
+
(<type>int</type>)
1495
1495
</term>
1496
1496
<listitem>
1497
1497
<simpara>
...
...
@@ -1502,7 +1502,7 @@
1502
1502
<varlistentry xml:id="gmagick.constants.stretch-ultraexpanded">
1503
1503
<term>
1504
1504
<constant>Gmagick::STRETCH_ULTRAEXPANDED</constant>
1505
-
(<type>integer</type>)
1505
+
(<type>int</type>)
1506
1506
</term>
1507
1507
<listitem>
1508
1508
<simpara>
...
...
@@ -1513,7 +1513,7 @@
1513
1513
<varlistentry xml:id="gmagick.constants.stretch-any">
1514
1514
<term>
1515
1515
<constant>Gmagick::STRETCH_ANY</constant>
1516
-
(<type>integer</type>)
1516
+
(<type>int</type>)
1517
1517
</term>
1518
1518
<listitem>
1519
1519
<simpara>
...
...
@@ -1527,7 +1527,7 @@
1527
1527
<varlistentry xml:id="gmagick.constants.align-undefined">
1528
1528
<term>
1529
1529
<constant>Gmagick::ALIGN_UNDEFINED</constant>
1530
-
(<type>integer</type>)
1530
+
(<type>int</type>)
1531
1531
</term>
1532
1532
<listitem>
1533
1533
<simpara>
...
...
@@ -1538,7 +1538,7 @@
1538
1538
<varlistentry xml:id="gmagick.constants.align-left">
1539
1539
<term>
1540
1540
<constant>Gmagick::ALIGN_LEFT</constant>
1541
-
(<type>integer</type>)
1541
+
(<type>int</type>)
1542
1542
</term>
1543
1543
<listitem>
1544
1544
<simpara>
...
...
@@ -1549,7 +1549,7 @@
1549
1549
<varlistentry xml:id="gmagick.constants.align-center">
1550
1550
<term>
1551
1551
<constant>Gmagick::ALIGN_CENTER</constant>
1552
-
(<type>integer</type>)
1552
+
(<type>int</type>)
1553
1553
</term>
1554
1554
<listitem>
1555
1555
<simpara>
...
...
@@ -1560,7 +1560,7 @@
1560
1560
<varlistentry xml:id="gmagick.constants.align-right">
1561
1561
<term>
1562
1562
<constant>Gmagick::ALIGN_RIGHT</constant>
1563
-
(<type>integer</type>)
1563
+
(<type>int</type>)
1564
1564
</term>
1565
1565
<listitem>
1566
1566
<simpara>
...
...
@@ -1574,7 +1574,7 @@
1574
1574
<varlistentry xml:id="gmagick.constants.decoration-no">
1575
1575
<term>
1576
1576
<constant>Gmagick::DECORATION_NO</constant>
1577
-
(<type>integer</type>)
1577
+
(<type>int</type>)
1578
1578
</term>
1579
1579
<listitem>
1580
1580
<simpara>
...
...
@@ -1585,7 +1585,7 @@
1585
1585
<varlistentry xml:id="gmagick.constants.decoration-underline">
1586
1586
<term>
1587
1587
<constant>Gmagick::DECORATION_UNDERLINE</constant>
1588
-
(<type>integer</type>)
1588
+
(<type>int</type>)
1589
1589
</term>
1590
1590
<listitem>
1591
1591
<simpara>
...
...
@@ -1596,7 +1596,7 @@
1596
1596
<varlistentry xml:id="gmagick.constants.decoration-overline">
1597
1597
<term>
1598
1598
<constant>Gmagick::DECORATION_OVERLINE</constant>
1599
-
(<type>integer</type>)
1599
+
(<type>int</type>)
1600
1600
</term>
1601
1601
<listitem>
1602
1602
<simpara>
...
...
@@ -1607,7 +1607,7 @@
1607
1607
<varlistentry xml:id="gmagick.constants.decoration-linetrough">
1608
1608
<term>
1609
1609
<constant>Gmagick::DECORATION_LINETROUGH</constant>
1610
-
(<type>integer</type>)
1610
+
(<type>int</type>)
1611
1611
</term>
1612
1612
<listitem>
1613
1613
<simpara>
...
...
@@ -1621,7 +1621,7 @@
1621
1621
<varlistentry xml:id="gmagick.constants.noise-uniform">
1622
1622
<term>
1623
1623
<constant>Gmagick::NOISE_UNIFORM</constant>
1624
-
(<type>integer</type>)
1624
+
(<type>int</type>)
1625
1625
</term>
1626
1626
<listitem>
1627
1627
<simpara>
...
...
@@ -1632,7 +1632,7 @@
1632
1632
<varlistentry xml:id="gmagick.constants.noise-gaussian">
1633
1633
<term>
1634
1634
<constant>Gmagick::NOISE_GAUSSIAN</constant>
1635
-
(<type>integer</type>)
1635
+
(<type>int</type>)
1636
1636
</term>
1637
1637
<listitem>
1638
1638
<simpara>
...
...
@@ -1643,7 +1643,7 @@
1643
1643
<varlistentry xml:id="gmagick.constants.noise-multiplicativegaussian">
1644
1644
<term>
1645
1645
<constant>Gmagick::NOISE_MULTIPLICATIVEGAUSSIAN</constant>
1646
-
(<type>integer</type>)
1646
+
(<type>int</type>)
1647
1647
</term>
1648
1648
<listitem>
1649
1649
<simpara>
...
...
@@ -1654,7 +1654,7 @@
1654
1654
<varlistentry xml:id="gmagick.constants.noise-impulse">
1655
1655
<term>
1656
1656
<constant>Gmagick::NOISE_IMPULSE</constant>
1657
-
(<type>integer</type>)
1657
+
(<type>int</type>)
1658
1658
</term>
1659
1659
<listitem>
1660
1660
<simpara>
...
...
@@ -1665,7 +1665,7 @@
1665
1665
<varlistentry xml:id="gmagick.constants.noise-laplacian">
1666
1666
<term>
1667
1667
<constant>Gmagick::NOISE_LAPLACIAN</constant>
1668
-
(<type>integer</type>)
1668
+
(<type>int</type>)
1669
1669
</term>
1670
1670
<listitem>
1671
1671
<simpara>
...
...
@@ -1676,7 +1676,7 @@
1676
1676
<varlistentry xml:id="gmagick.constants.noise-poisson">
1677
1677
<term>
1678
1678
<constant>Gmagick::NOISE_POISSON</constant>
1679
-
(<type>integer</type>)
1679
+
(<type>int</type>)
1680
1680
</term>
1681
1681
<listitem>
1682
1682
<simpara>
...
...
@@ -1690,7 +1690,7 @@
1690
1690
<varlistentry xml:id="gmagick.constants.channel-undefined">
1691
1691
<term>
1692
1692
<constant>Gmagick::CHANNEL_UNDEFINED</constant>
1693
-
(<type>integer</type>)
1693
+
(<type>int</type>)
1694
1694
</term>
1695
1695
<listitem>
1696
1696
<simpara>
...
...
@@ -1701,7 +1701,7 @@
1701
1701
<varlistentry xml:id="gmagick.constants.channel-red">
1702
1702
<term>
1703
1703
<constant>Gmagick::CHANNEL_RED</constant>
1704
-
(<type>integer</type>)
1704
+
(<type>int</type>)
1705
1705
</term>
1706
1706
<listitem>
1707
1707
<simpara>
...
...
@@ -1712,7 +1712,7 @@
1712
1712
<varlistentry xml:id="gmagick.constants.channel-gray">
1713
1713
<term>
1714
1714
<constant>Gmagick::CHANNEL_GRAY</constant>
1715
-
(<type>integer</type>)
1715
+
(<type>int</type>)
1716
1716
</term>
1717
1717
<listitem>
1718
1718
<simpara>
...
...
@@ -1723,7 +1723,7 @@
1723
1723
<varlistentry xml:id="gmagick.constants.channel-cyan">
1724
1724
<term>
1725
1725
<constant>Gmagick::CHANNEL_CYAN</constant>
1726
-
(<type>integer</type>)
1726
+
(<type>int</type>)
1727
1727
</term>
1728
1728
<listitem>
1729
1729
<simpara>
...
...
@@ -1734,7 +1734,7 @@
1734
1734
<varlistentry xml:id="gmagick.constants.channel-green">
1735
1735
<term>
1736
1736
<constant>Gmagick::CHANNEL_GREEN</constant>
1737
-
(<type>integer</type>)
1737
+
(<type>int</type>)
1738
1738
</term>
1739
1739
<listitem>
1740
1740
<simpara>
...
...
@@ -1745,7 +1745,7 @@
1745
1745
<varlistentry xml:id="gmagick.constants.channel-magenta">
1746
1746
<term>
1747
1747
<constant>Gmagick::CHANNEL_MAGENTA</constant>
1748
-
(<type>integer</type>)
1748
+
(<type>int</type>)
1749
1749
</term>
1750
1750
<listitem>
1751
1751
<simpara>
...
...
@@ -1756,7 +1756,7 @@
1756
1756
<varlistentry xml:id="gmagick.constants.channel-blue">
1757
1757
<term>
1758
1758
<constant>Gmagick::CHANNEL_BLUE</constant>
1759
-
(<type>integer</type>)
1759
+
(<type>int</type>)
1760
1760
</term>
1761
1761
<listitem>
1762
1762
<simpara>
...
...
@@ -1767,7 +1767,7 @@
1767
1767
<varlistentry xml:id="gmagick.constants.channel-yellow">
1768
1768
<term>
1769
1769
<constant>Gmagick::CHANNEL_YELLOW</constant>
1770
-
(<type>integer</type>)
1770
+
(<type>int</type>)
1771
1771
</term>
1772
1772
<listitem>
1773
1773
<simpara>
...
...
@@ -1778,7 +1778,7 @@
1778
1778
<varlistentry xml:id="gmagick.constants.channel-alpha">
1779
1779
<term>
1780
1780
<constant>Gmagick::CHANNEL_ALPHA</constant>
1781
-
(<type>integer</type>)
1781
+
(<type>int</type>)
1782
1782
</term>
1783
1783
<listitem>
1784
1784
<simpara>
...
...
@@ -1789,7 +1789,7 @@
1789
1789
<varlistentry xml:id="gmagick.constants.channel-opacity">
1790
1790
<term>
1791
1791
<constant>Gmagick::CHANNEL_OPACITY</constant>
1792
-
(<type>integer</type>)
1792
+
(<type>int</type>)
1793
1793
</term>
1794
1794
<listitem>
1795
1795
<simpara>
...
...
@@ -1800,7 +1800,7 @@
1800
1800
<varlistentry xml:id="gmagick.constants.channel-matte">
1801
1801
<term>
1802
1802
<constant>Gmagick::CHANNEL_MATTE</constant>
1803
-
(<type>integer</type>)
1803
+
(<type>int</type>)
1804
1804
</term>
1805
1805
<listitem>
1806
1806
<simpara>
...
...
@@ -1811,7 +1811,7 @@
1811
1811
<varlistentry xml:id="gmagick.constants.channel-black">
1812
1812
<term>
1813
1813
<constant>Gmagick::CHANNEL_BLACK</constant>
1814
-
(<type>integer</type>)
1814
+
(<type>int</type>)
1815
1815
</term>
1816
1816
<listitem>
1817
1817
<simpara>
...
...
@@ -1822,7 +1822,7 @@
1822
1822
<varlistentry xml:id="gmagick.constants.channel-index">
1823
1823
<term>
1824
1824
<constant>Gmagick::CHANNEL_INDEX</constant>
1825
-
(<type>integer</type>)
1825
+
(<type>int</type>)
1826
1826
</term>
1827
1827
<listitem>
1828
1828
<simpara>
...
...
@@ -1833,7 +1833,7 @@
1833
1833
<varlistentry xml:id="gmagick.constants.channel-all">
1834
1834
<term>
1835
1835
<constant>Gmagick::CHANNEL_ALL</constant>
1836
-
(<type>integer</type>)
1836
+
(<type>int</type>)
1837
1837
</term>
1838
1838
<listitem>
1839
1839
<simpara>
...
...
@@ -1847,7 +1847,7 @@
1847
1847
<varlistentry xml:id="gmagick.constants.metric-undefined">
1848
1848
<term>
1849
1849
<constant>Gmagick::METRIC_UNDEFINED</constant>
1850
-
(<type>integer</type>)
1850
+
(<type>int</type>)
1851
1851
</term>
1852
1852
<listitem>
1853
1853
<simpara>
...
...
@@ -1858,7 +1858,7 @@
1858
1858
<varlistentry xml:id="gmagick.constants.metric-meanabsoluteerror">
1859
1859
<term>
1860
1860
<constant>Gmagick::METRIC_MEANABSOLUTEERROR</constant>
1861
-
(<type>integer</type>)
1861
+
(<type>int</type>)
1862
1862
</term>
1863
1863
<listitem>
1864
1864
<simpara>
...
...
@@ -1869,7 +1869,7 @@
1869
1869
<varlistentry xml:id="gmagick.constants.metric-meansquareerror">
1870
1870
<term>
1871
1871
<constant>Gmagick::METRIC_MEANSQUAREERROR</constant>
1872
-
(<type>integer</type>)
1872
+
(<type>int</type>)
1873
1873
</term>
1874
1874
<listitem>
1875
1875
<simpara>
...
...
@@ -1880,7 +1880,7 @@
1880
1880
<varlistentry xml:id="gmagick.constants.metric-peakabsoluteerror">
1881
1881
<term>
1882
1882
<constant>Gmagick::METRIC_PEAKABSOLUTEERROR</constant>
1883
-
(<type>integer</type>)
1883
+
(<type>int</type>)
1884
1884
</term>
1885
1885
<listitem>
1886
1886
<simpara>
...
...
@@ -1891,7 +1891,7 @@
1891
1891
<varlistentry xml:id="gmagick.constants.metric-peaksignaltonoiseratio">
1892
1892
<term>
1893
1893
<constant>Gmagick::METRIC_PEAKSIGNALTONOISERATIO</constant>
1894
-
(<type>integer</type>)
1894
+
(<type>int</type>)
1895
1895
</term>
1896
1896
<listitem>
1897
1897
<simpara>
...
...
@@ -1902,7 +1902,7 @@
1902
1902
<varlistentry xml:id="gmagick.constants.metric-rootmeansquarederror">
1903
1903
<term>
1904
1904
<constant>Gmagick::METRIC_ROOTMEANSQUAREDERROR</constant>
1905
-
(<type>integer</type>)
1905
+
(<type>int</type>)
1906
1906
</term>
1907
1907
<listitem>
1908
1908
<simpara>
...
...
@@ -1916,7 +1916,7 @@
1916
1916
<varlistentry xml:id="gmagick.constants.pixel-char">
1917
1917
<term>
1918
1918
<constant>Gmagick::PIXEL_CHAR</constant>
1919
-
(<type>integer</type>)
1919
+
(<type>int</type>)
1920
1920
</term>
1921
1921
<listitem>
1922
1922
<simpara>
...
...
@@ -1927,7 +1927,7 @@
1927
1927
<varlistentry xml:id="gmagick.constants.pixel-double">
1928
1928
<term>
1929
1929
<constant>Gmagick::PIXEL_DOUBLE</constant>
1930
-
(<type>integer</type>)
1930
+
(<type>int</type>)
1931
1931
</term>
1932
1932
<listitem>
1933
1933
<simpara>
...
...
@@ -1938,7 +1938,7 @@
1938
1938
<varlistentry xml:id="gmagick.constants.pixel-float">
1939
1939
<term>
1940
1940
<constant>Gmagick::PIXEL_FLOAT</constant>
1941
-
(<type>integer</type>)
1941
+
(<type>int</type>)
1942
1942
</term>
1943
1943
<listitem>
1944
1944
<simpara>
...
...
@@ -1949,7 +1949,7 @@
1949
1949
<varlistentry xml:id="gmagick.constants.pixel-integer">
1950
1950
<term>
1951
1951
<constant>Gmagick::PIXEL_INTEGER</constant>
1952
-
(<type>integer</type>)
1952
+
(<type>int</type>)
1953
1953
</term>
1954
1954
<listitem>
1955
1955
<simpara>
...
...
@@ -1960,7 +1960,7 @@
1960
1960
<varlistentry xml:id="gmagick.constants.pixel-long">
1961
1961
<term>
1962
1962
<constant>Gmagick::PIXEL_LONG</constant>
1963
-
(<type>integer</type>)
1963
+
(<type>int</type>)
1964
1964
</term>
1965
1965
<listitem>
1966
1966
<simpara>
...
...
@@ -1971,7 +1971,7 @@
1971
1971
<varlistentry xml:id="gmagick.constants.pixel-quantum">
1972
1972
<term>
1973
1973
<constant>Gmagick::PIXEL_QUANTUM</constant>
1974
-
(<type>integer</type>)
1974
+
(<type>int</type>)
1975
1975
</term>
1976
1976
<listitem>
1977
1977
<simpara>
...
...
@@ -1982,7 +1982,7 @@
1982
1982
<varlistentry xml:id="gmagick.constants.pixel-short">
1983
1983
<term>
1984
1984
<constant>Gmagick::PIXEL_SHORT</constant>
1985
-
(<type>integer</type>)
1985
+
(<type>int</type>)
1986
1986
</term>
1987
1987
<listitem>
1988
1988
<simpara>
...
...
@@ -1996,7 +1996,7 @@
1996
1996
<varlistentry xml:id="gmagick.constants.colorspace-undefined">
1997
1997
<term>
1998
1998
<constant>Gmagick::COLORSPACE_UNDEFINED</constant>
1999
-
(<type>integer</type>)
1999
+
(<type>int</type>)
2000
2000
</term>
2001
2001
<listitem>
2002
2002
<simpara>
...
...
@@ -2007,7 +2007,7 @@
2007
2007
<varlistentry xml:id="gmagick.constants.colorspace-rgb">
2008
2008
<term>
2009
2009
<constant>Gmagick::COLORSPACE_RGB</constant>
2010
-
(<type>integer</type>)
2010
+
(<type>int</type>)
2011
2011
</term>
2012
2012
<listitem>
2013
2013
<simpara>
...
...
@@ -2018,7 +2018,7 @@
2018
2018
<varlistentry xml:id="gmagick.constants.colorspace-gray">
2019
2019
<term>
2020
2020
<constant>Gmagick::COLORSPACE_GRAY</constant>
2021
-
(<type>integer</type>)
2021
+
(<type>int</type>)
2022
2022
</term>
2023
2023
<listitem>
2024
2024
<simpara>
...
...
@@ -2029,7 +2029,7 @@
2029
2029
<varlistentry xml:id="gmagick.constants.colorspace-transparent">
2030
2030
<term>
2031
2031
<constant>Gmagick::COLORSPACE_TRANSPARENT</constant>
2032
-
(<type>integer</type>)
2032
+
(<type>int</type>)
2033
2033
</term>
2034
2034
<listitem>
2035
2035
<simpara>
...
...
@@ -2040,7 +2040,7 @@
2040
2040
<varlistentry xml:id="gmagick.constants.colorspace-ohta">
2041
2041
<term>
2042
2042
<constant>Gmagick::COLORSPACE_OHTA</constant>
2043
-
(<type>integer</type>)
2043
+
(<type>int</type>)
2044
2044
</term>
2045
2045
<listitem>
2046
2046
<simpara>
...
...
@@ -2051,7 +2051,7 @@
2051
2051
<varlistentry xml:id="gmagick.constants.colorspace-lab">
2052
2052
<term>
2053
2053
<constant>Gmagick::COLORSPACE_LAB</constant>
2054
-
(<type>integer</type>)
2054
+
(<type>int</type>)
2055
2055
</term>
2056
2056
<listitem>
2057
2057
<simpara>
...
...
@@ -2062,7 +2062,7 @@
2062
2062
<varlistentry xml:id="gmagick.constants.colorspace-xyz">
2063
2063
<term>
2064
2064
<constant>Gmagick::COLORSPACE_XYZ</constant>
2065
-
(<type>integer</type>)
2065
+
(<type>int</type>)
2066
2066
</term>
2067
2067
<listitem>
2068
2068
<simpara>
...
...
@@ -2073,7 +2073,7 @@
2073
2073
<varlistentry xml:id="gmagick.constants.colorspace-ycbcr">
2074
2074
<term>
2075
2075
<constant>Gmagick::COLORSPACE_YCBCR</constant>
2076
-
(<type>integer</type>)
2076
+
(<type>int</type>)
2077
2077
</term>
2078
2078
<listitem>
2079
2079
<simpara>
...
...
@@ -2084,7 +2084,7 @@
2084
2084
<varlistentry xml:id="gmagick.constants.colorspace-ycc">
2085
2085
<term>
2086
2086
<constant>Gmagick::COLORSPACE_YCC</constant>
2087
-
(<type>integer</type>)
2087
+
(<type>int</type>)
2088
2088
</term>
2089
2089
<listitem>
2090
2090
<simpara>
...
...
@@ -2095,7 +2095,7 @@
2095
2095
<varlistentry xml:id="gmagick.constants.colorspace-yiq">
2096
2096
<term>
2097
2097
<constant>Gmagick::COLORSPACE_YIQ</constant>
2098
-
(<type>integer</type>)
2098
+
(<type>int</type>)
2099
2099
</term>
2100
2100
<listitem>
2101
2101
<simpara>
...
...
@@ -2106,7 +2106,7 @@
2106
2106
<varlistentry xml:id="gmagick.constants.colorspace-ypbpr">
2107
2107
<term>
2108
2108
<constant>Gmagick::COLORSPACE_YPBPR</constant>
2109
-
(<type>integer</type>)
2109
+
(<type>int</type>)
2110
2110
</term>
2111
2111
<listitem>
2112
2112
<simpara>
...
...
@@ -2117,7 +2117,7 @@
2117
2117
<varlistentry xml:id="gmagick.constants.colorspace-yuv">
2118
2118
<term>
2119
2119
<constant>Gmagick::COLORSPACE_YUV</constant>
2120
-
(<type>integer</type>)
2120
+
(<type>int</type>)
2121
2121
</term>
2122
2122
<listitem>
2123
2123
<simpara>
...
...
@@ -2128,7 +2128,7 @@
2128
2128
<varlistentry xml:id="gmagick.constants.colorspace-cmyk">
2129
2129
<term>
2130
2130
<constant>Gmagick::COLORSPACE_CMYK</constant>
2131
-
(<type>integer</type>)
2131
+
(<type>int</type>)
2132
2132
</term>
2133
2133
<listitem>
2134
2134
<simpara>
...
...
@@ -2139,7 +2139,7 @@
2139
2139
<varlistentry xml:id="gmagick.constants.colorspace-srgb">
2140
2140
<term>
2141
2141
<constant>Gmagick::COLORSPACE_SRGB</constant>
2142
-
(<type>integer</type>)
2142
+
(<type>int</type>)
2143
2143
</term>
2144
2144
<listitem>
2145
2145
<simpara>
...
...
@@ -2150,7 +2150,7 @@
2150
2150
<varlistentry xml:id="gmagick.constants.colorspace-hsb">
2151
2151
<term>
2152
2152
<constant>Gmagick::COLORSPACE_HSB</constant>
2153
-
(<type>integer</type>)
2153
+
(<type>int</type>)
2154
2154
</term>
2155
2155
<listitem>
2156
2156
<simpara>
...
...
@@ -2161,7 +2161,7 @@
2161
2161
<varlistentry xml:id="gmagick.constants.colorspace-hsl">
2162
2162
<term>
2163
2163
<constant>Gmagick::COLORSPACE_HSL</constant>
2164
-
(<type>integer</type>)
2164
+
(<type>int</type>)
2165
2165
</term>
2166
2166
<listitem>
2167
2167
<simpara>
...
...
@@ -2172,7 +2172,7 @@
2172
2172
<varlistentry xml:id="gmagick.constants.colorspace-hwb">
2173
2173
<term>
2174
2174
<constant>Gmagick::COLORSPACE_HWB</constant>
2175
-
(<type>integer</type>)
2175
+
(<type>int</type>)
2176
2176
</term>
2177
2177
<listitem>
2178
2178
<simpara>
...
...
@@ -2183,7 +2183,7 @@
2183
2183
<varlistentry xml:id="gmagick.constants.colorspace-rec601luma">
2184
2184
<term>
2185
2185
<constant>Gmagick::COLORSPACE_REC601LUMA</constant>
2186
-
(<type>integer</type>)
2186
+
(<type>int</type>)
2187
2187
</term>
2188
2188
<listitem>
2189
2189
<simpara>
...
...
@@ -2194,7 +2194,7 @@
2194
2194
<varlistentry xml:id="gmagick.constants.colorspace-rec709luma">
2195
2195
<term>
2196
2196
<constant>Gmagick::COLORSPACE_REC709LUMA</constant>
2197
-
(<type>integer</type>)
2197
+
(<type>int</type>)
2198
2198
</term>
2199
2199
<listitem>
2200
2200
<simpara>
...
...
@@ -2205,7 +2205,7 @@
2205
2205
<varlistentry xml:id="gmagick.constants.colorspace-log">
2206
2206
<term>
2207
2207
<constant>Gmagick::COLORSPACE_LOG</constant>
2208
-
(<type>integer</type>)
2208
+
(<type>int</type>)
2209
2209
</term>
2210
2210
<listitem>
2211
2211
<simpara>
...
...
@@ -2219,7 +2219,7 @@
2219
2219
<varlistentry xml:id="gmagick.constants.virtualpixelmethod-undefined">
2220
2220
<term>
2221
2221
<constant>Gmagick::VIRTUALPIXELMETHOD_UNDEFINED</constant>
2222
-
(<type>integer</type>)
2222
+
(<type>int</type>)
2223
2223
</term>
2224
2224
<listitem>
2225
2225
<simpara>
...
...
@@ -2230,7 +2230,7 @@
2230
2230
<varlistentry xml:id="gmagick.constants.virtualpixelmethod-background">
2231
2231
<term>
2232
2232
<constant>Gmagick::VIRTUALPIXELMETHOD_BACKGROUND</constant>
2233
-
(<type>integer</type>)
2233
+
(<type>int</type>)
2234
2234
</term>
2235
2235
<listitem>
2236
2236
<simpara>
...
...
@@ -2241,7 +2241,7 @@
2241
2241
<varlistentry xml:id="gmagick.constants.virtualpixelmethod-constant">
2242
2242
<term>
2243
2243
<constant>Gmagick::VIRTUALPIXELMETHOD_CONSTANT</constant>
2244
-
(<type>integer</type>)
2244
+
(<type>int</type>)
2245
2245
</term>
2246
2246
<listitem>
2247
2247
<simpara>
...
...
@@ -2252,7 +2252,7 @@
2252
2252
<varlistentry xml:id="gmagick.constants.virtualpixelmethod-edge">
2253
2253
<term>
2254
2254
<constant>Gmagick::VIRTUALPIXELMETHOD_EDGE</constant>
2255
-
(<type>integer</type>)
2255
+
(<type>int</type>)
2256
2256
</term>
2257
2257
<listitem>
2258
2258
<simpara>
...
...
@@ -2263,7 +2263,7 @@
2263
2263
<varlistentry xml:id="gmagick.constants.virtualpixelmethod-mirror">
2264
2264
<term>
2265
2265
<constant>Gmagick::VIRTUALPIXELMETHOD_MIRROR</constant>
2266
-
(<type>integer</type>)
2266
+
(<type>int</type>)
2267
2267
</term>
2268
2268
<listitem>
2269
2269
<simpara>
...
...
@@ -2274,7 +2274,7 @@
2274
2274
<varlistentry xml:id="gmagick.constants.virtualpixelmethod-tile">
2275
2275
<term>
2276
2276
<constant>Gmagick::VIRTUALPIXELMETHOD_TILE</constant>
2277
-
(<type>integer</type>)
2277
+
(<type>int</type>)
2278
2278
</term>
2279
2279
<listitem>
2280
2280
<simpara>
...
...
@@ -2285,7 +2285,7 @@
2285
2285
<varlistentry xml:id="gmagick.constants.virtualpixelmethod-transparent">
2286
2286
<term>
2287
2287
<constant>Gmagick::VIRTUALPIXELMETHOD_TRANSPARENT</constant>
2288
-
(<type>integer</type>)
2288
+
(<type>int</type>)
2289
2289
</term>
2290
2290
<listitem>
2291
2291
<simpara>
...
...
@@ -2299,7 +2299,7 @@
2299
2299
<varlistentry xml:id="gmagick.constants.preview-undefined">
2300
2300
<term>
2301
2301
<constant>Gmagick::PREVIEW_UNDEFINED</constant>
2302
-
(<type>integer</type>)
2302
+
(<type>int</type>)
2303
2303
</term>
2304
2304
<listitem>
2305
2305
<simpara>
...
...
@@ -2310,7 +2310,7 @@
2310
2310
<varlistentry xml:id="gmagick.constants.preview-rotate">
2311
2311
<term>
2312
2312
<constant>Gmagick::PREVIEW_ROTATE</constant>
2313
-
(<type>integer</type>)
2313
+
(<type>int</type>)
2314
2314
</term>
2315
2315
<listitem>
2316
2316
<simpara>
...
...
@@ -2321,7 +2321,7 @@
2321
2321
<varlistentry xml:id="gmagick.constants.preview-shear">
2322
2322
<term>
2323
2323
<constant>Gmagick::PREVIEW_SHEAR</constant>
2324
-
(<type>integer</type>)
2324
+
(<type>int</type>)
2325
2325
</term>
2326
2326
<listitem>
2327
2327
<simpara>
...
...
@@ -2332,7 +2332,7 @@
2332
2332
<varlistentry xml:id="gmagick.constants.preview-roll">
2333
2333
<term>
2334
2334
<constant>Gmagick::PREVIEW_ROLL</constant>
2335
-
(<type>integer</type>)
2335
+
(<type>int</type>)
2336
2336
</term>
2337
2337
<listitem>
2338
2338
<simpara>
...
...
@@ -2343,7 +2343,7 @@
2343
2343
<varlistentry xml:id="gmagick.constants.preview-hue">
2344
2344
<term>
2345
2345
<constant>Gmagick::PREVIEW_HUE</constant>
2346
-
(<type>integer</type>)
2346
+
(<type>int</type>)
2347
2347
</term>
2348
2348
<listitem>
2349
2349
<simpara>
...
...
@@ -2354,7 +2354,7 @@
2354
2354
<varlistentry xml:id="gmagick.constants.preview-saturation">
2355
2355
<term>
2356
2356
<constant>Gmagick::PREVIEW_SATURATION</constant>
2357
-
(<type>integer</type>)
2357
+
(<type>int</type>)
2358
2358
</term>
2359
2359
<listitem>
2360
2360
<simpara>
...
...
@@ -2365,7 +2365,7 @@
2365
2365
<varlistentry xml:id="gmagick.constants.preview-brightness">
2366
2366
<term>
2367
2367
<constant>Gmagick::PREVIEW_BRIGHTNESS</constant>
2368
-
(<type>integer</type>)
2368
+
(<type>int</type>)
2369
2369
</term>
2370
2370
<listitem>
2371
2371
<simpara>
...
...
@@ -2376,7 +2376,7 @@
2376
2376
<varlistentry xml:id="gmagick.constants.preview-gamma">
2377
2377
<term>
2378
2378
<constant>Gmagick::PREVIEW_GAMMA</constant>
2379
-
(<type>integer</type>)
2379
+
(<type>int</type>)
2380
2380
</term>
2381
2381
<listitem>
2382
2382
<simpara>
...
...
@@ -2387,7 +2387,7 @@
2387
2387
<varlistentry xml:id="gmagick.constants.preview-spiff">
2388
2388
<term>
2389
2389
<constant>Gmagick::PREVIEW_SPIFF</constant>
2390
-
(<type>integer</type>)
2390
+
(<type>int</type>)
2391
2391
</term>
2392
2392
<listitem>
2393
2393
<simpara>
...
...
@@ -2398,7 +2398,7 @@
2398
2398
<varlistentry xml:id="gmagick.constants.preview-dull">
2399
2399
<term>
2400
2400
<constant>Gmagick::PREVIEW_DULL</constant>
2401
-
(<type>integer</type>)
2401
+
(<type>int</type>)
2402
2402
</term>
2403
2403
<listitem>
2404
2404
<simpara>
...
...
@@ -2409,7 +2409,7 @@
2409
2409
<varlistentry xml:id="gmagick.constants.preview-grayscale">
2410
2410
<term>
2411
2411
<constant>Gmagick::PREVIEW_GRAYSCALE</constant>
2412
-
(<type>integer</type>)
2412
+
(<type>int</type>)
2413
2413
</term>
2414
2414
<listitem>
2415
2415
<simpara>
...
...
@@ -2420,7 +2420,7 @@
2420
2420
<varlistentry xml:id="gmagick.constants.preview-quantize">
2421
2421
<term>
2422
2422
<constant>Gmagick::PREVIEW_QUANTIZE</constant>
2423
-
(<type>integer</type>)
2423
+
(<type>int</type>)
2424
2424
</term>
2425
2425
<listitem>
2426
2426
<simpara>
...
...
@@ -2431,7 +2431,7 @@
2431
2431
<varlistentry xml:id="gmagick.constants.preview-despeckle">
2432
2432
<term>
2433
2433
<constant>Gmagick::PREVIEW_DESPECKLE</constant>
2434
-
(<type>integer</type>)
2434
+
(<type>int</type>)
2435
2435
</term>
2436
2436
<listitem>
2437
2437
<simpara>
...
...
@@ -2442,7 +2442,7 @@
2442
2442
<varlistentry xml:id="gmagick.constants.preview-reducenoise">
2443
2443
<term>
2444
2444
<constant>Gmagick::PREVIEW_REDUCENOISE</constant>
2445
-
(<type>integer</type>)
2445
+
(<type>int</type>)
2446
2446
</term>
2447
2447
<listitem>
2448
2448
<simpara>
...
...
@@ -2453,7 +2453,7 @@
2453
2453
<varlistentry xml:id="gmagick.constants.preview-addnoise">
2454
2454
<term>
2455
2455
<constant>Gmagick::PREVIEW_ADDNOISE</constant>
2456
-
(<type>integer</type>)
2456
+
(<type>int</type>)
2457
2457
</term>
2458
2458
<listitem>
2459
2459
<simpara>
...
...
@@ -2464,7 +2464,7 @@
2464
2464
<varlistentry xml:id="gmagick.constants.preview-sharpen">
2465
2465
<term>
2466
2466
<constant>Gmagick::PREVIEW_SHARPEN</constant>
2467
-
(<type>integer</type>)
2467
+
(<type>int</type>)
2468
2468
</term>
2469
2469
<listitem>
2470
2470
<simpara>
...
...
@@ -2475,7 +2475,7 @@
2475
2475
<varlistentry xml:id="gmagick.constants.preview-blur">
2476
2476
<term>
2477
2477
<constant>Gmagick::PREVIEW_BLUR</constant>
2478
-
(<type>integer</type>)
2478
+
(<type>int</type>)
2479
2479
</term>
2480
2480
<listitem>
2481
2481
<simpara>
...
...
@@ -2486,7 +2486,7 @@
2486
2486
<varlistentry xml:id="gmagick.constants.preview-threshold">
2487
2487
<term>
2488
2488
<constant>Gmagick::PREVIEW_THRESHOLD</constant>
2489
-
(<type>integer</type>)
2489
+
(<type>int</type>)
2490
2490
</term>
2491
2491
<listitem>
2492
2492
<simpara>
...
...
@@ -2497,7 +2497,7 @@
2497
2497
<varlistentry xml:id="gmagick.constants.preview-edgedetect">
2498
2498
<term>
2499
2499
<constant>Gmagick::PREVIEW_EDGEDETECT</constant>
2500
-
(<type>integer</type>)
2500
+
(<type>int</type>)
2501
2501
</term>
2502
2502
<listitem>
2503
2503
<simpara>
...
...
@@ -2508,7 +2508,7 @@
2508
2508
<varlistentry xml:id="gmagick.constants.preview-spread">
2509
2509
<term>
2510
2510
<constant>Gmagick::PREVIEW_SPREAD</constant>
2511
-
(<type>integer</type>)
2511
+
(<type>int</type>)
2512
2512
</term>
2513
2513
<listitem>
2514
2514
<simpara>
...
...
@@ -2519,7 +2519,7 @@
2519
2519
<varlistentry xml:id="gmagick.constants.preview-solarize">
2520
2520
<term>
2521
2521
<constant>Gmagick::PREVIEW_SOLARIZE</constant>
2522
-
(<type>integer</type>)
2522
+
(<type>int</type>)
2523
2523
</term>
2524
2524
<listitem>
2525
2525
<simpara>
...
...
@@ -2530,7 +2530,7 @@
2530
2530
<varlistentry xml:id="gmagick.constants.preview-shade">
2531
2531
<term>
2532
2532
<constant>Gmagick::PREVIEW_SHADE</constant>
2533
-
(<type>integer</type>)
2533
+
(<type>int</type>)
2534
2534
</term>
2535
2535
<listitem>
2536
2536
<simpara>
...
...
@@ -2541,7 +2541,7 @@
2541
2541
<varlistentry xml:id="gmagick.constants.preview-raise">
2542
2542
<term>
2543
2543
<constant>Gmagick::PREVIEW_RAISE</constant>
2544
-
(<type>integer</type>)
2544
+
(<type>int</type>)
2545
2545
</term>
2546
2546
<listitem>
2547
2547
<simpara>
...
...
@@ -2552,7 +2552,7 @@
2552
2552
<varlistentry xml:id="gmagick.constants.preview-segment">
2553
2553
<term>
2554
2554
<constant>Gmagick::PREVIEW_SEGMENT</constant>
2555
-
(<type>integer</type>)
2555
+
(<type>int</type>)
2556
2556
</term>
2557
2557
<listitem>
2558
2558
<simpara>
...
...
@@ -2563,7 +2563,7 @@
2563
2563
<varlistentry xml:id="gmagick.constants.preview-swirl">
2564
2564
<term>
2565
2565
<constant>Gmagick::PREVIEW_SWIRL</constant>
2566
-
(<type>integer</type>)
2566
+
(<type>int</type>)
2567
2567
</term>
2568
2568
<listitem>
2569
2569
<simpara>
...
...
@@ -2574,7 +2574,7 @@
2574
2574
<varlistentry xml:id="gmagick.constants.preview-implode">
2575
2575
<term>
2576
2576
<constant>Gmagick::PREVIEW_IMPLODE</constant>
2577
-
(<type>integer</type>)
2577
+
(<type>int</type>)
2578
2578
</term>
2579
2579
<listitem>
2580
2580
<simpara>
...
...
@@ -2585,7 +2585,7 @@
2585
2585
<varlistentry xml:id="gmagick.constants.preview-wave">
2586
2586
<term>
2587
2587
<constant>Gmagick::PREVIEW_WAVE</constant>
2588
-
(<type>integer</type>)
2588
+
(<type>int</type>)
2589
2589
</term>
2590
2590
<listitem>
2591
2591
<simpara>
...
...
@@ -2596,7 +2596,7 @@
2596
2596
<varlistentry xml:id="gmagick.constants.preview-oilpaint">
2597
2597
<term>
2598
2598
<constant>Gmagick::PREVIEW_OILPAINT</constant>
2599
-
(<type>integer</type>)
2599
+
(<type>int</type>)
2600
2600
</term>
2601
2601
<listitem>
2602
2602
<simpara>
...
...
@@ -2607,7 +2607,7 @@
2607
2607
<varlistentry xml:id="gmagick.constants.preview-charcoaldrawing">
2608
2608
<term>
2609
2609
<constant>Gmagick::PREVIEW_CHARCOALDRAWING</constant>
2610
-
(<type>integer</type>)
2610
+
(<type>int</type>)
2611
2611
</term>
2612
2612
<listitem>
2613
2613
<simpara>
...
...
@@ -2618,7 +2618,7 @@
2618
2618
<varlistentry xml:id="gmagick.constants.preview-jpeg">
2619
2619
<term>
2620
2620
<constant>Gmagick::PREVIEW_JPEG</constant>
2621
-
(<type>integer</type>)
2621
+
(<type>int</type>)
2622
2622
</term>
2623
2623
<listitem>
2624
2624
<simpara>
...
...
@@ -2632,7 +2632,7 @@
2632
2632
<varlistentry xml:id="gmagick.constants.renderingintent-undefined">
2633
2633
<term>
2634
2634
<constant>Gmagick::RENDERINGINTENT_UNDEFINED</constant>
2635
-
(<type>integer</type>)
2635
+
(<type>int</type>)
2636
2636
</term>
2637
2637
<listitem>
2638
2638
<simpara>
...
...
@@ -2643,7 +2643,7 @@
2643
2643
<varlistentry xml:id="gmagick.constants.renderingintent-saturation">
2644
2644
<term>
2645
2645
<constant>Gmagick::RENDERINGINTENT_SATURATION</constant>
2646
-
(<type>integer</type>)
2646
+
(<type>int</type>)
2647
2647
</term>
2648
2648
<listitem>
2649
2649
<simpara>
...
...
@@ -2654,7 +2654,7 @@
2654
2654
<varlistentry xml:id="gmagick.constants.renderingintent-perceptual">
2655
2655
<term>
2656
2656
<constant>Gmagick::RENDERINGINTENT_PERCEPTUAL</constant>
2657
-
(<type>integer</type>)
2657
+
(<type>int</type>)
2658
2658
</term>
2659
2659
<listitem>
2660
2660
<simpara>
...
...
@@ -2665,7 +2665,7 @@
2665
2665
<varlistentry xml:id="gmagick.constants.renderingintent-absolute">
2666
2666
<term>
2667
2667
<constant>Gmagick::RENDERINGINTENT_ABSOLUTE</constant>
2668
-
(<type>integer</type>)
2668
+
(<type>int</type>)
2669
2669
</term>
2670
2670
<listitem>
2671
2671
<simpara>
...
...
@@ -2676,7 +2676,7 @@
2676
2676
<varlistentry xml:id="gmagick.constants.renderingintent-relative">
2677
2677
<term>
2678
2678
<constant>Gmagick::RENDERINGINTENT_RELATIVE</constant>
2679
-
(<type>integer</type>)
2679
+
(<type>int</type>)
2680
2680
</term>
2681
2681
<listitem>
2682
2682
<simpara>
...
...
@@ -2690,7 +2690,7 @@
2690
2690
<varlistentry xml:id="gmagick.constants.fillrule-undefined">
2691
2691
<term>
2692
2692
<constant>Gmagick::FILLRULE_UNDEFINED</constant>
2693
-
(<type>integer</type>)
2693
+
(<type>int</type>)
2694
2694
</term>
2695
2695
<listitem>
2696
2696
<simpara>
...
...
@@ -2701,7 +2701,7 @@
2701
2701
<varlistentry xml:id="gmagick.constants.fillrule-evenodd">
2702
2702
<term>
2703
2703
<constant>Gmagick::FILLRULE_EVENODD</constant>
2704
-
(<type>integer</type>)
2704
+
(<type>int</type>)
2705
2705
</term>
2706
2706
<listitem>
2707
2707
<simpara>
...
...
@@ -2712,7 +2712,7 @@
2712
2712
<varlistentry xml:id="gmagick.constants.fillrule-nonzero">
2713
2713
<term>
2714
2714
<constant>Gmagick::FILLRULE_NONZERO</constant>
2715
-
(<type>integer</type>)
2715
+
(<type>int</type>)
2716
2716
</term>
2717
2717
<listitem>
2718
2718
<simpara>
...
...
@@ -2726,7 +2726,7 @@
2726
2726
<varlistentry xml:id="gmagick.constants.pathunits-undefined">
2727
2727
<term>
2728
2728
<constant>Gmagick::PATHUNITS_UNDEFINED</constant>
2729
-
(<type>integer</type>)
2729
+
(<type>int</type>)
2730
2730
</term>
2731
2731
<listitem>
2732
2732
<simpara>
...
...
@@ -2737,7 +2737,7 @@
2737
2737
<varlistentry xml:id="gmagick.constants.pathunits-userspace">
2738
2738
<term>
2739
2739
<constant>Gmagick::PATHUNITS_USERSPACE</constant>
2740
-
(<type>integer</type>)
2740
+
(<type>int</type>)
2741
2741
</term>
2742
2742
<listitem>
2743
2743
<simpara>
...
...
@@ -2748,7 +2748,7 @@
2748
2748
<varlistentry xml:id="gmagick.constants.pathunits-userspaceonuse">
2749
2749
<term>
2750
2750
<constant>Gmagick::PATHUNITS_USERSPACEONUSE</constant>
2751
-
(<type>integer</type>)
2751
+
(<type>int</type>)
2752
2752
</term>
2753
2753
<listitem>
2754
2754
<simpara>
...
...
@@ -2759,7 +2759,7 @@
2759
2759
<varlistentry xml:id="gmagick.constants.pathunits-objectboundingbox">
2760
2760
<term>
2761
2761
<constant>Gmagick::PATHUNITS_OBJECTBOUNDINGBOX</constant>
2762
-
(<type>integer</type>)
2762
+
(<type>int</type>)
2763
2763
</term>
2764
2764
<listitem>
2765
2765
<simpara>
...
...
@@ -2773,7 +2773,7 @@
2773
2773
<varlistentry xml:id="gmagick.constants.linecap-undefined">
2774
2774
<term>
2775
2775
<constant>Gmagick::LINECAP_UNDEFINED</constant>
2776
-
(<type>integer</type>)
2776
+
(<type>int</type>)
2777
2777
</term>
2778
2778
<listitem>
2779
2779
<simpara>
...
...
@@ -2784,7 +2784,7 @@
2784
2784
<varlistentry xml:id="gmagick.constants.linecap-butt">
2785
2785
<term>
2786
2786
<constant>Gmagick::LINECAP_BUTT</constant>
2787
-
(<type>integer</type>)
2787
+
(<type>int</type>)
2788
2788
</term>
2789
2789
<listitem>
2790
2790
<simpara>
...
...
@@ -2795,7 +2795,7 @@
2795
2795
<varlistentry xml:id="gmagick.constants.linecap-round">
2796
2796
<term>
2797
2797
<constant>Gmagick::LINECAP_ROUND</constant>
2798
-
(<type>integer</type>)
2798
+
(<type>int</type>)
2799
2799
</term>
2800
2800
<listitem>
2801
2801
<simpara>
...
...
@@ -2806,7 +2806,7 @@
2806
2806
<varlistentry xml:id="gmagick.constants.linecap-square">
2807
2807
<term>
2808
2808
<constant>Gmagick::LINECAP_SQUARE</constant>
2809
-
(<type>integer</type>)
2809
+
(<type>int</type>)
2810
2810
</term>
2811
2811
<listitem>
2812
2812
<simpara>
...
...
@@ -2820,7 +2820,7 @@
2820
2820
<varlistentry xml:id="gmagick.constants.linejoin-undefined">
2821
2821
<term>
2822
2822
<constant>Gmagick::LINEJOIN_UNDEFINED</constant>
2823
-
(<type>integer</type>)
2823
+
(<type>int</type>)
2824
2824
</term>
2825
2825
<listitem>
2826
2826
<simpara>
...
...
@@ -2831,7 +2831,7 @@
2831
2831
<varlistentry xml:id="gmagick.constants.linejoin-miter">
2832
2832
<term>
2833
2833
<constant>Gmagick::LINEJOIN_MITER</constant>
2834
-
(<type>integer</type>)
2834
+
(<type>int</type>)
2835
2835
</term>
2836
2836
<listitem>
2837
2837
<simpara>
...
...
@@ -2842,7 +2842,7 @@
2842
2842
<varlistentry xml:id="gmagick.constants.linejoin-round">
2843
2843
<term>
2844
2844
<constant>Gmagick::LINEJOIN_ROUND</constant>
2845
-
(<type>integer</type>)
2845
+
(<type>int</type>)
2846
2846
</term>
2847
2847
<listitem>
2848
2848
<simpara>
...
...
@@ -2853,7 +2853,7 @@
2853
2853
<varlistentry xml:id="gmagick.constants.linejoin-bevel">
2854
2854
<term>
2855
2855
<constant>Gmagick::LINEJOIN_BEVEL</constant>
2856
-
(<type>integer</type>)
2856
+
(<type>int</type>)
2857
2857
</term>
2858
2858
<listitem>
2859
2859
<simpara>
...
...
@@ -2867,7 +2867,7 @@
2867
2867
<varlistentry xml:id="gmagick.constants.resourcetype-undefined">
2868
2868
<term>
2869
2869
<constant>Gmagick::RESOURCETYPE_UNDEFINED</constant>
2870
-
(<type>integer</type>)
2870
+
(<type>int</type>)
2871
2871
</term>
2872
2872
<listitem>
2873
2873
<simpara>
...
...
@@ -2878,7 +2878,7 @@
2878
2878
<varlistentry xml:id="gmagick.constants.resourcetype-area">
2879
2879
<term>
2880
2880
<constant>Gmagick::RESOURCETYPE_AREA</constant>
2881
-
(<type>integer</type>)
2881
+
(<type>int</type>)
2882
2882
</term>
2883
2883
<listitem>
2884
2884
<simpara>
...
...
@@ -2889,7 +2889,7 @@
2889
2889
<varlistentry xml:id="gmagick.constants.resourcetype-disk">
2890
2890
<term>
2891
2891
<constant>Gmagick::RESOURCETYPE_DISK</constant>
2892
-
(<type>integer</type>)
2892
+
(<type>int</type>)
2893
2893
</term>
2894
2894
<listitem>
2895
2895
<simpara>
...
...
@@ -2900,7 +2900,7 @@
2900
2900
<varlistentry xml:id="gmagick.constants.resourcetype-file">
2901
2901
<term>
2902
2902
<constant>Gmagick::RESOURCETYPE_FILE</constant>
2903
-
(<type>integer</type>)
2903
+
(<type>int</type>)
2904
2904
</term>
2905
2905
<listitem>
2906
2906
<simpara>
...
...
@@ -2911,7 +2911,7 @@
2911
2911
<varlistentry xml:id="gmagick.constants.resourcetype-map">
2912
2912
<term>
2913
2913
<constant>Gmagick::RESOURCETYPE_MAP</constant>
2914
-
(<type>integer</type>)
2914
+
(<type>int</type>)
2915
2915
</term>
2916
2916
<listitem>
2917
2917
<simpara>
...
...
@@ -2922,7 +2922,7 @@
2922
2922
<varlistentry xml:id="gmagick.constants.resourcetype-memory">
2923
2923
<term>
2924
2924
<constant>Gmagick::RESOURCETYPE_MEMORY</constant>
2925
-
(<type>integer</type>)
2925
+
(<type>int</type>)
2926
2926
</term>
2927
2927
<listitem>
2928
2928
<simpara>
...
...
@@ -2936,7 +2936,7 @@
2936
2936
<varlistentry xml:id="gmagick.constants.orientation-undefined">
2937
2937
<term>
2938
2938
<constant>Gmagick::ORIENTATION_UNDEFINED</constant>
2939
-
(<type>integer</type>)
2939
+
(<type>int</type>)
2940
2940
</term>
2941
2941
<listitem>
2942
2942
<simpara>
...
...
@@ -2947,7 +2947,7 @@
2947
2947
<varlistentry xml:id="gmagick.constants.orientation-topleft">
2948
2948
<term>
2949
2949
<constant>Gmagick::ORIENTATION_TOPLEFT</constant>
2950
-
(<type>integer</type>)
2950
+
(<type>int</type>)
2951
2951
</term>
2952
2952
<listitem>
2953
2953
<simpara>
...
...
@@ -2958,7 +2958,7 @@
2958
2958
<varlistentry xml:id="gmagick.constants.orientation-topright">
2959
2959
<term>
2960
2960
<constant>Gmagick::ORIENTATION_TOPRIGHT</constant>
2961
-
(<type>integer</type>)
2961
+
(<type>int</type>)
2962
2962
</term>
2963
2963
<listitem>
2964
2964
<simpara>
...
...
@@ -2969,7 +2969,7 @@
2969
2969
<varlistentry xml:id="gmagick.constants.orientation-bottomright">
2970
2970
<term>
2971
2971
<constant>Gmagick::ORIENTATION_BOTTOMRIGHT</constant>
2972
-
(<type>integer</type>)
2972
+
(<type>int</type>)
2973
2973
</term>
2974
2974
<listitem>
2975
2975
<simpara>
...
...
@@ -2980,7 +2980,7 @@
2980
2980
<varlistentry xml:id="gmagick.constants.orientation-bottomleft">
2981
2981
<term>
2982
2982
<constant>Gmagick::ORIENTATION_BOTTOMLEFT</constant>
2983
-
(<type>integer</type>)
2983
+
(<type>int</type>)
2984
2984
</term>
2985
2985
<listitem>
2986
2986
<simpara>
...
...
@@ -2991,7 +2991,7 @@
2991
2991
<varlistentry xml:id="gmagick.constants.orientation-lefttop">
2992
2992
<term>
2993
2993
<constant>Gmagick::ORIENTATION_LEFTTOP</constant>
2994
-
(<type>integer</type>)
2994
+
(<type>int</type>)
2995
2995
</term>
2996
2996
<listitem>
2997
2997
<simpara>
...
...
@@ -3002,7 +3002,7 @@
3002
3002
<varlistentry xml:id="gmagick.constants.orientation-righttop">
3003
3003
<term>
3004
3004
<constant>Gmagick::ORIENTATION_RIGHTTOP</constant>
3005
-
(<type>integer</type>)
3005
+
(<type>int</type>)
3006
3006
</term>
3007
3007
<listitem>
3008
3008
<simpara>
...
...
@@ -3013,7 +3013,7 @@
3013
3013
<varlistentry xml:id="gmagick.constants.orientation-rightbottom">
3014
3014
<term>
3015
3015
<constant>Gmagick::ORIENTATION_RIGHTBOTTOM</constant>
3016
-
(<type>integer</type>)
3016
+
(<type>int</type>)
3017
3017
</term>
3018
3018
<listitem>
3019
3019
<simpara>
...
...
@@ -3024,7 +3024,76 @@
3024
3024
<varlistentry xml:id="gmagick.constants.orientation-leftbottom">
3025
3025
<term>
3026
3026
<constant>Gmagick::ORIENTATION_LEFTBOTTOM</constant>
3027
-
(<type>integer</type>)
3027
+
(<type>int</type>)
3028
+
</term>
3029
+
<listitem>
3030
+
<simpara>
3031
+
3032
+
</simpara>
3033
+
</listitem>
3034
+
</varlistentry>
3035
+
</variablelist>
3036
+
<variablelist xml:id="gmagick.constants.interlace">
3037
+
<title>Interlace constants</title>
3038
+
<varlistentry xml:id="gmagick.constants.interlace-undefined">
3039
+
<term>
3040
+
<constant>Gmagick::INTERLACE_UNDEFINED</constant>
3041
+
(<type>int</type>)
3042
+
</term>
3043
+
<listitem>
3044
+
<simpara>
3045
+

3046
+
</simpara>
3047
+
</listitem>
3048
+
</varlistentry>
3049
+
<varlistentry xml:id="gmagick.constants.interlace-no">
3050
+
<term>
3051
+
<constant>Gmagick::INTERLACE_NO</constant>
3052
+
(<type>int</type>)
3053
+
</term>
3054
+
<listitem>
3055
+
<simpara>
3056
+

3057
+
</simpara>
3058
+
</listitem>
3059
+
</varlistentry>
3060
+
<varlistentry xml:id="gmagick.constants.interlace-none">
3061
+
<term>
3062
+
<constant>Gmagick::INTERLACE_NONE</constant>
3063
+
(<type>int</type>)
3064
+
</term>
3065
+
<listitem>
3066
+
<simpara>
3067
+

3068
+
</simpara>
3069
+
</listitem>
3070
+
</varlistentry>
3071
+
<varlistentry xml:id="gmagick.constants.interlace-line">
3072
+
<term>
3073
+
<constant>Gmagick::INTERLACE_LINE</constant>
3074
+
(<type>int</type>)
3075
+
</term>
3076
+
<listitem>
3077
+
<simpara>
3078
+

3079
+
</simpara>
3080
+
</listitem>
3081
+
</varlistentry>
3082
+
<varlistentry xml:id="gmagick.constants.interlace-plane">
3083
+
<term>
3084
+
<constant>Gmagick::INTERLACE_PLANE</constant>
3085
+
(<type>int</type>)
3086
+
</term>
3087
+
<listitem>
3088
+
<simpara>
3089
+

3090
+
</simpara>
3091
+
</listitem>
3092
+
</varlistentry>
3093
+
<varlistentry xml:id="gmagick.constants.interlace-partition">
3094
+
<term>
3095
+
<constant>Gmagick::INTERLACE_PARTITION</constant>
3096
+
(<type>int</type>)
3028
3097
</term>
3029
3098
<listitem>
3030
3099
<simpara>
3031
3100