reference/imagick/constants.xml
0b8183b14984c7e75032d964de73dea3d11b6b72
...
...
@@ -11,7 +11,7 @@
11
11
<varlistentry xml:id="imagick.constants.color-black">
12
12
<term>
13
13
<constant>imagick::COLOR_BLACK</constant>
14
-
(<type>integer</type>)
14
+
(<type>int</type>)
15
15
</term>
16
16
<listitem>
17
17
<simpara>
...
...
@@ -22,7 +22,7 @@
22
22
<varlistentry xml:id="imagick.constants.color-blue">
23
23
<term>
24
24
<constant>imagick::COLOR_BLUE</constant>
25
-
(<type>integer</type>)
25
+
(<type>int</type>)
26
26
</term>
27
27
<listitem>
28
28
<simpara>
...
...
@@ -33,7 +33,7 @@
33
33
<varlistentry xml:id="imagick.constants.color-cyan">
34
34
<term>
35
35
<constant>imagick::COLOR_CYAN</constant>
36
-
(<type>integer</type>)
36
+
(<type>int</type>)
37
37
</term>
38
38
<listitem>
39
39
<simpara>
...
...
@@ -44,7 +44,7 @@
44
44
<varlistentry xml:id="imagick.constants.color-green">
45
45
<term>
46
46
<constant>imagick::COLOR_GREEN</constant>
47
-
(<type>integer</type>)
47
+
(<type>int</type>)
48
48
</term>
49
49
<listitem>
50
50
<simpara>
...
...
@@ -55,7 +55,7 @@
55
55
<varlistentry xml:id="imagick.constants.color-red">
56
56
<term>
57
57
<constant>imagick::COLOR_RED</constant>
58
-
(<type>integer</type>)
58
+
(<type>int</type>)
59
59
</term>
60
60
<listitem>
61
61
<simpara>
...
...
@@ -66,7 +66,7 @@
66
66
<varlistentry xml:id="imagick.constants.color-yellow">
67
67
<term>
68
68
<constant>imagick::COLOR_YELLOW</constant>
69
-
(<type>integer</type>)
69
+
(<type>int</type>)
70
70
</term>
71
71
<listitem>
72
72
<simpara>
...
...
@@ -77,7 +77,7 @@
77
77
<varlistentry xml:id="imagick.constants.color-magenta">
78
78
<term>
79
79
<constant>imagick::COLOR_MAGENTA</constant>
80
-
(<type>integer</type>)
80
+
(<type>int</type>)
81
81
</term>
82
82
<listitem>
83
83
<simpara>
...
...
@@ -88,7 +88,7 @@
88
88
<varlistentry xml:id="imagick.constants.color-opacity">
89
89
<term>
90
90
<constant>imagick::COLOR_OPACITY</constant>
91
-
(<type>integer</type>)
91
+
(<type>int</type>)
92
92
</term>
93
93
<listitem>
94
94
<simpara>
...
...
@@ -99,7 +99,7 @@
99
99
<varlistentry xml:id="imagick.constants.color-alpha">
100
100
<term>
101
101
<constant>imagick::COLOR_ALPHA</constant>
102
-
(<type>integer</type>)
102
+
(<type>int</type>)
103
103
</term>
104
104
<listitem>
105
105
<simpara>
...
...
@@ -110,7 +110,7 @@
110
110
<varlistentry xml:id="imagick.constants.color-fuzz">
111
111
<term>
112
112
<constant>imagick::COLOR_FUZZ</constant>
113
-
(<type>integer</type>)
113
+
(<type>int</type>)
114
114
</term>
115
115
<listitem>
116
116
<simpara>
...
...
@@ -126,7 +126,7 @@
126
126
<varlistentry xml:id="imagick.constants.dispose-unrecognized">
127
127
<term>
128
128
<constant>imagick::DISPOSE_UNRECOGNIZED</constant>
129
-
(<type>integer</type>)
129
+
(<type>int</type>)
130
130
</term>
131
131
<listitem>
132
132
<simpara>
...
...
@@ -137,7 +137,7 @@
137
137
<varlistentry xml:id="imagick.constants.dispose-undefined">
138
138
<term>
139
139
<constant>imagick::DISPOSE_UNDEFINED</constant>
140
-
(<type>integer</type>)
140
+
(<type>int</type>)
141
141
</term>
142
142
<listitem>
143
143
<simpara>
...
...
@@ -148,7 +148,7 @@
148
148
<varlistentry xml:id="imagick.constants.dispose-none">
149
149
<term>
150
150
<constant>imagick::DISPOSE_NONE</constant>
151
-
(<type>integer</type>)
151
+
(<type>int</type>)
152
152
</term>
153
153
<listitem>
154
154
<simpara>
...
...
@@ -159,7 +159,7 @@
159
159
<varlistentry xml:id="imagick.constants.dispose-background">
160
160
<term>
161
161
<constant>imagick::DISPOSE_BACKGROUND</constant>
162
-
(<type>integer</type>)
162
+
(<type>int</type>)
163
163
</term>
164
164
<listitem>
165
165
<simpara>
...
...
@@ -170,7 +170,7 @@
170
170
<varlistentry xml:id="imagick.constants.dispose-previous">
171
171
<term>
172
172
<constant>imagick::DISPOSE_PREVIOUS</constant>
173
-
(<type>integer</type>)
173
+
(<type>int</type>)
174
174
</term>
175
175
<listitem>
176
176
<simpara>
...
...
@@ -185,7 +185,7 @@
185
185
<varlistentry xml:id="imagick.constants.composite-default">
186
186
<term>
187
187
<constant>imagick::COMPOSITE_DEFAULT</constant>
188
-
(<type>integer</type>)
188
+
(<type>int</type>)
189
189
</term>
190
190
<listitem>
191
191
<simpara>
...
...
@@ -196,7 +196,7 @@
196
196
<varlistentry xml:id="imagick.constants.composite-undefined">
197
197
<term>
198
198
<constant>imagick::COMPOSITE_UNDEFINED</constant>
199
-
(<type>integer</type>)
199
+
(<type>int</type>)
200
200
</term>
201
201
<listitem>
202
202
<simpara>
...
...
@@ -207,7 +207,7 @@
207
207
<varlistentry xml:id="imagick.constants.composite-no">
208
208
<term>
209
209
<constant>imagick::COMPOSITE_NO</constant>
210
-
(<type>integer</type>)
210
+
(<type>int</type>)
211
211
</term>
212
212
<listitem>
213
213
<simpara>
...
...
@@ -218,7 +218,7 @@
218
218
<varlistentry xml:id="imagick.constants.composite-add">
219
219
<term>
220
220
<constant>imagick::COMPOSITE_ADD</constant>
221
-
(<type>integer</type>)
221
+
(<type>int</type>)
222
222
</term>
223
223
<listitem>
224
224
<simpara>
...
...
@@ -229,7 +229,7 @@
229
229
<varlistentry xml:id="imagick.constants.composite-atop">
230
230
<term>
231
231
<constant>imagick::COMPOSITE_ATOP</constant>
232
-
(<type>integer</type>)
232
+
(<type>int</type>)
233
233
</term>
234
234
<listitem>
235
235
<simpara>
...
...
@@ -240,7 +240,7 @@
240
240
<varlistentry xml:id="imagick.constants.composite-blend">
241
241
<term>
242
242
<constant>imagick::COMPOSITE_BLEND</constant>
243
-
(<type>integer</type>)
243
+
(<type>int</type>)
244
244
</term>
245
245
<listitem>
246
246
<simpara>
...
...
@@ -251,7 +251,7 @@
251
251
<varlistentry xml:id="imagick.constants.composite-bumpmap">
252
252
<term>
253
253
<constant>imagick::COMPOSITE_BUMPMAP</constant>
254
-
(<type>integer</type>)
254
+
(<type>int</type>)
255
255
</term>
256
256
<listitem>
257
257
<simpara>
...
...
@@ -262,7 +262,7 @@
262
262
<varlistentry xml:id="imagick.constants.composite-clear">
263
263
<term>
264
264
<constant>imagick::COMPOSITE_CLEAR</constant>
265
-
(<type>integer</type>)
265
+
(<type>int</type>)
266
266
</term>
267
267
<listitem>
268
268
<simpara>
...
...
@@ -273,7 +273,7 @@
273
273
<varlistentry xml:id="imagick.constants.composite-colorburn">
274
274
<term>
275
275
<constant>imagick::COMPOSITE_COLORBURN</constant>
276
-
(<type>integer</type>)
276
+
(<type>int</type>)
277
277
</term>
278
278
<listitem>
279
279
<simpara>
...
...
@@ -284,7 +284,7 @@
284
284
<varlistentry xml:id="imagick.constants.composite-colordodge">
285
285
<term>
286
286
<constant>imagick::COMPOSITE_COLORDODGE</constant>
287
-
(<type>integer</type>)
287
+
(<type>int</type>)
288
288
</term>
289
289
<listitem>
290
290
<simpara>
...
...
@@ -295,7 +295,7 @@
295
295
<varlistentry xml:id="imagick.constants.composite-colorize">
296
296
<term>
297
297
<constant>imagick::COMPOSITE_COLORIZE</constant>
298
-
(<type>integer</type>)
298
+
(<type>int</type>)
299
299
</term>
300
300
<listitem>
301
301
<simpara>
...
...
@@ -306,7 +306,7 @@
306
306
<varlistentry xml:id="imagick.constants.composite-copyblack">
307
307
<term>
308
308
<constant>imagick::COMPOSITE_COPYBLACK</constant>
309
-
(<type>integer</type>)
309
+
(<type>int</type>)
310
310
</term>
311
311
<listitem>
312
312
<simpara>
...
...
@@ -317,7 +317,7 @@
317
317
<varlistentry xml:id="imagick.constants.composite-copyblue">
318
318
<term>
319
319
<constant>imagick::COMPOSITE_COPYBLUE</constant>
320
-
(<type>integer</type>)
320
+
(<type>int</type>)
321
321
</term>
322
322
<listitem>
323
323
<simpara>
...
...
@@ -328,7 +328,7 @@
328
328
<varlistentry xml:id="imagick.constants.composite-copy">
329
329
<term>
330
330
<constant>imagick::COMPOSITE_COPY</constant>
331
-
(<type>integer</type>)
331
+
(<type>int</type>)
332
332
</term>
333
333
<listitem>
334
334
<simpara>
...
...
@@ -339,7 +339,7 @@
339
339
<varlistentry xml:id="imagick.constants.composite-copycyan">
340
340
<term>
341
341
<constant>imagick::COMPOSITE_COPYCYAN</constant>
342
-
(<type>integer</type>)
342
+
(<type>int</type>)
343
343
</term>
344
344
<listitem>
345
345
<simpara>
...
...
@@ -350,7 +350,7 @@
350
350
<varlistentry xml:id="imagick.constants.composite-copygreen">
351
351
<term>
352
352
<constant>imagick::COMPOSITE_COPYGREEN</constant>
353
-
(<type>integer</type>)
353
+
(<type>int</type>)
354
354
</term>
355
355
<listitem>
356
356
<simpara>
...
...
@@ -361,7 +361,7 @@
361
361
<varlistentry xml:id="imagick.constants.composite-copymagenta">
362
362
<term>
363
363
<constant>imagick::COMPOSITE_COPYMAGENTA</constant>
364
-
(<type>integer</type>)
364
+
(<type>int</type>)
365
365
</term>
366
366
<listitem>
367
367
<simpara>
...
...
@@ -372,7 +372,7 @@
372
372
<varlistentry xml:id="imagick.constants.composite-copyopacity">
373
373
<term>
374
374
<constant>imagick::COMPOSITE_COPYOPACITY</constant>
375
-
(<type>integer</type>)
375
+
(<type>int</type>)
376
376
</term>
377
377
<listitem>
378
378
<simpara>
...
...
@@ -383,7 +383,7 @@
383
383
<varlistentry xml:id="imagick.constants.composite-copyred">
384
384
<term>
385
385
<constant>imagick::COMPOSITE_COPYRED</constant>
386
-
(<type>integer</type>)
386
+
(<type>int</type>)
387
387
</term>
388
388
<listitem>
389
389
<simpara>
...
...
@@ -394,7 +394,7 @@
394
394
<varlistentry xml:id="imagick.constants.composite-copyyellow">
395
395
<term>
396
396
<constant>imagick::COMPOSITE_COPYYELLOW</constant>
397
-
(<type>integer</type>)
397
+
(<type>int</type>)
398
398
</term>
399
399
<listitem>
400
400
<simpara>
...
...
@@ -405,7 +405,7 @@
405
405
<varlistentry xml:id="imagick.constants.composite-darken">
406
406
<term>
407
407
<constant>imagick::COMPOSITE_DARKEN</constant>
408
-
(<type>integer</type>)
408
+
(<type>int</type>)
409
409
</term>
410
410
<listitem>
411
411
<simpara>
...
...
@@ -416,7 +416,7 @@
416
416
<varlistentry xml:id="imagick.constants.composite-dstatop">
417
417
<term>
418
418
<constant>imagick::COMPOSITE_DSTATOP</constant>
419
-
(<type>integer</type>)
419
+
(<type>int</type>)
420
420
</term>
421
421
<listitem>
422
422
<simpara>
...
...
@@ -427,7 +427,7 @@
427
427
<varlistentry xml:id="imagick.constants.composite-dst">
428
428
<term>
429
429
<constant>imagick::COMPOSITE_DST</constant>
430
-
(<type>integer</type>)
430
+
(<type>int</type>)
431
431
</term>
432
432
<listitem>
433
433
<simpara>
...
...
@@ -438,7 +438,7 @@
438
438
<varlistentry xml:id="imagick.constants.composite-dstin">
439
439
<term>
440
440
<constant>imagick::COMPOSITE_DSTIN</constant>
441
-
(<type>integer</type>)
441
+
(<type>int</type>)
442
442
</term>
443
443
<listitem>
444
444
<simpara>
...
...
@@ -449,7 +449,7 @@
449
449
<varlistentry xml:id="imagick.constants.composite-dstout">
450
450
<term>
451
451
<constant>imagick::COMPOSITE_DSTOUT</constant>
452
-
(<type>integer</type>)
452
+
(<type>int</type>)
453
453
</term>
454
454
<listitem>
455
455
<simpara>
...
...
@@ -460,7 +460,7 @@
460
460
<varlistentry xml:id="imagick.constants.composite-dstover">
461
461
<term>
462
462
<constant>imagick::COMPOSITE_DSTOVER</constant>
463
-
(<type>integer</type>)
463
+
(<type>int</type>)
464
464
</term>
465
465
<listitem>
466
466
<simpara>
...
...
@@ -471,7 +471,7 @@
471
471
<varlistentry xml:id="imagick.constants.composite-difference">
472
472
<term>
473
473
<constant>imagick::COMPOSITE_DIFFERENCE</constant>
474
-
(<type>integer</type>)
474
+
(<type>int</type>)
475
475
</term>
476
476
<listitem>
477
477
<simpara>
...
...
@@ -482,7 +482,7 @@
482
482
<varlistentry xml:id="imagick.constants.composite-displace">
483
483
<term>
484
484
<constant>imagick::COMPOSITE_DISPLACE</constant>
485
-
(<type>integer</type>)
485
+
(<type>int</type>)
486
486
</term>
487
487
<listitem>
488
488
<simpara>
...
...
@@ -493,7 +493,7 @@
493
493
<varlistentry xml:id="imagick.constants.composite-dissolve">
494
494
<term>
495
495
<constant>imagick::COMPOSITE_DISSOLVE</constant>
496
-
(<type>integer</type>)
496
+
(<type>int</type>)
497
497
</term>
498
498
<listitem>
499
499
<simpara>
...
...
@@ -504,7 +504,7 @@
504
504
<varlistentry xml:id="imagick.constants.composite-exclusion">
505
505
<term>
506
506
<constant>imagick::COMPOSITE_EXCLUSION</constant>
507
-
(<type>integer</type>)
507
+
(<type>int</type>)
508
508
</term>
509
509
<listitem>
510
510
<simpara>
...
...
@@ -515,7 +515,7 @@
515
515
<varlistentry xml:id="imagick.constants.composite-hardlight">
516
516
<term>
517
517
<constant>imagick::COMPOSITE_HARDLIGHT</constant>
518
-
(<type>integer</type>)
518
+
(<type>int</type>)
519
519
</term>
520
520
<listitem>
521
521
<simpara>
...
...
@@ -526,7 +526,7 @@
526
526
<varlistentry xml:id="imagick.constants.composite-hue">
527
527
<term>
528
528
<constant>imagick::COMPOSITE_HUE</constant>
529
-
(<type>integer</type>)
529
+
(<type>int</type>)
530
530
</term>
531
531
<listitem>
532
532
<simpara>
...
...
@@ -537,7 +537,7 @@
537
537
<varlistentry xml:id="imagick.constants.composite-in">
538
538
<term>
539
539
<constant>imagick::COMPOSITE_IN</constant>
540
-
(<type>integer</type>)
540
+
(<type>int</type>)
541
541
</term>
542
542
<listitem>
543
543
<simpara>
...
...
@@ -548,7 +548,7 @@
548
548
<varlistentry xml:id="imagick.constants.composite-lighten">
549
549
<term>
550
550
<constant>imagick::COMPOSITE_LIGHTEN</constant>
551
-
(<type>integer</type>)
551
+
(<type>int</type>)
552
552
</term>
553
553
<listitem>
554
554
<simpara>
...
...
@@ -559,7 +559,7 @@
559
559
<varlistentry xml:id="imagick.constants.composite-luminize">
560
560
<term>
561
561
<constant>imagick::COMPOSITE_LUMINIZE</constant>
562
-
(<type>integer</type>)
562
+
(<type>int</type>)
563
563
</term>
564
564
<listitem>
565
565
<simpara>
...
...
@@ -570,7 +570,7 @@
570
570
<varlistentry xml:id="imagick.constants.composite-minus">
571
571
<term>
572
572
<constant>imagick::COMPOSITE_MINUS</constant>
573
-
(<type>integer</type>)
573
+
(<type>int</type>)
574
574
</term>
575
575
<listitem>
576
576
<simpara>
...
...
@@ -581,7 +581,7 @@
581
581
<varlistentry xml:id="imagick.constants.composite-modulate">
582
582
<term>
583
583
<constant>imagick::COMPOSITE_MODULATE</constant>
584
-
(<type>integer</type>)
584
+
(<type>int</type>)
585
585
</term>
586
586
<listitem>
587
587
<simpara>
...
...
@@ -592,7 +592,7 @@
592
592
<varlistentry xml:id="imagick.constants.composite-multiply">
593
593
<term>
594
594
<constant>imagick::COMPOSITE_MULTIPLY</constant>
595
-
(<type>integer</type>)
595
+
(<type>int</type>)
596
596
</term>
597
597
<listitem>
598
598
<simpara>
...
...
@@ -603,7 +603,7 @@
603
603
<varlistentry xml:id="imagick.constants.composite-out">
604
604
<term>
605
605
<constant>imagick::COMPOSITE_OUT</constant>
606
-
(<type>integer</type>)
606
+
(<type>int</type>)
607
607
</term>
608
608
<listitem>
609
609
<simpara>
...
...
@@ -614,7 +614,7 @@
614
614
<varlistentry xml:id="imagick.constants.composite-over">
615
615
<term>
616
616
<constant>imagick::COMPOSITE_OVER</constant>
617
-
(<type>integer</type>)
617
+
(<type>int</type>)
618
618
</term>
619
619
<listitem>
620
620
<simpara>
...
...
@@ -625,7 +625,7 @@
625
625
<varlistentry xml:id="imagick.constants.composite-overlay">
626
626
<term>
627
627
<constant>imagick::COMPOSITE_OVERLAY</constant>
628
-
(<type>integer</type>)
628
+
(<type>int</type>)
629
629
</term>
630
630
<listitem>
631
631
<simpara>
...
...
@@ -636,7 +636,7 @@
636
636
<varlistentry xml:id="imagick.constants.composite-plus">
637
637
<term>
638
638
<constant>imagick::COMPOSITE_PLUS</constant>
639
-
(<type>integer</type>)
639
+
(<type>int</type>)
640
640
</term>
641
641
<listitem>
642
642
<simpara>
...
...
@@ -647,7 +647,7 @@
647
647
<varlistentry xml:id="imagick.constants.composite-replace">
648
648
<term>
649
649
<constant>imagick::COMPOSITE_REPLACE</constant>
650
-
(<type>integer</type>)
650
+
(<type>int</type>)
651
651
</term>
652
652
<listitem>
653
653
<simpara>
...
...
@@ -658,7 +658,7 @@
658
658
<varlistentry xml:id="imagick.constants.composite-saturate">
659
659
<term>
660
660
<constant>imagick::COMPOSITE_SATURATE</constant>
661
-
(<type>integer</type>)
661
+
(<type>int</type>)
662
662
</term>
663
663
<listitem>
664
664
<simpara>
...
...
@@ -669,7 +669,7 @@
669
669
<varlistentry xml:id="imagick.constants.composite-screen">
670
670
<term>
671
671
<constant>imagick::COMPOSITE_SCREEN</constant>
672
-
(<type>integer</type>)
672
+
(<type>int</type>)
673
673
</term>
674
674
<listitem>
675
675
<simpara>
...
...
@@ -680,7 +680,7 @@
680
680
<varlistentry xml:id="imagick.constants.composite-softlight">
681
681
<term>
682
682
<constant>imagick::COMPOSITE_SOFTLIGHT</constant>
683
-
(<type>integer</type>)
683
+
(<type>int</type>)
684
684
</term>
685
685
<listitem>
686
686
<simpara>
...
...
@@ -691,7 +691,7 @@
691
691
<varlistentry xml:id="imagick.constants.composite-srcatop">
692
692
<term>
693
693
<constant>imagick::COMPOSITE_SRCATOP</constant>
694
-
(<type>integer</type>)
694
+
(<type>int</type>)
695
695
</term>
696
696
<listitem>
697
697
<simpara>
...
...
@@ -702,7 +702,7 @@
702
702
<varlistentry xml:id="imagick.constants.composite-src">
703
703
<term>
704
704
<constant>imagick::COMPOSITE_SRC</constant>
705
-
(<type>integer</type>)
705
+
(<type>int</type>)
706
706
</term>
707
707
<listitem>
708
708
<simpara>
...
...
@@ -713,7 +713,7 @@
713
713
<varlistentry xml:id="imagick.constants.composite-srcin">
714
714
<term>
715
715
<constant>imagick::COMPOSITE_SRCIN</constant>
716
-
(<type>integer</type>)
716
+
(<type>int</type>)
717
717
</term>
718
718
<listitem>
719
719
<simpara>
...
...
@@ -724,7 +724,7 @@
724
724
<varlistentry xml:id="imagick.constants.composite-srcout">
725
725
<term>
726
726
<constant>imagick::COMPOSITE_SRCOUT</constant>
727
-
(<type>integer</type>)
727
+
(<type>int</type>)
728
728
</term>
729
729
<listitem>
730
730
<simpara>
...
...
@@ -735,7 +735,7 @@
735
735
<varlistentry xml:id="imagick.constants.composite-srcover">
736
736
<term>
737
737
<constant>imagick::COMPOSITE_SRCOVER</constant>
738
-
(<type>integer</type>)
738
+
(<type>int</type>)
739
739
</term>
740
740
<listitem>
741
741
<simpara>
...
...
@@ -746,7 +746,7 @@
746
746
<varlistentry xml:id="imagick.constants.composite-subtract">
747
747
<term>
748
748
<constant>imagick::COMPOSITE_SUBTRACT</constant>
749
-
(<type>integer</type>)
749
+
(<type>int</type>)
750
750
</term>
751
751
<listitem>
752
752
<simpara>
...
...
@@ -757,7 +757,7 @@
757
757
<varlistentry xml:id="imagick.constants.composite-threshold">
758
758
<term>
759
759
<constant>imagick::COMPOSITE_THRESHOLD</constant>
760
-
(<type>integer</type>)
760
+
(<type>int</type>)
761
761
</term>
762
762
<listitem>
763
763
<simpara>
...
...
@@ -768,7 +768,7 @@
768
768
<varlistentry xml:id="imagick.constants.composite-xor">
769
769
<term>
770
770
<constant>imagick::COMPOSITE_XOR</constant>
771
-
(<type>integer</type>)
771
+
(<type>int</type>)
772
772
</term>
773
773
<listitem>
774
774
<simpara>
...
...
@@ -784,7 +784,7 @@
784
784
<varlistentry xml:id="imagick.constants.montagemode-frame">
785
785
<term>
786
786
<constant>imagick::MONTAGEMODE_FRAME</constant>
787
-
(<type>integer</type>)
787
+
(<type>int</type>)
788
788
</term>
789
789
<listitem>
790
790
<simpara>
...
...
@@ -794,7 +794,7 @@
794
794
<varlistentry xml:id="imagick.constants.montagemode-unframe">
795
795
<term>
796
796
<constant>imagick::MONTAGEMODE_UNFRAME</constant>
797
-
(<type>integer</type>)
797
+
(<type>int</type>)
798
798
</term>
799
799
<listitem>
800
800
<simpara>
...
...
@@ -804,7 +804,7 @@
804
804
<varlistentry xml:id="imagick.constants.montagemode-concatenate">
805
805
<term>
806
806
<constant>imagick::MONTAGEMODE_CONCATENATE</constant>
807
-
(<type>integer</type>)
807
+
(<type>int</type>)
808
808
</term>
809
809
<listitem>
810
810
<simpara>
...
...
@@ -819,7 +819,7 @@
819
819
<varlistentry xml:id="imagick.constants.style-normal">
820
820
<term>
821
821
<constant>imagick::STYLE_NORMAL</constant>
822
-
(<type>integer</type>)
822
+
(<type>int</type>)
823
823
</term>
824
824
<listitem>
825
825
<simpara>
...
...
@@ -829,7 +829,7 @@
829
829
<varlistentry xml:id="imagick.constants.style-italic">
830
830
<term>
831
831
<constant>imagick::STYLE_ITALIC</constant>
832
-
(<type>integer</type>)
832
+
(<type>int</type>)
833
833
</term>
834
834
<listitem>
835
835
<simpara>
...
...
@@ -839,7 +839,7 @@
839
839
<varlistentry xml:id="imagick.constants.style-oblique">
840
840
<term>
841
841
<constant>imagick::STYLE_OBLIQUE</constant>
842
-
(<type>integer</type>)
842
+
(<type>int</type>)
843
843
</term>
844
844
<listitem>
845
845
<simpara>
...
...
@@ -849,7 +849,7 @@
849
849
<varlistentry xml:id="imagick.constants.style-any">
850
850
<term>
851
851
<constant>imagick::STYLE_ANY</constant>
852
-
(<type>integer</type>)
852
+
(<type>int</type>)
853
853
</term>
854
854
<listitem>
855
855
<simpara>
...
...
@@ -864,7 +864,7 @@
864
864
<varlistentry xml:id="imagick.constants.filter-undefined">
865
865
<term>
866
866
<constant>imagick::FILTER_UNDEFINED</constant>
867
-
(<type>integer</type>)
867
+
(<type>int</type>)
868
868
</term>
869
869
<listitem>
870
870
<simpara>
...
...
@@ -874,7 +874,7 @@
874
874
<varlistentry xml:id="imagick.constants.filter-point">
875
875
<term>
876
876
<constant>imagick::FILTER_POINT</constant>
877
-
(<type>integer</type>)
877
+
(<type>int</type>)
878
878
</term>
879
879
<listitem>
880
880
<simpara>
...
...
@@ -884,7 +884,7 @@
884
884
<varlistentry xml:id="imagick.constants.filter-box">
885
885
<term>
886
886
<constant>imagick::FILTER_BOX</constant>
887
-
(<type>integer</type>)
887
+
(<type>int</type>)
888
888
</term>
889
889
<listitem>
890
890
<simpara>
...
...
@@ -894,7 +894,7 @@
894
894
<varlistentry xml:id="imagick.constants.filter-triangle">
895
895
<term>
896
896
<constant>imagick::FILTER_TRIANGLE</constant>
897
-
(<type>integer</type>)
897
+
(<type>int</type>)
898
898
</term>
899
899
<listitem>
900
900
<simpara>
...
...
@@ -904,7 +904,7 @@
904
904
<varlistentry xml:id="imagick.constants.filter-hermite">
905
905
<term>
906
906
<constant>imagick::FILTER_HERMITE</constant>
907
-
(<type>integer</type>)
907
+
(<type>int</type>)
908
908
</term>
909
909
<listitem>
910
910
<simpara>
...
...
@@ -914,7 +914,7 @@
914
914
<varlistentry xml:id="imagick.constants.filter-hanning">
915
915
<term>
916
916
<constant>imagick::FILTER_HANNING</constant>
917
-
(<type>integer</type>)
917
+
(<type>int</type>)
918
918
</term>
919
919
<listitem>
920
920
<simpara>
...
...
@@ -924,7 +924,7 @@
924
924
<varlistentry xml:id="imagick.constants.filter-hamming">
925
925
<term>
926
926
<constant>imagick::FILTER_HAMMING</constant>
927
-
(<type>integer</type>)
927
+
(<type>int</type>)
928
928
</term>
929
929
<listitem>
930
930
<simpara>
...
...
@@ -934,7 +934,7 @@
934
934
<varlistentry xml:id="imagick.constants.filter-blackman">
935
935
<term>
936
936
<constant>imagick::FILTER_BLACKMAN</constant>
937
-
(<type>integer</type>)
937
+
(<type>int</type>)
938
938
</term>
939
939
<listitem>
940
940
<simpara>
...
...
@@ -944,7 +944,7 @@
944
944
<varlistentry xml:id="imagick.constants.filter-gaussian">
945
945
<term>
946
946
<constant>imagick::FILTER_GAUSSIAN</constant>
947
-
(<type>integer</type>)
947
+
(<type>int</type>)
948
948
</term>
949
949
<listitem>
950
950
<simpara>
...
...
@@ -954,7 +954,7 @@
954
954
<varlistentry xml:id="imagick.constants.filter-quadratic">
955
955
<term>
956
956
<constant>imagick::FILTER_QUADRATIC</constant>
957
-
(<type>integer</type>)
957
+
(<type>int</type>)
958
958
</term>
959
959
<listitem>
960
960
<simpara>
...
...
@@ -964,7 +964,7 @@
964
964
<varlistentry xml:id="imagick.constants.filter-cubic">
965
965
<term>
966
966
<constant>imagick::FILTER_CUBIC</constant>
967
-
(<type>integer</type>)
967
+
(<type>int</type>)
968
968
</term>
969
969
<listitem>
970
970
<simpara>
...
...
@@ -974,7 +974,7 @@
974
974
<varlistentry xml:id="imagick.constants.filter-catrom">
975
975
<term>
976
976
<constant>imagick::FILTER_CATROM</constant>
977
-
(<type>integer</type>)
977
+
(<type>int</type>)
978
978
</term>
979
979
<listitem>
980
980
<simpara>
...
...
@@ -984,7 +984,7 @@
984
984
<varlistentry xml:id="imagick.constants.filter-mitchell">
985
985
<term>
986
986
<constant>imagick::FILTER_MITCHELL</constant>
987
-
(<type>integer</type>)
987
+
(<type>int</type>)
988
988
</term>
989
989
<listitem>
990
990
<simpara>
...
...
@@ -994,7 +994,7 @@
994
994
<varlistentry xml:id="imagick.constants.filter-lanczos">
995
995
<term>
996
996
<constant>imagick::FILTER_LANCZOS</constant>
997
-
(<type>integer</type>)
997
+
(<type>int</type>)
998
998
</term>
999
999
<listitem>
1000
1000
<simpara>
...
...
@@ -1004,7 +1004,7 @@
1004
1004
<varlistentry xml:id="imagick.constants.filter-bessel">
1005
1005
<term>
1006
1006
<constant>imagick::FILTER_BESSEL</constant>
1007
-
(<type>integer</type>)
1007
+
(<type>int</type>)
1008
1008
</term>
1009
1009
<listitem>
1010
1010
<simpara>
...
...
@@ -1014,7 +1014,7 @@
1014
1014
<varlistentry xml:id="imagick.constants.filter-sinc">
1015
1015
<term>
1016
1016
<constant>imagick::FILTER_SINC</constant>
1017
-
(<type>integer</type>)
1017
+
(<type>int</type>)
1018
1018
</term>
1019
1019
<listitem>
1020
1020
<simpara>
...
...
@@ -1029,7 +1029,7 @@
1029
1029
<varlistentry xml:id="imagick.constants.imgtype-undefined">
1030
1030
<term>
1031
1031
<constant>imagick::IMGTYPE_UNDEFINED</constant>
1032
-
(<type>integer</type>)
1032
+
(<type>int</type>)
1033
1033
</term>
1034
1034
<listitem>
1035
1035
<simpara>
...
...
@@ -1039,7 +1039,7 @@
1039
1039
<varlistentry xml:id="imagick.constants.imgtype-bilevel">
1040
1040
<term>
1041
1041
<constant>imagick::IMGTYPE_BILEVEL</constant>
1042
-
(<type>integer</type>)
1042
+
(<type>int</type>)
1043
1043
</term>
1044
1044
<listitem>
1045
1045
<simpara>
...
...
@@ -1049,7 +1049,7 @@
1049
1049
<varlistentry xml:id="imagick.constants.imgtype-grayscale">
1050
1050
<term>
1051
1051
<constant>imagick::IMGTYPE_GRAYSCALE</constant>
1052
-
(<type>integer</type>)
1052
+
(<type>int</type>)
1053
1053
</term>
1054
1054
<listitem>
1055
1055
<simpara>
...
...
@@ -1059,7 +1059,7 @@
1059
1059
<varlistentry xml:id="imagick.constants.imgtype-grayscalematte">
1060
1060
<term>
1061
1061
<constant>imagick::IMGTYPE_GRAYSCALEMATTE</constant>
1062
-
(<type>integer</type>)
1062
+
(<type>int</type>)
1063
1063
</term>
1064
1064
<listitem>
1065
1065
<simpara>
...
...
@@ -1069,7 +1069,7 @@
1069
1069
<varlistentry xml:id="imagick.constants.imgtype-palette">
1070
1070
<term>
1071
1071
<constant>imagick::IMGTYPE_PALETTE</constant>
1072
-
(<type>integer</type>)
1072
+
(<type>int</type>)
1073
1073
</term>
1074
1074
<listitem>
1075
1075
<simpara>
...
...
@@ -1079,7 +1079,7 @@
1079
1079
<varlistentry xml:id="imagick.constants.imgtype-palettematte">
1080
1080
<term>
1081
1081
<constant>imagick::IMGTYPE_PALETTEMATTE</constant>
1082
-
(<type>integer</type>)
1082
+
(<type>int</type>)
1083
1083
</term>
1084
1084
<listitem>
1085
1085
<simpara>
...
...
@@ -1089,7 +1089,7 @@
1089
1089
<varlistentry xml:id="imagick.constants.imgtype-truecolor">
1090
1090
<term>
1091
1091
<constant>imagick::IMGTYPE_TRUECOLOR</constant>
1092
-
(<type>integer</type>)
1092
+
(<type>int</type>)
1093
1093
</term>
1094
1094
<listitem>
1095
1095
<simpara>
...
...
@@ -1099,7 +1099,7 @@
1099
1099
<varlistentry xml:id="imagick.constants.imgtype-truecolormatte">
1100
1100
<term>
1101
1101
<constant>imagick::IMGTYPE_TRUECOLORMATTE</constant>
1102
-
(<type>integer</type>)
1102
+
(<type>int</type>)
1103
1103
</term>
1104
1104
<listitem>
1105
1105
<simpara>
...
...
@@ -1109,7 +1109,7 @@
1109
1109
<varlistentry xml:id="imagick.constants.imgtype-colorseparation">
1110
1110
<term>
1111
1111
<constant>imagick::IMGTYPE_COLORSEPARATION</constant>
1112
-
(<type>integer</type>)
1112
+
(<type>int</type>)
1113
1113
</term>
1114
1114
<listitem>
1115
1115
<simpara>
...
...
@@ -1119,7 +1119,7 @@
1119
1119
<varlistentry xml:id="imagick.constants.imgtype-colorseparationmatte">
1120
1120
<term>
1121
1121
<constant>imagick::IMGTYPE_COLORSEPARATIONMATTE</constant>
1122
-
(<type>integer</type>)
1122
+
(<type>int</type>)
1123
1123
</term>
1124
1124
<listitem>
1125
1125
<simpara>
...
...
@@ -1129,7 +1129,7 @@
1129
1129
<varlistentry xml:id="imagick.constants.imgtype-optimize">
1130
1130
<term>
1131
1131
<constant>imagick::IMGTYPE_OPTIMIZE</constant>
1132
-
(<type>integer</type>)
1132
+
(<type>int</type>)
1133
1133
</term>
1134
1134
<listitem>
1135
1135
<simpara>
...
...
@@ -1144,7 +1144,7 @@
1144
1144
<varlistentry xml:id="imagick.constants.resolution-undefined">
1145
1145
<term>
1146
1146
<constant>imagick::RESOLUTION_UNDEFINED</constant>
1147
-
(<type>integer</type>)
1147
+
(<type>int</type>)
1148
1148
</term>
1149
1149
<listitem>
1150
1150
<simpara>
...
...
@@ -1154,7 +1154,7 @@
1154
1154
<varlistentry xml:id="imagick.constants.resolution-pixelsperinch">
1155
1155
<term>
1156
1156
<constant>imagick::RESOLUTION_PIXELSPERINCH</constant>
1157
-
(<type>integer</type>)
1157
+
(<type>int</type>)
1158
1158
</term>
1159
1159
<listitem>
1160
1160
<simpara>
...
...
@@ -1164,7 +1164,7 @@
1164
1164
<varlistentry xml:id="imagick.constants.resolution-pixelspercentimeter">
1165
1165
<term>
1166
1166
<constant>imagick::RESOLUTION_PIXELSPERCENTIMETER</constant>
1167
-
(<type>integer</type>)
1167
+
(<type>int</type>)
1168
1168
</term>
1169
1169
<listitem>
1170
1170
<simpara>
...
...
@@ -1179,7 +1179,7 @@
1179
1179
<varlistentry xml:id="imagick.constants.compression-undefined">
1180
1180
<term>
1181
1181
<constant>imagick::COMPRESSION_UNDEFINED</constant>
1182
-
(<type>integer</type>)
1182
+
(<type>int</type>)
1183
1183
</term>
1184
1184
<listitem>
1185
1185
<simpara>
...
...
@@ -1189,7 +1189,7 @@
1189
1189
<varlistentry xml:id="imagick.constants.compression-no">
1190
1190
<term>
1191
1191
<constant>imagick::COMPRESSION_NO</constant>
1192
-
(<type>integer</type>)
1192
+
(<type>int</type>)
1193
1193
</term>
1194
1194
<listitem>
1195
1195
<simpara>
...
...
@@ -1199,7 +1199,7 @@
1199
1199
<varlistentry xml:id="imagick.constants.compression-bzip">
1200
1200
<term>
1201
1201
<constant>imagick::COMPRESSION_BZIP</constant>
1202
-
(<type>integer</type>)
1202
+
(<type>int</type>)
1203
1203
</term>
1204
1204
<listitem>
1205
1205
<simpara>
...
...
@@ -1209,7 +1209,7 @@
1209
1209
<varlistentry xml:id="imagick.constants.compression-fax">
1210
1210
<term>
1211
1211
<constant>imagick::COMPRESSION_FAX</constant>
1212
-
(<type>integer</type>)
1212
+
(<type>int</type>)
1213
1213
</term>
1214
1214
<listitem>
1215
1215
<simpara>
...
...
@@ -1219,7 +1219,7 @@
1219
1219
<varlistentry xml:id="imagick.constants.compression-group4">
1220
1220
<term>
1221
1221
<constant>imagick::COMPRESSION_GROUP4</constant>
1222
-
(<type>integer</type>)
1222
+
(<type>int</type>)
1223
1223
</term>
1224
1224
<listitem>
1225
1225
<simpara>
...
...
@@ -1229,7 +1229,7 @@
1229
1229
<varlistentry xml:id="imagick.constants.compression-jpeg">
1230
1230
<term>
1231
1231
<constant>imagick::COMPRESSION_JPEG</constant>
1232
-
(<type>integer</type>)
1232
+
(<type>int</type>)
1233
1233
</term>
1234
1234
<listitem>
1235
1235
<simpara>
...
...
@@ -1239,7 +1239,7 @@
1239
1239
<varlistentry xml:id="imagick.constants.compression-jpeg2000">
1240
1240
<term>
1241
1241
<constant>imagick::COMPRESSION_JPEG2000</constant>
1242
-
(<type>integer</type>)
1242
+
(<type>int</type>)
1243
1243
</term>
1244
1244
<listitem>
1245
1245
<simpara>
...
...
@@ -1249,7 +1249,7 @@
1249
1249
<varlistentry xml:id="imagick.constants.compression-losslessjpeg">
1250
1250
<term>
1251
1251
<constant>imagick::COMPRESSION_LOSSLESSJPEG</constant>
1252
-
(<type>integer</type>)
1252
+
(<type>int</type>)
1253
1253
</term>
1254
1254
<listitem>
1255
1255
<simpara>
...
...
@@ -1259,7 +1259,7 @@
1259
1259
<varlistentry xml:id="imagick.constants.compression-lzw">
1260
1260
<term>
1261
1261
<constant>imagick::COMPRESSION_LZW</constant>
1262
-
(<type>integer</type>)
1262
+
(<type>int</type>)
1263
1263
</term>
1264
1264
<listitem>
1265
1265
<simpara>
...
...
@@ -1269,7 +1269,7 @@
1269
1269
<varlistentry xml:id="imagick.constants.compression-rle">
1270
1270
<term>
1271
1271
<constant>imagick::COMPRESSION_RLE</constant>
1272
-
(<type>integer</type>)
1272
+
(<type>int</type>)
1273
1273
</term>
1274
1274
<listitem>
1275
1275
<simpara>
...
...
@@ -1279,7 +1279,7 @@
1279
1279
<varlistentry xml:id="imagick.constants.compression-zip">
1280
1280
<term>
1281
1281
<constant>imagick::COMPRESSION_ZIP</constant>
1282
-
(<type>integer</type>)
1282
+
(<type>int</type>)
1283
1283
</term>
1284
1284
<listitem>
1285
1285
<simpara>
...
...
@@ -1289,7 +1289,7 @@
1289
1289
<varlistentry xml:id="imagick.constants.compression-dxt1">
1290
1290
<term>
1291
1291
<constant>imagick::COMPRESSION_DXT1</constant>
1292
-
(<type>integer</type>)
1292
+
(<type>int</type>)
1293
1293
</term>
1294
1294
<listitem>
1295
1295
<simpara>
...
...
@@ -1300,7 +1300,7 @@
1300
1300
<varlistentry xml:id="imagick.constants.compression-dxt3">
1301
1301
<term>
1302
1302
<constant>imagick::COMPRESSION_DXT3</constant>
1303
-
(<type>integer</type>)
1303
+
(<type>int</type>)
1304
1304
</term>
1305
1305
<listitem>
1306
1306
<simpara>
...
...
@@ -1311,7 +1311,7 @@
1311
1311
<varlistentry xml:id="imagick.constants.compression-dxt5">
1312
1312
<term>
1313
1313
<constant>imagick::COMPRESSION_DXT5</constant>
1314
-
(<type>integer</type>)
1314
+
(<type>int</type>)
1315
1315
</term>
1316
1316
<listitem>
1317
1317
<simpara>
...
...
@@ -1327,7 +1327,7 @@
1327
1327
<varlistentry xml:id="imagick.constants.paint-point">
1328
1328
<term>
1329
1329
<constant>imagick::PAINT_POINT</constant>
1330
-
(<type>integer</type>)
1330
+
(<type>int</type>)
1331
1331
</term>
1332
1332
<listitem>
1333
1333
<simpara>
...
...
@@ -1337,7 +1337,7 @@
1337
1337
<varlistentry xml:id="imagick.constants.paint-replace">
1338
1338
<term>
1339
1339
<constant>imagick::PAINT_REPLACE</constant>
1340
-
(<type>integer</type>)
1340
+
(<type>int</type>)
1341
1341
</term>
1342
1342
<listitem>
1343
1343
<simpara>
...
...
@@ -1347,7 +1347,7 @@
1347
1347
<varlistentry xml:id="imagick.constants.paint-floodfill">
1348
1348
<term>
1349
1349
<constant>imagick::PAINT_FLOODFILL</constant>
1350
-
(<type>integer</type>)
1350
+
(<type>int</type>)
1351
1351
</term>
1352
1352
<listitem>
1353
1353
<simpara>
...
...
@@ -1357,7 +1357,7 @@
1357
1357
<varlistentry xml:id="imagick.constants.paint-filltoborder">
1358
1358
<term>
1359
1359
<constant>imagick::PAINT_FILLTOBORDER</constant>
1360
-
(<type>integer</type>)
1360
+
(<type>int</type>)
1361
1361
</term>
1362
1362
<listitem>
1363
1363
<simpara>
...
...
@@ -1367,7 +1367,7 @@
1367
1367
<varlistentry xml:id="imagick.constants.paint-reset">
1368
1368
<term>
1369
1369
<constant>imagick::PAINT_RESET</constant>
1370
-
(<type>integer</type>)
1370
+
(<type>int</type>)
1371
1371
</term>
1372
1372
<listitem>
1373
1373
<simpara>
...
...
@@ -1382,7 +1382,7 @@
1382
1382
<varlistentry xml:id="imagick.constants.gravity-northwest">
1383
1383
<term>
1384
1384
<constant>imagick::GRAVITY_NORTHWEST</constant>
1385
-
(<type>integer</type>)
1385
+
(<type>int</type>)
1386
1386
</term>
1387
1387
<listitem>
1388
1388
<simpara>
...
...
@@ -1392,7 +1392,7 @@
1392
1392
<varlistentry xml:id="imagick.constants.gravity-north">
1393
1393
<term>
1394
1394
<constant>imagick::GRAVITY_NORTH</constant>
1395
-
(<type>integer</type>)
1395
+
(<type>int</type>)
1396
1396
</term>
1397
1397
<listitem>
1398
1398
<simpara>
...
...
@@ -1402,7 +1402,7 @@
1402
1402
<varlistentry xml:id="imagick.constants.gravity-northeast">
1403
1403
<term>
1404
1404
<constant>imagick::GRAVITY_NORTHEAST</constant>
1405
-
(<type>integer</type>)
1405
+
(<type>int</type>)
1406
1406
</term>
1407
1407
<listitem>
1408
1408
<simpara>
...
...
@@ -1412,7 +1412,7 @@
1412
1412
<varlistentry xml:id="imagick.constants.gravity-west">
1413
1413
<term>
1414
1414
<constant>imagick::GRAVITY_WEST</constant>
1415
-
(<type>integer</type>)
1415
+
(<type>int</type>)
1416
1416
</term>
1417
1417
<listitem>
1418
1418
<simpara>
...
...
@@ -1422,7 +1422,7 @@
1422
1422
<varlistentry xml:id="imagick.constants.gravity-center">
1423
1423
<term>
1424
1424
<constant>imagick::GRAVITY_CENTER</constant>
1425
-
(<type>integer</type>)
1425
+
(<type>int</type>)
1426
1426
</term>
1427
1427
<listitem>
1428
1428
<simpara>
...
...
@@ -1432,7 +1432,7 @@
1432
1432
<varlistentry xml:id="imagick.constants.gravity-east">
1433
1433
<term>
1434
1434
<constant>imagick::GRAVITY_EAST</constant>
1435
-
(<type>integer</type>)
1435
+
(<type>int</type>)
1436
1436
</term>
1437
1437
<listitem>
1438
1438
<simpara>
...
...
@@ -1442,7 +1442,7 @@
1442
1442
<varlistentry xml:id="imagick.constants.gravity-southwest">
1443
1443
<term>
1444
1444
<constant>imagick::GRAVITY_SOUTHWEST</constant>
1445
-
(<type>integer</type>)
1445
+
(<type>int</type>)
1446
1446
</term>
1447
1447
<listitem>
1448
1448
<simpara>
...
...
@@ -1452,7 +1452,7 @@
1452
1452
<varlistentry xml:id="imagick.constants.gravity-south">
1453
1453
<term>
1454
1454
<constant>imagick::GRAVITY_SOUTH</constant>
1455
-
(<type>integer</type>)
1455
+
(<type>int</type>)
1456
1456
</term>
1457
1457
<listitem>
1458
1458
<simpara>
...
...
@@ -1462,7 +1462,7 @@
1462
1462
<varlistentry xml:id="imagick.constants.gravity-southeast">
1463
1463
<term>
1464
1464
<constant>imagick::GRAVITY_SOUTHEAST</constant>
1465
-
(<type>integer</type>)
1465
+
(<type>int</type>)
1466
1466
</term>
1467
1467
<listitem>
1468
1468
<simpara>
...
...
@@ -1477,7 +1477,7 @@
1477
1477
<varlistentry xml:id="imagick.constants.stretch-normal">
1478
1478
<term>
1479
1479
<constant>imagick::STRETCH_NORMAL</constant>
1480
-
(<type>integer</type>)
1480
+
(<type>int</type>)
1481
1481
</term>
1482
1482
<listitem>
1483
1483
<simpara>
...
...
@@ -1487,7 +1487,7 @@
1487
1487
<varlistentry xml:id="imagick.constants.stretch-ultracondensed">
1488
1488
<term>
1489
1489
<constant>imagick::STRETCH_ULTRACONDENSED</constant>
1490
-
(<type>integer</type>)
1490
+
(<type>int</type>)
1491
1491
</term>
1492
1492
<listitem>
1493
1493
<simpara>
...
...
@@ -1497,7 +1497,7 @@
1497
1497
<varlistentry xml:id="imagick.constants.stretch-condensed">
1498
1498
<term>
1499
1499
<constant>imagick::STRETCH_CONDENSED</constant>
1500
-
(<type>integer</type>)
1500
+
(<type>int</type>)
1501
1501
</term>
1502
1502
<listitem>
1503
1503
<simpara>
...
...
@@ -1507,7 +1507,7 @@
1507
1507
<varlistentry xml:id="imagick.constants.stretch-semicondensed">
1508
1508
<term>
1509
1509
<constant>imagick::STRETCH_SEMICONDENSED</constant>
1510
-
(<type>integer</type>)
1510
+
(<type>int</type>)
1511
1511
</term>
1512
1512
<listitem>
1513
1513
<simpara>
...
...
@@ -1517,7 +1517,7 @@
1517
1517
<varlistentry xml:id="imagick.constants.stretch-semiexpanded">
1518
1518
<term>
1519
1519
<constant>imagick::STRETCH_SEMIEXPANDED</constant>
1520
-
(<type>integer</type>)
1520
+
(<type>int</type>)
1521
1521
</term>
1522
1522
<listitem>
1523
1523
<simpara>
...
...
@@ -1527,7 +1527,7 @@
1527
1527
<varlistentry xml:id="imagick.constants.stretch-expanded">
1528
1528
<term>
1529
1529
<constant>imagick::STRETCH_EXPANDED</constant>
1530
-
(<type>integer</type>)
1530
+
(<type>int</type>)
1531
1531
</term>
1532
1532
<listitem>
1533
1533
<simpara>
...
...
@@ -1537,7 +1537,7 @@
1537
1537
<varlistentry xml:id="imagick.constants.stretch-extraexpanded">
1538
1538
<term>
1539
1539
<constant>imagick::STRETCH_EXTRAEXPANDED</constant>
1540
-
(<type>integer</type>)
1540
+
(<type>int</type>)
1541
1541
</term>
1542
1542
<listitem>
1543
1543
<simpara>
...
...
@@ -1547,7 +1547,7 @@
1547
1547
<varlistentry xml:id="imagick.constants.stretch-ultraexpanded">
1548
1548
<term>
1549
1549
<constant>imagick::STRETCH_ULTRAEXPANDED</constant>
1550
-
(<type>integer</type>)
1550
+
(<type>int</type>)
1551
1551
</term>
1552
1552
<listitem>
1553
1553
<simpara>
...
...
@@ -1557,7 +1557,7 @@
1557
1557
<varlistentry xml:id="imagick.constants.stretch-any">
1558
1558
<term>
1559
1559
<constant>imagick::STRETCH_ANY</constant>
1560
-
(<type>integer</type>)
1560
+
(<type>int</type>)
1561
1561
</term>
1562
1562
<listitem>
1563
1563
<simpara>
...
...
@@ -1572,7 +1572,7 @@
1572
1572
<varlistentry xml:id="imagick.constants.align-undefined">
1573
1573
<term>
1574
1574
<constant>imagick::ALIGN_UNDEFINED</constant>
1575
-
(<type>integer</type>)
1575
+
(<type>int</type>)
1576
1576
</term>
1577
1577
<listitem>
1578
1578
<simpara>
...
...
@@ -1582,7 +1582,7 @@
1582
1582
<varlistentry xml:id="imagick.constants.align-left">
1583
1583
<term>
1584
1584
<constant>imagick::ALIGN_LEFT</constant>
1585
-
(<type>integer</type>)
1585
+
(<type>int</type>)
1586
1586
</term>
1587
1587
<listitem>
1588
1588
<simpara>
...
...
@@ -1592,7 +1592,7 @@
1592
1592
<varlistentry xml:id="imagick.constants.align-center">
1593
1593
<term>
1594
1594
<constant>imagick::ALIGN_CENTER</constant>
1595
-
(<type>integer</type>)
1595
+
(<type>int</type>)
1596
1596
</term>
1597
1597
<listitem>
1598
1598
<simpara>
...
...
@@ -1602,7 +1602,7 @@
1602
1602
<varlistentry xml:id="imagick.constants.align-right">
1603
1603
<term>
1604
1604
<constant>imagick::ALIGN_RIGHT</constant>
1605
-
(<type>integer</type>)
1605
+
(<type>int</type>)
1606
1606
</term>
1607
1607
<listitem>
1608
1608
<simpara>
...
...
@@ -1617,7 +1617,7 @@
1617
1617
<varlistentry xml:id="imagick.constants.decoration-no">
1618
1618
<term>
1619
1619
<constant>imagick::DECORATION_NO</constant>
1620
-
(<type>integer</type>)
1620
+
(<type>int</type>)
1621
1621
</term>
1622
1622
<listitem>
1623
1623
<simpara>
...
...
@@ -1627,7 +1627,7 @@
1627
1627
<varlistentry xml:id="imagick.constants.decoration-underline">
1628
1628
<term>
1629
1629
<constant>imagick::DECORATION_UNDERLINE</constant>
1630
-
(<type>integer</type>)
1630
+
(<type>int</type>)
1631
1631
</term>
1632
1632
<listitem>
1633
1633
<simpara>
...
...
@@ -1637,7 +1637,7 @@
1637
1637
<varlistentry xml:id="imagick.constants.decoration-overline">
1638
1638
<term>
1639
1639
<constant>imagick::DECORATION_OVERLINE</constant>
1640
-
(<type>integer</type>)
1640
+
(<type>int</type>)
1641
1641
</term>
1642
1642
<listitem>
1643
1643
<simpara>
...
...
@@ -1647,7 +1647,7 @@
1647
1647
<varlistentry xml:id="imagick.constants.decoration-linetrough">
1648
1648
<term>
1649
1649
<constant>imagick::DECORATION_LINETROUGH</constant>
1650
-
(<type>integer</type>)
1650
+
(<type>int</type>)
1651
1651
</term>
1652
1652
<listitem>
1653
1653
<simpara>
...
...
@@ -1662,7 +1662,7 @@
1662
1662
<varlistentry xml:id="imagick.constants.noise-uniform">
1663
1663
<term>
1664
1664
<constant>imagick::NOISE_UNIFORM</constant>
1665
-
(<type>integer</type>)
1665
+
(<type>int</type>)
1666
1666
</term>
1667
1667
<listitem>
1668
1668
<simpara>
...
...
@@ -1672,7 +1672,7 @@
1672
1672
<varlistentry xml:id="imagick.constants.noise-gaussian">
1673
1673
<term>
1674
1674
<constant>imagick::NOISE_GAUSSIAN</constant>
1675
-
(<type>integer</type>)
1675
+
(<type>int</type>)
1676
1676
</term>
1677
1677
<listitem>
1678
1678
<simpara>
...
...
@@ -1682,7 +1682,7 @@
1682
1682
<varlistentry xml:id="imagick.constants.noise-multiplicativegaussian">
1683
1683
<term>
1684
1684
<constant>imagick::NOISE_MULTIPLICATIVEGAUSSIAN</constant>
1685
-
(<type>integer</type>)
1685
+
(<type>int</type>)
1686
1686
</term>
1687
1687
<listitem>
1688
1688
<simpara>
...
...
@@ -1692,7 +1692,7 @@
1692
1692
<varlistentry xml:id="imagick.constants.noise-impulse">
1693
1693
<term>
1694
1694
<constant>imagick::NOISE_IMPULSE</constant>
1695
-
(<type>integer</type>)
1695
+
(<type>int</type>)
1696
1696
</term>
1697
1697
<listitem>
1698
1698
<simpara>
...
...
@@ -1702,7 +1702,7 @@
1702
1702
<varlistentry xml:id="imagick.constants.noise-laplacian">
1703
1703
<term>
1704
1704
<constant>imagick::NOISE_LAPLACIAN</constant>
1705
-
(<type>integer</type>)
1705
+
(<type>int</type>)
1706
1706
</term>
1707
1707
<listitem>
1708
1708
<simpara>
...
...
@@ -1712,7 +1712,7 @@
1712
1712
<varlistentry xml:id="imagick.constants.noise-poisson">
1713
1713
<term>
1714
1714
<constant>imagick::NOISE_POISSON</constant>
1715
-
(<type>integer</type>)
1715
+
(<type>int</type>)
1716
1716
</term>
1717
1717
<listitem>
1718
1718
<simpara>
...
...
@@ -1722,7 +1722,7 @@
1722
1722
<varlistentry xml:id="imagick.constants.noise-random">
1723
1723
<term>
1724
1724
<constant>imagick::NOISE_RANDOM</constant>
1725
-
(<type>integer</type>)
1725
+
(<type>int</type>)
1726
1726
</term>
1727
1727
<listitem>
1728
1728
<simpara>
...
...
@@ -1738,7 +1738,7 @@
1738
1738
<varlistentry xml:id="imagick.constants.channel-undefined">
1739
1739
<term>
1740
1740
<constant>imagick::CHANNEL_UNDEFINED</constant>
1741
-
(<type>integer</type>)
1741
+
(<type>int</type>)
1742
1742
</term>
1743
1743
<listitem>
1744
1744
<simpara>
...
...
@@ -1748,7 +1748,7 @@
1748
1748
<varlistentry xml:id="imagick.constants.channel-red">
1749
1749
<term>
1750
1750
<constant>imagick::CHANNEL_RED</constant>
1751
-
(<type>integer</type>)
1751
+
(<type>int</type>)
1752
1752
</term>
1753
1753
<listitem>
1754
1754
<simpara>
...
...
@@ -1758,7 +1758,7 @@
1758
1758
<varlistentry xml:id="imagick.constants.channel-gray">
1759
1759
<term>
1760
1760
<constant>imagick::CHANNEL_GRAY</constant>
1761
-
(<type>integer</type>)
1761
+
(<type>int</type>)
1762
1762
</term>
1763
1763
<listitem>
1764
1764
<simpara>
...
...
@@ -1768,7 +1768,7 @@
1768
1768
<varlistentry xml:id="imagick.constants.channel-cyan">
1769
1769
<term>
1770
1770
<constant>imagick::CHANNEL_CYAN</constant>
1771
-
(<type>integer</type>)
1771
+
(<type>int</type>)
1772
1772
</term>
1773
1773
<listitem>
1774
1774
<simpara>
...
...
@@ -1778,7 +1778,7 @@
1778
1778
<varlistentry xml:id="imagick.constants.channel-green">
1779
1779
<term>
1780
1780
<constant>imagick::CHANNEL_GREEN</constant>
1781
-
(<type>integer</type>)
1781
+
(<type>int</type>)
1782
1782
</term>
1783
1783
<listitem>
1784
1784
<simpara>
...
...
@@ -1788,7 +1788,7 @@
1788
1788
<varlistentry xml:id="imagick.constants.channel-magenta">
1789
1789
<term>
1790
1790
<constant>imagick::CHANNEL_MAGENTA</constant>
1791
-
(<type>integer</type>)
1791
+
(<type>int</type>)
1792
1792
</term>
1793
1793
<listitem>
1794
1794
<simpara>
...
...
@@ -1798,7 +1798,7 @@
1798
1798
<varlistentry xml:id="imagick.constants.channel-blue">
1799
1799
<term>
1800
1800
<constant>imagick::CHANNEL_BLUE</constant>
1801
-
(<type>integer</type>)
1801
+
(<type>int</type>)
1802
1802
</term>
1803
1803
<listitem>
1804
1804
<simpara>
...
...
@@ -1808,7 +1808,7 @@
1808
1808
<varlistentry xml:id="imagick.constants.channel-yellow">
1809
1809
<term>
1810
1810
<constant>imagick::CHANNEL_YELLOW</constant>
1811
-
(<type>integer</type>)
1811
+
(<type>int</type>)
1812
1812
</term>
1813
1813
<listitem>
1814
1814
<simpara>
...
...
@@ -1818,7 +1818,7 @@
1818
1818
<varlistentry xml:id="imagick.constants.channel-alpha">
1819
1819
<term>
1820
1820
<constant>imagick::CHANNEL_ALPHA</constant>
1821
-
(<type>integer</type>)
1821
+
(<type>int</type>)
1822
1822
</term>
1823
1823
<listitem>
1824
1824
<simpara>
...
...
@@ -1828,7 +1828,7 @@
1828
1828
<varlistentry xml:id="imagick.constants.channel-opacity">
1829
1829
<term>
1830
1830
<constant>imagick::CHANNEL_OPACITY</constant>
1831
-
(<type>integer</type>)
1831
+
(<type>int</type>)
1832
1832
</term>
1833
1833
<listitem>
1834
1834
<simpara>
...
...
@@ -1838,7 +1838,7 @@
1838
1838
<varlistentry xml:id="imagick.constants.channel-matte">
1839
1839
<term>
1840
1840
<constant>imagick::CHANNEL_MATTE</constant>
1841
-
(<type>integer</type>)
1841
+
(<type>int</type>)
1842
1842
</term>
1843
1843
<listitem>
1844
1844
<simpara>
...
...
@@ -1848,7 +1848,7 @@
1848
1848
<varlistentry xml:id="imagick.constants.channel-black">
1849
1849
<term>
1850
1850
<constant>imagick::CHANNEL_BLACK</constant>
1851
-
(<type>integer</type>)
1851
+
(<type>int</type>)
1852
1852
</term>
1853
1853
<listitem>
1854
1854
<simpara>
...
...
@@ -1858,7 +1858,7 @@
1858
1858
<varlistentry xml:id="imagick.constants.channel-index">
1859
1859
<term>
1860
1860
<constant>imagick::CHANNEL_INDEX</constant>
1861
-
(<type>integer</type>)
1861
+
(<type>int</type>)
1862
1862
</term>
1863
1863
<listitem>
1864
1864
<simpara>
...
...
@@ -1868,7 +1868,7 @@
1868
1868
<varlistentry xml:id="imagick.constants.channel-all">
1869
1869
<term>
1870
1870
<constant>imagick::CHANNEL_ALL</constant>
1871
-
(<type>integer</type>)
1871
+
(<type>int</type>)
1872
1872
</term>
1873
1873
<listitem>
1874
1874
<simpara>
...
...
@@ -1878,7 +1878,7 @@
1878
1878
<varlistentry xml:id="imagick.constants.channel-default">
1879
1879
<term>
1880
1880
<constant>imagick::CHANNEL_DEFAULT</constant>
1881
-
(<type>integer</type>)
1881
+
(<type>int</type>)
1882
1882
</term>
1883
1883
<listitem>
1884
1884
<simpara>
...
...
@@ -1893,7 +1893,7 @@
1893
1893
<varlistentry xml:id="imagick.constants.metric-undefined">
1894
1894
<term>
1895
1895
<constant>imagick::METRIC_UNDEFINED</constant>
1896
-
(<type>integer</type>)
1896
+
(<type>int</type>)
1897
1897
</term>
1898
1898
<listitem>
1899
1899
<simpara>
...
...
@@ -1903,7 +1903,7 @@
1903
1903
<varlistentry xml:id="imagick.constants.metric-meanabsoluteerror">
1904
1904
<term>
1905
1905
<constant>imagick::METRIC_MEANABSOLUTEERROR</constant>
1906
-
(<type>integer</type>)
1906
+
(<type>int</type>)
1907
1907
</term>
1908
1908
<listitem>
1909
1909
<simpara>
...
...
@@ -1913,7 +1913,7 @@
1913
1913
<varlistentry xml:id="imagick.constants.metric-meansquareerror">
1914
1914
<term>
1915
1915
<constant>imagick::METRIC_MEANSQUAREERROR</constant>
1916
-
(<type>integer</type>)
1916
+
(<type>int</type>)
1917
1917
</term>
1918
1918
<listitem>
1919
1919
<simpara>
...
...
@@ -1923,7 +1923,7 @@
1923
1923
<varlistentry xml:id="imagick.constants.metric-peakabsoluteerror">
1924
1924
<term>
1925
1925
<constant>imagick::METRIC_PEAKABSOLUTEERROR</constant>
1926
-
(<type>integer</type>)
1926
+
(<type>int</type>)
1927
1927
</term>
1928
1928
<listitem>
1929
1929
<simpara>
...
...
@@ -1933,7 +1933,7 @@
1933
1933
<varlistentry xml:id="imagick.constants.metric-peaksignaltonoiseratio">
1934
1934
<term>
1935
1935
<constant>imagick::METRIC_PEAKSIGNALTONOISERATIO</constant>
1936
-
(<type>integer</type>)
1936
+
(<type>int</type>)
1937
1937
</term>
1938
1938
<listitem>
1939
1939
<simpara>
...
...
@@ -1943,7 +1943,7 @@
1943
1943
<varlistentry xml:id="imagick.constants.metric-rootmeansquarederror">
1944
1944
<term>
1945
1945
<constant>imagick::METRIC_ROOTMEANSQUAREDERROR</constant>
1946
-
(<type>integer</type>)
1946
+
(<type>int</type>)
1947
1947
</term>
1948
1948
<listitem>
1949
1949
<simpara>
...
...
@@ -1958,7 +1958,7 @@
1958
1958
<varlistentry xml:id="imagick.constants.pixel-char">
1959
1959
<term>
1960
1960
<constant>imagick::PIXEL_CHAR</constant>
1961
-
(<type>integer</type>)
1961
+
(<type>int</type>)
1962
1962
</term>
1963
1963
<listitem>
1964
1964
<simpara>
...
...
@@ -1968,7 +1968,7 @@
1968
1968
<varlistentry xml:id="imagick.constants.pixel-double">
1969
1969
<term>
1970
1970
<constant>imagick::PIXEL_DOUBLE</constant>
1971
-
(<type>integer</type>)
1971
+
(<type>int</type>)
1972
1972
</term>
1973
1973
<listitem>
1974
1974
<simpara>
...
...
@@ -1978,7 +1978,7 @@
1978
1978
<varlistentry xml:id="imagick.constants.pixel-float">
1979
1979
<term>
1980
1980
<constant>imagick::PIXEL_FLOAT</constant>
1981
-
(<type>integer</type>)
1981
+
(<type>int</type>)
1982
1982
</term>
1983
1983
<listitem>
1984
1984
<simpara>
...
...
@@ -1988,17 +1988,18 @@
1988
1988
<varlistentry xml:id="imagick.constants.pixel-integer">
1989
1989
<term>
1990
1990
<constant>imagick::PIXEL_INTEGER</constant>
1991
-
(<type>integer</type>)
1991
+
(<type>int</type>)
1992
1992
</term>
1993
1993
<listitem>
1994
1994
<simpara>
1995
+
Only available for ImageMagick &lt; 7.
1995
1996
</simpara>
1996
1997
</listitem>
1997
1998
</varlistentry>
1998
1999
<varlistentry xml:id="imagick.constants.pixel-long">
1999
2000
<term>
2000
2001
<constant>imagick::PIXEL_LONG</constant>
2001
-
(<type>integer</type>)
2002
+
(<type>int</type>)
2002
2003
</term>
2003
2004
<listitem>
2004
2005
<simpara>
...
...
@@ -2008,7 +2009,7 @@
2008
2009
<varlistentry xml:id="imagick.constants.pixel-quantum">
2009
2010
<term>
2010
2011
<constant>imagick::PIXEL_QUANTUM</constant>
2011
-
(<type>integer</type>)
2012
+
(<type>int</type>)
2012
2013
</term>
2013
2014
<listitem>
2014
2015
<simpara>
...
...
@@ -2018,7 +2019,7 @@
2018
2019
<varlistentry xml:id="imagick.constants.pixel-short">
2019
2020
<term>
2020
2021
<constant>imagick::PIXEL_SHORT</constant>
2021
-
(<type>integer</type>)
2022
+
(<type>int</type>)
2022
2023
</term>
2023
2024
<listitem>
2024
2025
<simpara>
...
...
@@ -2033,7 +2034,7 @@
2033
2034
<varlistentry xml:id="imagick.constants.evaluate-undefined">
2034
2035
<term>
2035
2036
<constant>imagick::EVALUATE_UNDEFINED</constant>
2036
-
(<type>integer</type>)
2037
+
(<type>int</type>)
2037
2038
</term>
2038
2039
<listitem>
2039
2040
<simpara>
...
...
@@ -2043,7 +2044,7 @@
2043
2044
<varlistentry xml:id="imagick.constants.evaluate-add">
2044
2045
<term>
2045
2046
<constant>imagick::EVALUATE_ADD</constant>
2046
-
(<type>integer</type>)
2047
+
(<type>int</type>)
2047
2048
</term>
2048
2049
<listitem>
2049
2050
<simpara>
...
...
@@ -2053,7 +2054,7 @@
2053
2054
<varlistentry xml:id="imagick.constants.evaluate-and">
2054
2055
<term>
2055
2056
<constant>imagick::EVALUATE_AND</constant>
2056
-
(<type>integer</type>)
2057
+
(<type>int</type>)
2057
2058
</term>
2058
2059
<listitem>
2059
2060
<simpara>
...
...
@@ -2063,7 +2064,7 @@
2063
2064
<varlistentry xml:id="imagick.constants.evaluate-divide">
2064
2065
<term>
2065
2066
<constant>imagick::EVALUATE_DIVIDE</constant>
2066
-
(<type>integer</type>)
2067
+
(<type>int</type>)
2067
2068
</term>
2068
2069
<listitem>
2069
2070
<simpara>
...
...
@@ -2073,7 +2074,7 @@
2073
2074
<varlistentry xml:id="imagick.constants.evaluate-leftshift">
2074
2075
<term>
2075
2076
<constant>imagick::EVALUATE_LEFTSHIFT</constant>
2076
-
(<type>integer</type>)
2077
+
(<type>int</type>)
2077
2078
</term>
2078
2079
<listitem>
2079
2080
<simpara>
...
...
@@ -2083,7 +2084,7 @@
2083
2084
<varlistentry xml:id="imagick.constants.evaluate-max">
2084
2085
<term>
2085
2086
<constant>imagick::EVALUATE_MAX</constant>
2086
-
(<type>integer</type>)
2087
+
(<type>int</type>)
2087
2088
</term>
2088
2089
<listitem>
2089
2090
<simpara>
...
...
@@ -2093,7 +2094,7 @@
2093
2094
<varlistentry xml:id="imagick.constants.evaluate-min">
2094
2095
<term>
2095
2096
<constant>imagick::EVALUATE_MIN</constant>
2096
-
(<type>integer</type>)
2097
+
(<type>int</type>)
2097
2098
</term>
2098
2099
<listitem>
2099
2100
<simpara>
...
...
@@ -2103,7 +2104,7 @@
2103
2104
<varlistentry xml:id="imagick.constants.evaluate-multiply">
2104
2105
<term>
2105
2106
<constant>imagick::EVALUATE_MULTIPLY</constant>
2106
-
(<type>integer</type>)
2107
+
(<type>int</type>)
2107
2108
</term>
2108
2109
<listitem>
2109
2110
<simpara>
...
...
@@ -2113,7 +2114,7 @@
2113
2114
<varlistentry xml:id="imagick.constants.evaluate-or">
2114
2115
<term>
2115
2116
<constant>imagick::EVALUATE_OR</constant>
2116
-
(<type>integer</type>)
2117
+
(<type>int</type>)
2117
2118
</term>
2118
2119
<listitem>
2119
2120
<simpara>
...
...
@@ -2123,7 +2124,7 @@
2123
2124
<varlistentry xml:id="imagick.constants.evaluate-rightshift">
2124
2125
<term>
2125
2126
<constant>imagick::EVALUATE_RIGHTSHIFT</constant>
2126
-
(<type>integer</type>)
2127
+
(<type>int</type>)
2127
2128
</term>
2128
2129
<listitem>
2129
2130
<simpara>
...
...
@@ -2133,7 +2134,7 @@
2133
2134
<varlistentry xml:id="imagick.constants.evaluate-set">
2134
2135
<term>
2135
2136
<constant>imagick::EVALUATE_SET</constant>
2136
-
(<type>integer</type>)
2137
+
(<type>int</type>)
2137
2138
</term>
2138
2139
<listitem>
2139
2140
<simpara>
...
...
@@ -2143,7 +2144,7 @@
2143
2144
<varlistentry xml:id="imagick.constants.evaluate-subtract">
2144
2145
<term>
2145
2146
<constant>imagick::EVALUATE_SUBTRACT</constant>
2146
-
(<type>integer</type>)
2147
+
(<type>int</type>)
2147
2148
</term>
2148
2149
<listitem>
2149
2150
<simpara>
...
...
@@ -2153,7 +2154,7 @@
2153
2154
<varlistentry xml:id="imagick.constants.evaluate-xor">
2154
2155
<term>
2155
2156
<constant>imagick::EVALUATE_XOR</constant>
2156
-
(<type>integer</type>)
2157
+
(<type>int</type>)
2157
2158
</term>
2158
2159
<listitem>
2159
2160
<simpara>
...
...
@@ -2163,7 +2164,7 @@
2163
2164
<varlistentry xml:id="imagick.constants.evaluate-pow">
2164
2165
<term>
2165
2166
<constant>imagick::EVALUATE_POW</constant>
2166
-
(<type>integer</type>)
2167
+
(<type>int</type>)
2167
2168
</term>
2168
2169
<listitem>
2169
2170
<simpara>
...
...
@@ -2174,7 +2175,7 @@
2174
2175
<varlistentry xml:id="imagick.constants.evaluate-log">
2175
2176
<term>
2176
2177
<constant>imagick::EVALUATE_LOG</constant>
2177
-
(<type>integer</type>)
2178
+
(<type>int</type>)
2178
2179
</term>
2179
2180
<listitem>
2180
2181
<simpara>
...
...
@@ -2185,7 +2186,7 @@
2185
2186
<varlistentry xml:id="imagick.constants.evaluate-threshold">
2186
2187
<term>
2187
2188
<constant>imagick::EVALUATE_THRESHOLD</constant>
2188
-
(<type>integer</type>)
2189
+
(<type>int</type>)
2189
2190
</term>
2190
2191
<listitem>
2191
2192
<simpara>
...
...
@@ -2196,7 +2197,7 @@
2196
2197
<varlistentry xml:id="imagick.constants.evaluate-thresholdblack">
2197
2198
<term>
2198
2199
<constant>imagick::EVALUATE_THRESHOLDBLACK</constant>
2199
-
(<type>integer</type>)
2200
+
(<type>int</type>)
2200
2201
</term>
2201
2202
<listitem>
2202
2203
<simpara>
...
...
@@ -2207,7 +2208,7 @@
2207
2208
<varlistentry xml:id="imagick.constants.evaluate-thresholdwhite">
2208
2209
<term>
2209
2210
<constant>imagick::EVALUATE_THRESHOLDWHITE</constant>
2210
-
(<type>integer</type>)
2211
+
(<type>int</type>)
2211
2212
</term>
2212
2213
<listitem>
2213
2214
<simpara>
...
...
@@ -2218,7 +2219,7 @@
2218
2219
<varlistentry xml:id="imagick.constants.evaluate-gaussiannoise">
2219
2220
<term>
2220
2221
<constant>imagick::EVALUATE_GAUSSIANNOISE</constant>
2221
-
(<type>integer</type>)
2222
+
(<type>int</type>)
2222
2223
</term>
2223
2224
<listitem>
2224
2225
<simpara>
...
...
@@ -2229,7 +2230,7 @@
2229
2230
<varlistentry xml:id="imagick.constants.evaluate-impulsenoise">
2230
2231
<term>
2231
2232
<constant>imagick::EVALUATE_IMPULSENOISE</constant>
2232
-
(<type>integer</type>)
2233
+
(<type>int</type>)
2233
2234
</term>
2234
2235
<listitem>
2235
2236
<simpara>
...
...
@@ -2240,7 +2241,7 @@
2240
2241
<varlistentry xml:id="imagick.constants.evaluate-laplaciannoise">
2241
2242
<term>
2242
2243
<constant>imagick::EVALUATE_LAPLACIANNOISE</constant>
2243
-
(<type>integer</type>)
2244
+
(<type>int</type>)
2244
2245
</term>
2245
2246
<listitem>
2246
2247
<simpara>
...
...
@@ -2251,7 +2252,7 @@
2251
2252
<varlistentry xml:id="imagick.constants.evaluate-multiplicativenoise">
2252
2253
<term>
2253
2254
<constant>imagick::EVALUATE_MULTIPLICATIVENOISE</constant>
2254
-
(<type>integer</type>)
2255
+
(<type>int</type>)
2255
2256
</term>
2256
2257
<listitem>
2257
2258
<simpara>
...
...
@@ -2262,7 +2263,7 @@
2262
2263
<varlistentry xml:id="imagick.constants.evaluate-poissonnoise">
2263
2264
<term>
2264
2265
<constant>imagick::EVALUATE_POISSONNOISE</constant>
2265
-
(<type>integer</type>)
2266
+
(<type>int</type>)
2266
2267
</term>
2267
2268
<listitem>
2268
2269
<simpara>
...
...
@@ -2273,7 +2274,7 @@
2273
2274
<varlistentry xml:id="imagick.constants.evaluate-uniformnoise">
2274
2275
<term>
2275
2276
<constant>imagick::EVALUATE_UNIFORMNOISE</constant>
2276
-
(<type>integer</type>)
2277
+
(<type>int</type>)
2277
2278
</term>
2278
2279
<listitem>
2279
2280
<simpara>
...
...
@@ -2284,7 +2285,7 @@
2284
2285
<varlistentry xml:id="imagick.constants.evaluate-cosine">
2285
2286
<term>
2286
2287
<constant>imagick::EVALUATE_COSINE</constant>
2287
-
(<type>integer</type>)
2288
+
(<type>int</type>)
2288
2289
</term>
2289
2290
<listitem>
2290
2291
<simpara>
...
...
@@ -2295,7 +2296,7 @@
2295
2296
<varlistentry xml:id="imagick.constants.evaluate-sine">
2296
2297
<term>
2297
2298
<constant>imagick::EVALUATE_SINE</constant>
2298
-
(<type>integer</type>)
2299
+
(<type>int</type>)
2299
2300
</term>
2300
2301
<listitem>
2301
2302
<simpara>
...
...
@@ -2306,7 +2307,7 @@
2306
2307
<varlistentry xml:id="imagick.constants.evaluate-addmodulus">
2307
2308
<term>
2308
2309
<constant>imagick::EVALUATE_ADDMODULUS</constant>
2309
-
(<type>integer</type>)
2310
+
(<type>int</type>)
2310
2311
</term>
2311
2312
<listitem>
2312
2313
<simpara>
...
...
@@ -2322,7 +2323,7 @@
2322
2323
<varlistentry xml:id="imagick.constants.colorspace-undefined">
2323
2324
<term>
2324
2325
<constant>imagick::COLORSPACE_UNDEFINED</constant>
2325
-
(<type>integer</type>)
2326
+
(<type>int</type>)
2326
2327
</term>
2327
2328
<listitem>
2328
2329
<simpara>
...
...
@@ -2332,7 +2333,7 @@
2332
2333
<varlistentry xml:id="imagick.constants.colorspace-rgb">
2333
2334
<term>
2334
2335
<constant>imagick::COLORSPACE_RGB</constant>
2335
-
(<type>integer</type>)
2336
+
(<type>int</type>)
2336
2337
</term>
2337
2338
<listitem>
2338
2339
<simpara>
...
...
@@ -2342,7 +2343,7 @@
2342
2343
<varlistentry xml:id="imagick.constants.colorspace-gray">
2343
2344
<term>
2344
2345
<constant>imagick::COLORSPACE_GRAY</constant>
2345
-
(<type>integer</type>)
2346
+
(<type>int</type>)
2346
2347
</term>
2347
2348
<listitem>
2348
2349
<simpara>
...
...
@@ -2352,7 +2353,7 @@
2352
2353
<varlistentry xml:id="imagick.constants.colorspace-transparent">
2353
2354
<term>
2354
2355
<constant>imagick::COLORSPACE_TRANSPARENT</constant>
2355
-
(<type>integer</type>)
2356
+
(<type>int</type>)
2356
2357
</term>
2357
2358
<listitem>
2358
2359
<simpara>
...
...
@@ -2362,7 +2363,7 @@
2362
2363
<varlistentry xml:id="imagick.constants.colorspace-ohta">
2363
2364
<term>
2364
2365
<constant>imagick::COLORSPACE_OHTA</constant>
2365
-
(<type>integer</type>)
2366
+
(<type>int</type>)
2366
2367
</term>
2367
2368
<listitem>
2368
2369
<simpara>
...
...
@@ -2372,7 +2373,7 @@
2372
2373
<varlistentry xml:id="imagick.constants.colorspace-lab">
2373
2374
<term>
2374
2375
<constant>imagick::COLORSPACE_LAB</constant>
2375
-
(<type>integer</type>)
2376
+
(<type>int</type>)
2376
2377
</term>
2377
2378
<listitem>
2378
2379
<simpara>
...
...
@@ -2382,7 +2383,7 @@
2382
2383
<varlistentry xml:id="imagick.constants.colorspace-xyz">
2383
2384
<term>
2384
2385
<constant>imagick::COLORSPACE_XYZ</constant>
2385
-
(<type>integer</type>)
2386
+
(<type>int</type>)
2386
2387
</term>
2387
2388
<listitem>
2388
2389
<simpara>
...
...
@@ -2392,7 +2393,7 @@
2392
2393
<varlistentry xml:id="imagick.constants.colorspace-ycbcr">
2393
2394
<term>
2394
2395
<constant>imagick::COLORSPACE_YCBCR</constant>
2395
-
(<type>integer</type>)
2396
+
(<type>int</type>)
2396
2397
</term>
2397
2398
<listitem>
2398
2399
<simpara>
...
...
@@ -2402,7 +2403,7 @@
2402
2403
<varlistentry xml:id="imagick.constants.colorspace-ycc">
2403
2404
<term>
2404
2405
<constant>imagick::COLORSPACE_YCC</constant>
2405
-
(<type>integer</type>)
2406
+
(<type>int</type>)
2406
2407
</term>
2407
2408
<listitem>
2408
2409
<simpara>
...
...
@@ -2412,7 +2413,7 @@
2412
2413
<varlistentry xml:id="imagick.constants.colorspace-yiq">
2413
2414
<term>
2414
2415
<constant>imagick::COLORSPACE_YIQ</constant>
2415
-
(<type>integer</type>)
2416
+
(<type>int</type>)
2416
2417
</term>
2417
2418
<listitem>
2418
2419
<simpara>
...
...
@@ -2422,7 +2423,7 @@
2422
2423
<varlistentry xml:id="imagick.constants.colorspace-ypbpr">
2423
2424
<term>
2424
2425
<constant>imagick::COLORSPACE_YPBPR</constant>
2425
-
(<type>integer</type>)
2426
+
(<type>int</type>)
2426
2427
</term>
2427
2428
<listitem>
2428
2429
<simpara>
...
...
@@ -2432,7 +2433,7 @@
2432
2433
<varlistentry xml:id="imagick.constants.colorspace-yuv">
2433
2434
<term>
2434
2435
<constant>imagick::COLORSPACE_YUV</constant>
2435
-
(<type>integer</type>)
2436
+
(<type>int</type>)
2436
2437
</term>
2437
2438
<listitem>
2438
2439
<simpara>
...
...
@@ -2442,7 +2443,7 @@
2442
2443
<varlistentry xml:id="imagick.constants.colorspace-cmyk">
2443
2444
<term>
2444
2445
<constant>imagick::COLORSPACE_CMYK</constant>
2445
-
(<type>integer</type>)
2446
+
(<type>int</type>)
2446
2447
</term>
2447
2448
<listitem>
2448
2449
<simpara>
...
...
@@ -2452,7 +2453,7 @@
2452
2453
<varlistentry xml:id="imagick.constants.colorspace-srgb">
2453
2454
<term>
2454
2455
<constant>imagick::COLORSPACE_SRGB</constant>
2455
-
(<type>integer</type>)
2456
+
(<type>int</type>)
2456
2457
</term>
2457
2458
<listitem>
2458
2459
<simpara>
...
...
@@ -2462,7 +2463,7 @@
2462
2463
<varlistentry xml:id="imagick.constants.colorspace-hsb">
2463
2464
<term>
2464
2465
<constant>imagick::COLORSPACE_HSB</constant>
2465
-
(<type>integer</type>)
2466
+
(<type>int</type>)
2466
2467
</term>
2467
2468
<listitem>
2468
2469
<simpara>
...
...
@@ -2472,7 +2473,7 @@
2472
2473
<varlistentry xml:id="imagick.constants.colorspace-hsl">
2473
2474
<term>
2474
2475
<constant>imagick::COLORSPACE_HSL</constant>
2475
-
(<type>integer</type>)
2476
+
(<type>int</type>)
2476
2477
</term>
2477
2478
<listitem>
2478
2479
<simpara>
...
...
@@ -2482,7 +2483,7 @@
2482
2483
<varlistentry xml:id="imagick.constants.colorspace-hwb">
2483
2484
<term>
2484
2485
<constant>imagick::COLORSPACE_HWB</constant>
2485
-
(<type>integer</type>)
2486
+
(<type>int</type>)
2486
2487
</term>
2487
2488
<listitem>
2488
2489
<simpara>
...
...
@@ -2492,7 +2493,7 @@
2492
2493
<varlistentry xml:id="imagick.constants.colorspace-rec601luma">
2493
2494
<term>
2494
2495
<constant>imagick::COLORSPACE_REC601LUMA</constant>
2495
-
(<type>integer</type>)
2496
+
(<type>int</type>)
2496
2497
</term>
2497
2498
<listitem>
2498
2499
<simpara>
...
...
@@ -2502,7 +2503,7 @@
2502
2503
<varlistentry xml:id="imagick.constants.colorspace-rec709luma">
2503
2504
<term>
2504
2505
<constant>imagick::COLORSPACE_REC709LUMA</constant>
2505
-
(<type>integer</type>)
2506
+
(<type>int</type>)
2506
2507
</term>
2507
2508
<listitem>
2508
2509
<simpara>
...
...
@@ -2512,7 +2513,7 @@
2512
2513
<varlistentry xml:id="imagick.constants.colorspace-log">
2513
2514
<term>
2514
2515
<constant>imagick::COLORSPACE_LOG</constant>
2515
-
(<type>integer</type>)
2516
+
(<type>int</type>)
2516
2517
</term>
2517
2518
<listitem>
2518
2519
<simpara>
...
...
@@ -2522,7 +2523,7 @@
2522
2523
<varlistentry xml:id="imagick.constants.colorspace-cmy">
2523
2524
<term>
2524
2525
<constant>imagick::COLORSPACE_CMY</constant>
2525
-
(<type>integer</type>)
2526
+
(<type>int</type>)
2526
2527
</term>
2527
2528
<listitem>
2528
2529
<simpara>
...
...
@@ -2538,7 +2539,7 @@
2538
2539
<varlistentry xml:id="imagick.constants.virtualpixelmethod-undefined">
2539
2540
<term>
2540
2541
<constant>imagick::VIRTUALPIXELMETHOD_UNDEFINED</constant>
2541
-
(<type>integer</type>)
2542
+
(<type>int</type>)
2542
2543
</term>
2543
2544
<listitem>
2544
2545
<simpara>
...
...
@@ -2548,7 +2549,7 @@
2548
2549
<varlistentry xml:id="imagick.constants.virtualpixelmethod-background">
2549
2550
<term>
2550
2551
<constant>imagick::VIRTUALPIXELMETHOD_BACKGROUND</constant>
2551
-
(<type>integer</type>)
2552
+
(<type>int</type>)
2552
2553
</term>
2553
2554
<listitem>
2554
2555
<simpara>
...
...
@@ -2558,7 +2559,7 @@
2558
2559
<varlistentry xml:id="imagick.constants.virtualpixelmethod-constant">
2559
2560
<term>
2560
2561
<constant>imagick::VIRTUALPIXELMETHOD_CONSTANT</constant>
2561
-
(<type>integer</type>)
2562
+
(<type>int</type>)
2562
2563
</term>
2563
2564
<listitem>
2564
2565
<simpara>
...
...
@@ -2568,7 +2569,7 @@
2568
2569
<varlistentry xml:id="imagick.constants.virtualpixelmethod-edge">
2569
2570
<term>
2570
2571
<constant>imagick::VIRTUALPIXELMETHOD_EDGE</constant>
2571
-
(<type>integer</type>)
2572
+
(<type>int</type>)
2572
2573
</term>
2573
2574
<listitem>
2574
2575
<simpara>
...
...
@@ -2578,7 +2579,7 @@
2578
2579
<varlistentry xml:id="imagick.constants.virtualpixelmethod-mirror">
2579
2580
<term>
2580
2581
<constant>imagick::VIRTUALPIXELMETHOD_MIRROR</constant>
2581
-
(<type>integer</type>)
2582
+
(<type>int</type>)
2582
2583
</term>
2583
2584
<listitem>
2584
2585
<simpara>
...
...
@@ -2588,7 +2589,7 @@
2588
2589
<varlistentry xml:id="imagick.constants.virtualpixelmethod-tile">
2589
2590
<term>
2590
2591
<constant>imagick::VIRTUALPIXELMETHOD_TILE</constant>
2591
-
(<type>integer</type>)
2592
+
(<type>int</type>)
2592
2593
</term>
2593
2594
<listitem>
2594
2595
<simpara>
...
...
@@ -2598,7 +2599,7 @@
2598
2599
<varlistentry xml:id="imagick.constants.virtualpixelmethod-transparent">
2599
2600
<term>
2600
2601
<constant>imagick::VIRTUALPIXELMETHOD_TRANSPARENT</constant>
2601
-
(<type>integer</type>)
2602
+
(<type>int</type>)
2602
2603
</term>
2603
2604
<listitem>
2604
2605
<simpara>
...
...
@@ -2608,7 +2609,7 @@
2608
2609
<varlistentry xml:id="imagick.constants.virtualpixelmethod-mask">
2609
2610
<term>
2610
2611
<constant>imagick::VIRTUALPIXELMETHOD_MASK</constant>
2611
-
(<type>integer</type>)
2612
+
(<type>int</type>)
2612
2613
</term>
2613
2614
<listitem>
2614
2615
<simpara>
...
...
@@ -2619,7 +2620,7 @@
2619
2620
<varlistentry xml:id="imagick.constants.virtualpixelmethod-black">
2620
2621
<term>
2621
2622
<constant>imagick::VIRTUALPIXELMETHOD_BLACK</constant>
2622
-
(<type>integer</type>)
2623
+
(<type>int</type>)
2623
2624
</term>
2624
2625
<listitem>
2625
2626
<simpara>
...
...
@@ -2630,7 +2631,7 @@
2630
2631
<varlistentry xml:id="imagick.constants.virtualpixelmethod-gray">
2631
2632
<term>
2632
2633
<constant>imagick::VIRTUALPIXELMETHOD_GRAY</constant>
2633
-
(<type>integer</type>)
2634
+
(<type>int</type>)
2634
2635
</term>
2635
2636
<listitem>
2636
2637
<simpara>
...
...
@@ -2641,7 +2642,7 @@
2641
2642
<varlistentry xml:id="imagick.constants.virtualpixelmethod-white">
2642
2643
<term>
2643
2644
<constant>imagick::VIRTUALPIXELMETHOD_WHITE</constant>
2644
-
(<type>integer</type>)
2645
+
(<type>int</type>)
2645
2646
</term>
2646
2647
<listitem>
2647
2648
<simpara>
...
...
@@ -2652,7 +2653,7 @@
2652
2653
<varlistentry xml:id="imagick.constants.virtualpixelmethod-horizontaltile">
2653
2654
<term>
2654
2655
<constant>imagick::VIRTUALPIXELMETHOD_HORIZONTALTILE</constant>
2655
-
(<type>integer</type>)
2656
+
(<type>int</type>)
2656
2657
</term>
2657
2658
<listitem>
2658
2659
<simpara>
...
...
@@ -2663,7 +2664,7 @@
2663
2664
<varlistentry xml:id="imagick.constants.virtualpixelmethod-verticaltile">
2664
2665
<term>
2665
2666
<constant>imagick::VIRTUALPIXELMETHOD_VERTICALTILE</constant>
2666
-
(<type>integer</type>)
2667
+
(<type>int</type>)
2667
2668
</term>
2668
2669
<listitem>
2669
2670
<simpara>
...
...
@@ -2679,7 +2680,7 @@
2679
2680
<varlistentry xml:id="imagick.constants.preview-undefined">
2680
2681
<term>
2681
2682
<constant>imagick::PREVIEW_UNDEFINED</constant>
2682
-
(<type>integer</type>)
2683
+
(<type>int</type>)
2683
2684
</term>
2684
2685
<listitem>
2685
2686
<simpara>
...
...
@@ -2689,7 +2690,7 @@
2689
2690
<varlistentry xml:id="imagick.constants.preview-rotate">
2690
2691
<term>
2691
2692
<constant>imagick::PREVIEW_ROTATE</constant>
2692
-
(<type>integer</type>)
2693
+
(<type>int</type>)
2693
2694
</term>
2694
2695
<listitem>
2695
2696
<simpara>
...
...
@@ -2699,7 +2700,7 @@
2699
2700
<varlistentry xml:id="imagick.constants.preview-shear">
2700
2701
<term>
2701
2702
<constant>imagick::PREVIEW_SHEAR</constant>
2702
-
(<type>integer</type>)
2703
+
(<type>int</type>)
2703
2704
</term>
2704
2705
<listitem>
2705
2706
<simpara>
...
...
@@ -2709,7 +2710,7 @@
2709
2710
<varlistentry xml:id="imagick.constants.preview-roll">
2710
2711
<term>
2711
2712
<constant>imagick::PREVIEW_ROLL</constant>
2712
-
(<type>integer</type>)
2713
+
(<type>int</type>)
2713
2714
</term>
2714
2715
<listitem>
2715
2716
<simpara>
...
...
@@ -2719,7 +2720,7 @@
2719
2720
<varlistentry xml:id="imagick.constants.preview-hue">
2720
2721
<term>
2721
2722
<constant>imagick::PREVIEW_HUE</constant>
2722
-
(<type>integer</type>)
2723
+
(<type>int</type>)
2723
2724
</term>
2724
2725
<listitem>
2725
2726
<simpara>
...
...
@@ -2729,7 +2730,7 @@
2729
2730
<varlistentry xml:id="imagick.constants.preview-saturation">
2730
2731
<term>
2731
2732
<constant>imagick::PREVIEW_SATURATION</constant>
2732
-
(<type>integer</type>)
2733
+
(<type>int</type>)
2733
2734
</term>
2734
2735
<listitem>
2735
2736
<simpara>
...
...
@@ -2739,7 +2740,7 @@
2739
2740
<varlistentry xml:id="imagick.constants.preview-brightness">
2740
2741
<term>
2741
2742
<constant>imagick::PREVIEW_BRIGHTNESS</constant>
2742
-
(<type>integer</type>)
2743
+
(<type>int</type>)
2743
2744
</term>
2744
2745
<listitem>
2745
2746
<simpara>
...
...
@@ -2749,7 +2750,7 @@
2749
2750
<varlistentry xml:id="imagick.constants.preview-gamma">
2750
2751
<term>
2751
2752
<constant>imagick::PREVIEW_GAMMA</constant>
2752
-
(<type>integer</type>)
2753
+
(<type>int</type>)
2753
2754
</term>
2754
2755
<listitem>
2755
2756
<simpara>
...
...
@@ -2759,7 +2760,7 @@
2759
2760
<varlistentry xml:id="imagick.constants.preview-spiff">
2760
2761
<term>
2761
2762
<constant>imagick::PREVIEW_SPIFF</constant>
2762
-
(<type>integer</type>)
2763
+
(<type>int</type>)
2763
2764
</term>
2764
2765
<listitem>
2765
2766
<simpara>
...
...
@@ -2769,7 +2770,7 @@
2769
2770
<varlistentry xml:id="imagick.constants.preview-dull">
2770
2771
<term>
2771
2772
<constant>imagick::PREVIEW_DULL</constant>
2772
-
(<type>integer</type>)
2773
+
(<type>int</type>)
2773
2774
</term>
2774
2775
<listitem>
2775
2776
<simpara>
...
...
@@ -2779,7 +2780,7 @@
2779
2780
<varlistentry xml:id="imagick.constants.preview-grayscale">
2780
2781
<term>
2781
2782
<constant>imagick::PREVIEW_GRAYSCALE</constant>
2782
-
(<type>integer</type>)
2783
+
(<type>int</type>)
2783
2784
</term>
2784
2785
<listitem>
2785
2786
<simpara>
...
...
@@ -2789,7 +2790,7 @@
2789
2790
<varlistentry xml:id="imagick.constants.preview-quantize">
2790
2791
<term>
2791
2792
<constant>imagick::PREVIEW_QUANTIZE</constant>
2792
-
(<type>integer</type>)
2793
+
(<type>int</type>)
2793
2794
</term>
2794
2795
<listitem>
2795
2796
<simpara>
...
...
@@ -2799,7 +2800,7 @@
2799
2800
<varlistentry xml:id="imagick.constants.preview-despeckle">
2800
2801
<term>
2801
2802
<constant>imagick::PREVIEW_DESPECKLE</constant>
2802
-
(<type>integer</type>)
2803
+
(<type>int</type>)
2803
2804
</term>
2804
2805
<listitem>
2805
2806
<simpara>
...
...
@@ -2809,7 +2810,7 @@
2809
2810
<varlistentry xml:id="imagick.constants.preview-reducenoise">
2810
2811
<term>
2811
2812
<constant>imagick::PREVIEW_REDUCENOISE</constant>
2812
-
(<type>integer</type>)
2813
+
(<type>int</type>)
2813
2814
</term>
2814
2815
<listitem>
2815
2816
<simpara>
...
...
@@ -2819,7 +2820,7 @@
2819
2820
<varlistentry xml:id="imagick.constants.preview-addnoise">
2820
2821
<term>
2821
2822
<constant>imagick::PREVIEW_ADDNOISE</constant>
2822
-
(<type>integer</type>)
2823
+
(<type>int</type>)
2823
2824
</term>
2824
2825
<listitem>
2825
2826
<simpara>
...
...
@@ -2829,7 +2830,7 @@
2829
2830
<varlistentry xml:id="imagick.constants.preview-sharpen">
2830
2831
<term>
2831
2832
<constant>imagick::PREVIEW_SHARPEN</constant>
2832
-
(<type>integer</type>)
2833
+
(<type>int</type>)
2833
2834
</term>
2834
2835
<listitem>
2835
2836
<simpara>
...
...
@@ -2839,7 +2840,7 @@
2839
2840
<varlistentry xml:id="imagick.constants.preview-blur">
2840
2841
<term>
2841
2842
<constant>imagick::PREVIEW_BLUR</constant>
2842
-
(<type>integer</type>)
2843
+
(<type>int</type>)
2843
2844
</term>
2844
2845
<listitem>
2845
2846
<simpara>
...
...
@@ -2849,7 +2850,7 @@
2849
2850
<varlistentry xml:id="imagick.constants.preview-threshold">
2850
2851
<term>
2851
2852
<constant>imagick::PREVIEW_THRESHOLD</constant>
2852
-
(<type>integer</type>)
2853
+
(<type>int</type>)
2853
2854
</term>
2854
2855
<listitem>
2855
2856
<simpara>
...
...
@@ -2859,7 +2860,7 @@
2859
2860
<varlistentry xml:id="imagick.constants.preview-edgedetect">
2860
2861
<term>
2861
2862
<constant>imagick::PREVIEW_EDGEDETECT</constant>
2862
-
(<type>integer</type>)
2863
+
(<type>int</type>)
2863
2864
</term>
2864
2865
<listitem>
2865
2866
<simpara>
...
...
@@ -2869,7 +2870,7 @@
2869
2870
<varlistentry xml:id="imagick.constants.preview-spread">
2870
2871
<term>
2871
2872
<constant>imagick::PREVIEW_SPREAD</constant>
2872
-
(<type>integer</type>)
2873
+
(<type>int</type>)
2873
2874
</term>
2874
2875
<listitem>
2875
2876
<simpara>
...
...
@@ -2879,7 +2880,7 @@
2879
2880
<varlistentry xml:id="imagick.constants.preview-solarize">
2880
2881
<term>
2881
2882
<constant>imagick::PREVIEW_SOLARIZE</constant>
2882
-
(<type>integer</type>)
2883
+
(<type>int</type>)
2883
2884
</term>
2884
2885
<listitem>
2885
2886
<simpara>
...
...
@@ -2889,7 +2890,7 @@
2889
2890
<varlistentry xml:id="imagick.constants.preview-shade">
2890
2891
<term>
2891
2892
<constant>imagick::PREVIEW_SHADE</constant>
2892
-
(<type>integer</type>)
2893
+
(<type>int</type>)
2893
2894
</term>
2894
2895
<listitem>
2895
2896
<simpara>
...
...
@@ -2899,7 +2900,7 @@
2899
2900
<varlistentry xml:id="imagick.constants.preview-raise">
2900
2901
<term>
2901
2902
<constant>imagick::PREVIEW_RAISE</constant>
2902
-
(<type>integer</type>)
2903
+
(<type>int</type>)
2903
2904
</term>
2904
2905
<listitem>
2905
2906
<simpara>
...
...
@@ -2909,7 +2910,7 @@
2909
2910
<varlistentry xml:id="imagick.constants.preview-segment">
2910
2911
<term>
2911
2912
<constant>imagick::PREVIEW_SEGMENT</constant>
2912
-
(<type>integer</type>)
2913
+
(<type>int</type>)
2913
2914
</term>
2914
2915
<listitem>
2915
2916
<simpara>
...
...
@@ -2919,7 +2920,7 @@
2919
2920
<varlistentry xml:id="imagick.constants.preview-swirl">
2920
2921
<term>
2921
2922
<constant>imagick::PREVIEW_SWIRL</constant>
2922
-
(<type>integer</type>)
2923
+
(<type>int</type>)
2923
2924
</term>
2924
2925
<listitem>
2925
2926
<simpara>
...
...
@@ -2929,7 +2930,7 @@
2929
2930
<varlistentry xml:id="imagick.constants.preview-implode">
2930
2931
<term>
2931
2932
<constant>imagick::PREVIEW_IMPLODE</constant>
2932
-
(<type>integer</type>)
2933
+
(<type>int</type>)
2933
2934
</term>
2934
2935
<listitem>
2935
2936
<simpara>
...
...
@@ -2939,7 +2940,7 @@
2939
2940
<varlistentry xml:id="imagick.constants.preview-wave">
2940
2941
<term>
2941
2942
<constant>imagick::PREVIEW_WAVE</constant>
2942
-
(<type>integer</type>)
2943
+
(<type>int</type>)
2943
2944
</term>
2944
2945
<listitem>
2945
2946
<simpara>
...
...
@@ -2949,7 +2950,7 @@
2949
2950
<varlistentry xml:id="imagick.constants.preview-oilpaint">
2950
2951
<term>
2951
2952
<constant>imagick::PREVIEW_OILPAINT</constant>
2952
-
(<type>integer</type>)
2953
+
(<type>int</type>)
2953
2954
</term>
2954
2955
<listitem>
2955
2956
<simpara>
...
...
@@ -2959,7 +2960,7 @@
2959
2960
<varlistentry xml:id="imagick.constants.preview-charcoaldrawing">
2960
2961
<term>
2961
2962
<constant>imagick::PREVIEW_CHARCOALDRAWING</constant>
2962
-
(<type>integer</type>)
2963
+
(<type>int</type>)
2963
2964
</term>
2964
2965
<listitem>
2965
2966
<simpara>
...
...
@@ -2969,7 +2970,7 @@
2969
2970
<varlistentry xml:id="imagick.constants.preview-jpeg">
2970
2971
<term>
2971
2972
<constant>imagick::PREVIEW_JPEG</constant>
2972
-
(<type>integer</type>)
2973
+
(<type>int</type>)
2973
2974
</term>
2974
2975
<listitem>
2975
2976
<simpara>
...
...
@@ -2984,7 +2985,7 @@
2984
2985
<varlistentry xml:id="imagick.constants.renderingintent-undefined">
2985
2986
<term>
2986
2987
<constant>imagick::RENDERINGINTENT_UNDEFINED</constant>
2987
-
(<type>integer</type>)
2988
+
(<type>int</type>)
2988
2989
</term>
2989
2990
<listitem>
2990
2991
<simpara>
...
...
@@ -2994,7 +2995,7 @@
2994
2995
<varlistentry xml:id="imagick.constants.renderingintent-saturation">
2995
2996
<term>
2996
2997
<constant>imagick::RENDERINGINTENT_SATURATION</constant>
2997
-
(<type>integer</type>)
2998
+
(<type>int</type>)
2998
2999
</term>
2999
3000
<listitem>
3000
3001
<simpara>
...
...
@@ -3004,7 +3005,7 @@
3004
3005
<varlistentry xml:id="imagick.constants.renderingintent-perceptual">
3005
3006
<term>
3006
3007
<constant>imagick::RENDERINGINTENT_PERCEPTUAL</constant>
3007
-
(<type>integer</type>)
3008
+
(<type>int</type>)
3008
3009
</term>
3009
3010
<listitem>
3010
3011
<simpara>
...
...
@@ -3014,7 +3015,7 @@
3014
3015
<varlistentry xml:id="imagick.constants.renderingintent-absolute">
3015
3016
<term>
3016
3017
<constant>imagick::RENDERINGINTENT_ABSOLUTE</constant>
3017
-
(<type>integer</type>)
3018
+
(<type>int</type>)
3018
3019
</term>
3019
3020
<listitem>
3020
3021
<simpara>
...
...
@@ -3024,7 +3025,7 @@
3024
3025
<varlistentry xml:id="imagick.constants.renderingintent-relative">
3025
3026
<term>
3026
3027
<constant>imagick::RENDERINGINTENT_RELATIVE</constant>
3027
-
(<type>integer</type>)
3028
+
(<type>int</type>)
3028
3029
</term>
3029
3030
<listitem>
3030
3031
<simpara>
...
...
@@ -3039,7 +3040,7 @@
3039
3040
<varlistentry xml:id="imagick.constants.interlace-undefined">
3040
3041
<term>
3041
3042
<constant>imagick::INTERLACE_UNDEFINED</constant>
3042
-
(<type>integer</type>)
3043
+
(<type>int</type>)
3043
3044
</term>
3044
3045
<listitem>
3045
3046
<simpara>
...
...
@@ -3049,7 +3050,7 @@
3049
3050
<varlistentry xml:id="imagick.constants.interlace-no">
3050
3051
<term>
3051
3052
<constant>imagick::INTERLACE_NO</constant>
3052
-
(<type>integer</type>)
3053
+
(<type>int</type>)
3053
3054
</term>
3054
3055
<listitem>
3055
3056
<simpara>
...
...
@@ -3059,7 +3060,7 @@
3059
3060
<varlistentry xml:id="imagick.constants.interlace-line">
3060
3061
<term>
3061
3062
<constant>imagick::INTERLACE_LINE</constant>
3062
-
(<type>integer</type>)
3063
+
(<type>int</type>)
3063
3064
</term>
3064
3065
<listitem>
3065
3066
<simpara>
...
...
@@ -3069,7 +3070,7 @@
3069
3070
<varlistentry xml:id="imagick.constants.interlace-plane">
3070
3071
<term>
3071
3072
<constant>imagick::INTERLACE_PLANE</constant>
3072
-
(<type>integer</type>)
3073
+
(<type>int</type>)
3073
3074
</term>
3074
3075
<listitem>
3075
3076
<simpara>
...
...
@@ -3079,7 +3080,7 @@
3079
3080
<varlistentry xml:id="imagick.constants.interlace-partition">
3080
3081
<term>
3081
3082
<constant>imagick::INTERLACE_PARTITION</constant>
3082
-
(<type>integer</type>)
3083
+
(<type>int</type>)
3083
3084
</term>
3084
3085
<listitem>
3085
3086
<simpara>
...
...
@@ -3089,7 +3090,7 @@
3089
3090
<varlistentry xml:id="imagick.constants.interlace-gif">
3090
3091
<term>
3091
3092
<constant>imagick::INTERLACE_GIF</constant>
3092
-
(<type>integer</type>)
3093
+
(<type>int</type>)
3093
3094
</term>
3094
3095
<listitem>
3095
3096
<simpara>
...
...
@@ -3100,7 +3101,7 @@
3100
3101
<varlistentry xml:id="imagick.constants.interlace-jpeg">
3101
3102
<term>
3102
3103
<constant>imagick::INTERLACE_JPEG</constant>
3103
-
(<type>integer</type>)
3104
+
(<type>int</type>)
3104
3105
</term>
3105
3106
<listitem>
3106
3107
<simpara>
...
...
@@ -3110,7 +3111,7 @@
3110
3111
<varlistentry xml:id="imagick.constants.interlace-png">
3111
3112
<term>
3112
3113
<constant>imagick::INTERLACE_PNG</constant>
3113
-
(<type>integer</type>)
3114
+
(<type>int</type>)
3114
3115
</term>
3115
3116
<listitem>
3116
3117
<simpara>
...
...
@@ -3125,7 +3126,7 @@
3125
3126
<varlistentry xml:id="imagick.constants.fillrule-undefined">
3126
3127
<term>
3127
3128
<constant>imagick::FILLRULE_UNDEFINED</constant>
3128
-
(<type>integer</type>)
3129
+
(<type>int</type>)
3129
3130
</term>
3130
3131
<listitem>
3131
3132
<simpara>
...
...
@@ -3135,7 +3136,7 @@
3135
3136
<varlistentry xml:id="imagick.constants.fillrule-evenodd">
3136
3137
<term>
3137
3138
<constant>imagick::FILLRULE_EVENODD</constant>
3138
-
(<type>integer</type>)
3139
+
(<type>int</type>)
3139
3140
</term>
3140
3141
<listitem>
3141
3142
<simpara>
...
...
@@ -3145,7 +3146,7 @@
3145
3146
<varlistentry xml:id="imagick.constants.fillrule-nonzero">
3146
3147
<term>
3147
3148
<constant>imagick::FILLRULE_NONZERO</constant>
3148
-
(<type>integer</type>)
3149
+
(<type>int</type>)
3149
3150
</term>
3150
3151
<listitem>
3151
3152
<simpara>
...
...
@@ -3160,7 +3161,7 @@
3160
3161
<varlistentry xml:id="imagick.constants.pathunits-undefined">
3161
3162
<term>
3162
3163
<constant>imagick::PATHUNITS_UNDEFINED</constant>
3163
-
(<type>integer</type>)
3164
+
(<type>int</type>)
3164
3165
</term>
3165
3166
<listitem>
3166
3167
<simpara>
...
...
@@ -3170,7 +3171,7 @@
3170
3171
<varlistentry xml:id="imagick.constants.pathunits-userspace">
3171
3172
<term>
3172
3173
<constant>imagick::PATHUNITS_USERSPACE</constant>
3173
-
(<type>integer</type>)
3174
+
(<type>int</type>)
3174
3175
</term>
3175
3176
<listitem>
3176
3177
<simpara>
...
...
@@ -3180,7 +3181,7 @@
3180
3181
<varlistentry xml:id="imagick.constants.pathunits-userspaceonuse">
3181
3182
<term>
3182
3183
<constant>imagick::PATHUNITS_USERSPACEONUSE</constant>
3183
-
(<type>integer</type>)
3184
+
(<type>int</type>)
3184
3185
</term>
3185
3186
<listitem>
3186
3187
<simpara>
...
...
@@ -3190,7 +3191,7 @@
3190
3191
<varlistentry xml:id="imagick.constants.pathunits-objectboundingbox">
3191
3192
<term>
3192
3193
<constant>imagick::PATHUNITS_OBJECTBOUNDINGBOX</constant>
3193
-
(<type>integer</type>)
3194
+
(<type>int</type>)
3194
3195
</term>
3195
3196
<listitem>
3196
3197
<simpara>
...
...
@@ -3205,7 +3206,7 @@
3205
3206
<varlistentry xml:id="imagick.constants.linecap-undefined">
3206
3207
<term>
3207
3208
<constant>imagick::LINECAP_UNDEFINED</constant>
3208
-
(<type>integer</type>)
3209
+
(<type>int</type>)
3209
3210
</term>
3210
3211
<listitem>
3211
3212
<simpara>
...
...
@@ -3215,7 +3216,7 @@
3215
3216
<varlistentry xml:id="imagick.constants.linecap-butt">
3216
3217
<term>
3217
3218
<constant>imagick::LINECAP_BUTT</constant>
3218
-
(<type>integer</type>)
3219
+
(<type>int</type>)
3219
3220
</term>
3220
3221
<listitem>
3221
3222
<simpara>
...
...
@@ -3225,7 +3226,7 @@
3225
3226
<varlistentry xml:id="imagick.constants.linecap-round">
3226
3227
<term>
3227
3228
<constant>imagick::LINECAP_ROUND</constant>
3228
-
(<type>integer</type>)
3229
+
(<type>int</type>)
3229
3230
</term>
3230
3231
<listitem>
3231
3232
<simpara>
...
...
@@ -3235,7 +3236,7 @@
3235
3236
<varlistentry xml:id="imagick.constants.linecap-square">
3236
3237
<term>
3237
3238
<constant>imagick::LINECAP_SQUARE</constant>
3238
-
(<type>integer</type>)
3239
+
(<type>int</type>)
3239
3240
</term>
3240
3241
<listitem>
3241
3242
<simpara>
...
...
@@ -3250,7 +3251,7 @@
3250
3251
<varlistentry xml:id="imagick.constants.linejoin-undefined">
3251
3252
<term>
3252
3253
<constant>imagick::LINEJOIN_UNDEFINED</constant>
3253
-
(<type>integer</type>)
3254
+
(<type>int</type>)
3254
3255
</term>
3255
3256
<listitem>
3256
3257
<simpara>
...
...
@@ -3260,7 +3261,7 @@
3260
3261
<varlistentry xml:id="imagick.constants.linejoin-miter">
3261
3262
<term>
3262
3263
<constant>imagick::LINEJOIN_MITER</constant>
3263
-
(<type>integer</type>)
3264
+
(<type>int</type>)
3264
3265
</term>
3265
3266
<listitem>
3266
3267
<simpara>
...
...
@@ -3270,7 +3271,7 @@
3270
3271
<varlistentry xml:id="imagick.constants.linejoin-round">
3271
3272
<term>
3272
3273
<constant>imagick::LINEJOIN_ROUND</constant>
3273
-
(<type>integer</type>)
3274
+
(<type>int</type>)
3274
3275
</term>
3275
3276
<listitem>
3276
3277
<simpara>
...
...
@@ -3280,7 +3281,7 @@
3280
3281
<varlistentry xml:id="imagick.constants.linejoin-bevel">
3281
3282
<term>
3282
3283
<constant>imagick::LINEJOIN_BEVEL</constant>
3283
-
(<type>integer</type>)
3284
+
(<type>int</type>)
3284
3285
</term>
3285
3286
<listitem>
3286
3287
<simpara>
...
...
@@ -3295,7 +3296,7 @@
3295
3296
<varlistentry xml:id="imagick.constants.resourcetype-undefined">
3296
3297
<term>
3297
3298
<constant>imagick::RESOURCETYPE_UNDEFINED</constant>
3298
-
(<type>integer</type>)
3299
+
(<type>int</type>)
3299
3300
</term>
3300
3301
<listitem>
3301
3302
<simpara>
...
...
@@ -3305,7 +3306,7 @@
3305
3306
<varlistentry xml:id="imagick.constants.resourcetype-area">
3306
3307
<term>
3307
3308
<constant>imagick::RESOURCETYPE_AREA</constant>
3308
-
(<type>integer</type>)
3309
+
(<type>int</type>)
3309
3310
</term>
3310
3311
<listitem>
3311
3312
<simpara>
...
...
@@ -3316,7 +3317,7 @@
3316
3317
<varlistentry xml:id="imagick.constants.resourcetype-disk">
3317
3318
<term>
3318
3319
<constant>imagick::RESOURCETYPE_DISK</constant>
3319
-
(<type>integer</type>)
3320
+
(<type>int</type>)
3320
3321
</term>
3321
3322
<listitem>
3322
3323
<simpara>
...
...
@@ -3327,7 +3328,7 @@
3327
3328
<varlistentry xml:id="imagick.constants.resourcetype-file">
3328
3329
<term>
3329
3330
<constant>imagick::RESOURCETYPE_FILE</constant>
3330
-
(<type>integer</type>)
3331
+
(<type>int</type>)
3331
3332
</term>
3332
3333
<listitem>
3333
3334
<simpara>
...
...
@@ -3338,7 +3339,7 @@
3338
3339
<varlistentry xml:id="imagick.constants.resourcetype-map">
3339
3340
<term>
3340
3341
<constant>imagick::RESOURCETYPE_MAP</constant>
3341
-
(<type>integer</type>)
3342
+
(<type>int</type>)
3342
3343
</term>
3343
3344
<listitem>
3344
3345
<simpara>
...
...
@@ -3349,7 +3350,7 @@
3349
3350
<varlistentry xml:id="imagick.constants.resourcetype-memory">
3350
3351
<term>
3351
3352
<constant>imagick::RESOURCETYPE_MEMORY</constant>
3352
-
(<type>integer</type>)
3353
+
(<type>int</type>)
3353
3354
</term>
3354
3355
<listitem>
3355
3356
<simpara>
...
...
@@ -3360,7 +3361,7 @@
3360
3361
<varlistentry xml:id="imagick.constants.resourcetype-thread">
3361
3362
<term>
3362
3363
<constant>imagick::RESOURCETYPE_THREAD</constant>
3363
-
(<type>integer</type>)
3364
+
(<type>int</type>)
3364
3365
</term>
3365
3366
<listitem>
3366
3367
<simpara>
...
...
@@ -3377,7 +3378,7 @@
3377
3378
<varlistentry xml:id="imagick.constants.layermethod-undefined">
3378
3379
<term>
3379
3380
<constant>imagick::LAYERMETHOD_UNDEFINED</constant>
3380
-
(<type>integer</type>)
3381
+
(<type>int</type>)
3381
3382
</term>
3382
3383
<listitem>
3383
3384
<simpara>
...
...
@@ -3388,7 +3389,7 @@
3388
3389
<varlistentry xml:id="imagick.constants.layermethod-coalesce">
3389
3390
<term>
3390
3391
<constant>imagick::LAYERMETHOD_COALESCE</constant>
3391
-
(<type>integer</type>)
3392
+
(<type>int</type>)
3392
3393
</term>
3393
3394
<listitem>
3394
3395
<simpara>
...
...
@@ -3399,7 +3400,7 @@
3399
3400
<varlistentry xml:id="imagick.constants.layermethod-compareany">
3400
3401
<term>
3401
3402
<constant>imagick::LAYERMETHOD_COMPAREANY</constant>
3402
-
(<type>integer</type>)
3403
+
(<type>int</type>)
3403
3404
</term>
3404
3405
<listitem>
3405
3406
<simpara>
...
...
@@ -3410,7 +3411,7 @@
3410
3411
<varlistentry xml:id="imagick.constants.layermethod-compareclear">
3411
3412
<term>
3412
3413
<constant>imagick::LAYERMETHOD_COMPARECLEAR</constant>
3413
-
(<type>integer</type>)
3414
+
(<type>int</type>)
3414
3415
</term>
3415
3416
<listitem>
3416
3417
<simpara>
...
...
@@ -3421,7 +3422,7 @@
3421
3422
<varlistentry xml:id="imagick.constants.layermethod-compareoverlay">
3422
3423
<term>
3423
3424
<constant>imagick::LAYERMETHOD_COMPAREOVERLAY</constant>
3424
-
(<type>integer</type>)
3425
+
(<type>int</type>)
3425
3426
</term>
3426
3427
<listitem>
3427
3428
<simpara>
...
...
@@ -3432,7 +3433,7 @@
3432
3433
<varlistentry xml:id="imagick.constants.layermethod-dispose">
3433
3434
<term>
3434
3435
<constant>imagick::LAYERMETHOD_DISPOSE</constant>
3435
-
(<type>integer</type>)
3436
+
(<type>int</type>)
3436
3437
</term>
3437
3438
<listitem>
3438
3439
<simpara>
...
...
@@ -3443,7 +3444,7 @@
3443
3444
<varlistentry xml:id="imagick.constants.layermethod-optimize">
3444
3445
<term>
3445
3446
<constant>imagick::LAYERMETHOD_OPTIMIZE</constant>
3446
-
(<type>integer</type>)
3447
+
(<type>int</type>)
3447
3448
</term>
3448
3449
<listitem>
3449
3450
<simpara>
...
...
@@ -3454,7 +3455,7 @@
3454
3455
<varlistentry xml:id="imagick.constants.layermethod-optimizeplus">
3455
3456
<term>
3456
3457
<constant>imagick::LAYERMETHOD_OPTIMIZEPLUS</constant>
3457
-
(<type>integer</type>)
3458
+
(<type>int</type>)
3458
3459
</term>
3459
3460
<listitem>
3460
3461
<simpara>
...
...
@@ -3465,7 +3466,7 @@
3465
3466
<varlistentry xml:id="imagick.constants.layermethod-optimizeimage">
3466
3467
<term>
3467
3468
<constant>imagick::LAYERMETHOD_OPTIMIZEIMAGE</constant>
3468
-
(<type>integer</type>)
3469
+
(<type>int</type>)
3469
3470
</term>
3470
3471
<listitem>
3471
3472
<simpara>
...
...
@@ -3476,7 +3477,7 @@
3476
3477
<varlistentry xml:id="imagick.constants.layermethod-optimizetrans">
3477
3478
<term>
3478
3479
<constant>imagick::LAYERMETHOD_OPTIMIZETRANS</constant>
3479
-
(<type>integer</type>)
3480
+
(<type>int</type>)
3480
3481
</term>
3481
3482
<listitem>
3482
3483
<simpara>
...
...
@@ -3487,7 +3488,7 @@
3487
3488
<varlistentry xml:id="imagick.constants.layermethod-removedups">
3488
3489
<term>
3489
3490
<constant>imagick::LAYERMETHOD_REMOVEDUPS</constant>
3490
-
(<type>integer</type>)
3491
+
(<type>int</type>)
3491
3492
</term>
3492
3493
<listitem>
3493
3494
<simpara>
...
...
@@ -3498,7 +3499,7 @@
3498
3499
<varlistentry xml:id="imagick.constants.layermethod-removezero">
3499
3500
<term>
3500
3501
<constant>imagick::LAYERMETHOD_REMOVEZERO</constant>
3501
-
(<type>integer</type>)
3502
+
(<type>int</type>)
3502
3503
</term>
3503
3504
<listitem>
3504
3505
<simpara>
...
...
@@ -3509,7 +3510,7 @@
3509
3510
<varlistentry xml:id="imagick.constants.layermethod-composite">
3510
3511
<term>
3511
3512
<constant>imagick::LAYERMETHOD_COMPOSITE</constant>
3512
-
(<type>integer</type>)
3513
+
(<type>int</type>)
3513
3514
</term>
3514
3515
<listitem>
3515
3516
<simpara>
...
...
@@ -3520,7 +3521,7 @@
3520
3521
<varlistentry xml:id="imagick.constants.layermethod-merge">
3521
3522
<term>
3522
3523
<constant>imagick::LAYERMETHOD_MERGE</constant>
3523
-
(<type>integer</type>)
3524
+
(<type>int</type>)
3524
3525
</term>
3525
3526
<listitem>
3526
3527
<simpara>
...
...
@@ -3531,7 +3532,7 @@
3531
3532
<varlistentry xml:id="imagick.constants.layermethod-flatten">
3532
3533
<term>
3533
3534
<constant>imagick::LAYERMETHOD_FLATTEN</constant>
3534
-
(<type>integer</type>)
3535
+
(<type>int</type>)
3535
3536
</term>
3536
3537
<listitem>
3537
3538
<simpara>
...
...
@@ -3542,7 +3543,7 @@
3542
3543
<varlistentry xml:id="imagick.constants.layermethod-mosaic">
3543
3544
<term>
3544
3545
<constant>imagick::LAYERMETHOD_MOSAIC</constant>
3545
-
(<type>integer</type>)
3546
+
(<type>int</type>)
3546
3547
</term>
3547
3548
<listitem>
3548
3549
<simpara>
...
...
@@ -3558,7 +3559,7 @@
3558
3559
<varlistentry xml:id="imagick.constants.orientation-undefined">
3559
3560
<term>
3560
3561
<constant>imagick::ORIENTATION_UNDEFINED</constant>
3561
-
(<type>integer</type>)
3562
+
(<type>int</type>)
3562
3563
</term>
3563
3564
<listitem>
3564
3565
<simpara>
...
...
@@ -3569,7 +3570,7 @@
3569
3570
<varlistentry xml:id="imagick.constants.orientation-topleft">
3570
3571
<term>
3571
3572
<constant>imagick::ORIENTATION_TOPLEFT</constant>
3572
-
(<type>integer</type>)
3573
+
(<type>int</type>)
3573
3574
</term>
3574
3575
<listitem>
3575
3576
<simpara>
...
...
@@ -3580,7 +3581,7 @@
3580
3581
<varlistentry xml:id="imagick.constants.orientation-topright">
3581
3582
<term>
3582
3583
<constant>imagick::ORIENTATION_TOPRIGHT</constant>
3583
-
(<type>integer</type>)
3584
+
(<type>int</type>)
3584
3585
</term>
3585
3586
<listitem>
3586
3587
<simpara>
...
...
@@ -3591,7 +3592,7 @@
3591
3592
<varlistentry xml:id="imagick.constants.orientation-bottomright">
3592
3593
<term>
3593
3594
<constant>imagick::ORIENTATION_BOTTOMRIGHT</constant>
3594
-
(<type>integer</type>)
3595
+
(<type>int</type>)
3595
3596
</term>
3596
3597
<listitem>
3597
3598
<simpara>
...
...
@@ -3602,7 +3603,7 @@
3602
3603
<varlistentry xml:id="imagick.constants.orientation-bottomleft">
3603
3604
<term>
3604
3605
<constant>imagick::ORIENTATION_BOTTOMLEFT</constant>
3605
-
(<type>integer</type>)
3606
+
(<type>int</type>)
3606
3607
</term>
3607
3608
<listitem>
3608
3609
<simpara>
...
...
@@ -3613,7 +3614,7 @@
3613
3614
<varlistentry xml:id="imagick.constants.orientation-lefttop">
3614
3615
<term>
3615
3616
<constant>imagick::ORIENTATION_LEFTTOP</constant>
3616
-
(<type>integer</type>)
3617
+
(<type>int</type>)
3617
3618
</term>
3618
3619
<listitem>
3619
3620
<simpara>
...
...
@@ -3624,7 +3625,7 @@
3624
3625
<varlistentry xml:id="imagick.constants.orientation-righttop">
3625
3626
<term>
3626
3627
<constant>imagick::ORIENTATION_RIGHTTOP</constant>
3627
-
(<type>integer</type>)
3628
+
(<type>int</type>)
3628
3629
</term>
3629
3630
<listitem>
3630
3631
<simpara>
...
...
@@ -3635,7 +3636,7 @@
3635
3636
<varlistentry xml:id="imagick.constants.orientation-rightbottom">
3636
3637
<term>
3637
3638
<constant>imagick::ORIENTATION_RIGHTBOTTOM</constant>
3638
-
(<type>integer</type>)
3639
+
(<type>int</type>)
3639
3640
</term>
3640
3641
<listitem>
3641
3642
<simpara>
...
...
@@ -3646,7 +3647,7 @@
3646
3647
<varlistentry xml:id="imagick.constants.orientation-leftbottom">
3647
3648
<term>
3648
3649
<constant>imagick::ORIENTATION_LEFTBOTTOM</constant>
3649
-
(<type>integer</type>)
3650
+
(<type>int</type>)
3650
3651
</term>
3651
3652
<listitem>
3652
3653
<simpara>
...
...
@@ -3662,7 +3663,7 @@
3662
3663
<varlistentry xml:id="imagick.constants.distortion-undefined">
3663
3664
<term>
3664
3665
<constant>imagick::DISTORTION_UNDEFINED</constant>
3665
-
(<type>integer</type>)
3666
+
(<type>int</type>)
3666
3667
</term>
3667
3668
<listitem>
3668
3669
<simpara>
...
...
@@ -3673,7 +3674,7 @@
3673
3674
<varlistentry xml:id="imagick.constants.distortion-affine">
3674
3675
<term>
3675
3676
<constant>imagick::DISTORTION_AFFINE</constant>
3676
-
(<type>integer</type>)
3677
+
(<type>int</type>)
3677
3678
</term>
3678
3679
<listitem>
3679
3680
<simpara>
...
...
@@ -3684,7 +3685,7 @@
3684
3685
<varlistentry xml:id="imagick.constants.distortion-affineprojection">
3685
3686
<term>
3686
3687
<constant>imagick::DISTORTION_AFFINEPROJECTION</constant>
3687
-
(<type>integer</type>)
3688
+
(<type>int</type>)
3688
3689
</term>
3689
3690
<listitem>
3690
3691
<simpara>
...
...
@@ -3695,7 +3696,7 @@
3695
3696
<varlistentry xml:id="imagick.constants.distortion-arc">
3696
3697
<term>
3697
3698
<constant>imagick::DISTORTION_ARC</constant>
3698
-
(<type>integer</type>)
3699
+
(<type>int</type>)
3699
3700
</term>
3700
3701
<listitem>
3701
3702
<simpara>
...
...
@@ -3706,7 +3707,7 @@
3706
3707
<varlistentry xml:id="imagick.constants.distortion-bilinear">
3707
3708
<term>
3708
3709
<constant>imagick::DISTORTION_BILINEAR</constant>
3709
-
(<type>integer</type>)
3710
+
(<type>int</type>)
3710
3711
</term>
3711
3712
<listitem>
3712
3713
<simpara>
...
...
@@ -3717,7 +3718,7 @@
3717
3718
<varlistentry xml:id="imagick.constants.distortion-perspective">
3718
3719
<term>
3719
3720
<constant>imagick::DISTORTION_PERSPECTIVE</constant>
3720
-
(<type>integer</type>)
3721
+
(<type>int</type>)
3721
3722
</term>
3722
3723
<listitem>
3723
3724
<simpara>
...
...
@@ -3728,7 +3729,7 @@
3728
3729
<varlistentry xml:id="imagick.constants.distortion-perspectiveprojection">
3729
3730
<term>
3730
3731
<constant>imagick::DISTORTION_PERSPECTIVEPROJECTION</constant>
3731
-
(<type>integer</type>)
3732
+
(<type>int</type>)
3732
3733
</term>
3733
3734
<listitem>
3734
3735
<simpara>
...
...
@@ -3739,7 +3740,7 @@
3739
3740
<varlistentry xml:id="imagick.constants.distortion-scalerotatetranslate">
3740
3741
<term>
3741
3742
<constant>imagick::DISTORTION_SCALEROTATETRANSLATE</constant>
3742
-
(<type>integer</type>)
3743
+
(<type>int</type>)
3743
3744
</term>
3744
3745
<listitem>
3745
3746
<simpara>
...
...
@@ -3750,7 +3751,7 @@
3750
3751
<varlistentry xml:id="imagick.constants.distortion-polynomial">
3751
3752
<term>
3752
3753
<constant>imagick::DISTORTION_POLYNOMIAL</constant>
3753
-
(<type>integer</type>)
3754
+
(<type>int</type>)
3754
3755
</term>
3755
3756
<listitem>
3756
3757
<simpara>
...
...
@@ -3761,7 +3762,7 @@
3761
3762
<varlistentry xml:id="imagick.constants.distortion-polar">
3762
3763
<term>
3763
3764
<constant>imagick::DISTORTION_POLAR</constant>
3764
-
(<type>integer</type>)
3765
+
(<type>int</type>)
3765
3766
</term>
3766
3767
<listitem>
3767
3768
<simpara>
...
...
@@ -3772,7 +3773,7 @@
3772
3773
<varlistentry xml:id="imagick.constants.distortion-depolar">
3773
3774
<term>
3774
3775
<constant>imagick::DISTORTION_DEPOLAR</constant>
3775
-
(<type>integer</type>)
3776
+
(<type>int</type>)
3776
3777
</term>
3777
3778
<listitem>
3778
3779
<simpara>
...
...
@@ -3783,7 +3784,7 @@
3783
3784
<varlistentry xml:id="imagick.constants.distortion-barrel">
3784
3785
<term>
3785
3786
<constant>imagick::DISTORTION_BARREL</constant>
3786
-
(<type>integer</type>)
3787
+
(<type>int</type>)
3787
3788
</term>
3788
3789
<listitem>
3789
3790
<simpara>
...
...
@@ -3794,7 +3795,7 @@
3794
3795
<varlistentry xml:id="imagick.constants.distortion-barrelinverse">
3795
3796
<term>
3796
3797
<constant>imagick::DISTORTION_BARRELINVERSE</constant>
3797
-
(<type>integer</type>)
3798
+
(<type>int</type>)
3798
3799
</term>
3799
3800
<listitem>
3800
3801
<simpara>
...
...
@@ -3805,7 +3806,7 @@
3805
3806
<varlistentry xml:id="imagick.constants.distortion-shepards">
3806
3807
<term>
3807
3808
<constant>imagick::DISTORTION_SHEPARDS</constant>
3808
-
(<type>integer</type>)
3809
+
(<type>int</type>)
3809
3810
</term>
3810
3811
<listitem>
3811
3812
<simpara>
...
...
@@ -3816,7 +3817,7 @@
3816
3817
<varlistentry xml:id="imagick.constants.distortion-sentinel">
3817
3818
<term>
3818
3819
<constant>imagick::DISTORTION_SENTINEL</constant>
3819
-
(<type>integer</type>)
3820
+
(<type>int</type>)
3820
3821
</term>
3821
3822
<listitem>
3822
3823
<simpara>
...
...
@@ -3832,7 +3833,7 @@
3832
3833
<varlistentry xml:id="imagick.constants.alphachannel-activate">
3833
3834
<term>
3834
3835
<constant>imagick::ALPHACHANNEL_ACTIVATE</constant>
3835
-
(<type>integer</type>)
3836
+
(<type>int</type>)
3836
3837
</term>
3837
3838
<listitem>
3838
3839
<simpara>
...
...
@@ -3843,7 +3844,7 @@
3843
3844
<varlistentry xml:id="imagick.constants.alphachannel-deactivate">
3844
3845
<term>
3845
3846
<constant>imagick::ALPHACHANNEL_DEACTIVATE</constant>
3846
-
(<type>integer</type>)
3847
+
(<type>int</type>)
3847
3848
</term>
3848
3849
<listitem>
3849
3850
<simpara>
...
...
@@ -3854,7 +3855,7 @@
3854
3855
<varlistentry xml:id="imagick.constants.alphachannel-reset">
3855
3856
<term>
3856
3857
<constant>imagick::ALPHACHANNEL_RESET</constant>
3857
-
(<type>integer</type>)
3858
+
(<type>int</type>)
3858
3859
</term>
3859
3860
<listitem>
3860
3861
<simpara>
...
...
@@ -3865,7 +3866,7 @@
3865
3866
<varlistentry xml:id="imagick.constants.alphachannel-set">
3866
3867
<term>
3867
3868
<constant>imagick::ALPHACHANNEL_SET</constant>
3868
-
(<type>integer</type>)
3869
+
(<type>int</type>)
3869
3870
</term>
3870
3871
<listitem>
3871
3872
<simpara>
...
...
@@ -3876,7 +3877,7 @@
3876
3877
<varlistentry xml:id="imagick.constants.alphachannel-undefined">
3877
3878
<term>
3878
3879
<constant>imagick::ALPHACHANNEL_UNDEFINED</constant>
3879
-
(<type>integer</type>)
3880
+
(<type>int</type>)
3880
3881
</term>
3881
3882
<listitem>
3882
3883
<simpara>
...
...
@@ -3887,7 +3888,7 @@
3887
3888
<varlistentry xml:id="imagick.constants.alphachannel-copy">
3888
3889
<term>
3889
3890
<constant>imagick::ALPHACHANNEL_COPY</constant>
3890
-
(<type>integer</type>)
3891
+
(<type>int</type>)
3891
3892
</term>
3892
3893
<listitem>
3893
3894
<simpara>
...
...
@@ -3898,7 +3899,7 @@
3898
3899
<varlistentry xml:id="imagick.constants.alphachannel-extract">
3899
3900
<term>
3900
3901
<constant>imagick::ALPHACHANNEL_EXTRACT</constant>
3901
-
(<type>integer</type>)
3902
+
(<type>int</type>)
3902
3903
</term>
3903
3904
<listitem>
3904
3905
<simpara>
...
...
@@ -3909,7 +3910,7 @@
3909
3910
<varlistentry xml:id="imagick.constants.alphachannel-opaque">
3910
3911
<term>
3911
3912
<constant>imagick::ALPHACHANNEL_OPAQUE</constant>
3912
-
(<type>integer</type>)
3913
+
(<type>int</type>)
3913
3914
</term>
3914
3915
<listitem>
3915
3916
<simpara>
...
...
@@ -3920,7 +3921,7 @@
3920
3921
<varlistentry xml:id="imagick.constants.alphachannel-shape">
3921
3922
<term>
3922
3923
<constant>imagick::ALPHACHANNEL_SHAPE</constant>
3923
-
(<type>integer</type>)
3924
+
(<type>int</type>)
3924
3925
</term>
3925
3926
<listitem>
3926
3927
<simpara>
...
...
@@ -3931,7 +3932,7 @@
3931
3932
<varlistentry xml:id="imagick.constants.alphachannel-transparent">
3932
3933
<term>
3933
3934
<constant>imagick::ALPHACHANNEL_TRANSPARENT</constant>
3934
-
(<type>integer</type>)
3935
+
(<type>int</type>)
3935
3936
</term>
3936
3937
<listitem>
3937
3938
<simpara>
...
...
@@ -3939,6 +3940,83 @@
3939
3940
</simpara>
3940
3941
</listitem>
3941
3942
</varlistentry>
3943
+
<varlistentry xml:id="imagick.constants.alphachannel-background">
3944
+
<term>
3945
+
<constant>imagick::ALPHACHANNEL_BACKGROUND</constant>
3946
+
(<type>int</type>)
3947
+
</term>
3948
+
<listitem>
3949
+
<simpara>
3950
+
&imagick.constant.available; 6.5.3 or higher.
3951
+
</simpara>
3952
+
</listitem>
3953
+
</varlistentry>
3954
+
<varlistentry xml:id="imagick.constants.alphachannel-remove">
3955
+
<term>
3956
+
<constant>imagick::ALPHACHANNEL_REMOVE</constant>
3957
+
(<type>int</type>)
3958
+
</term>
3959
+
<listitem>
3960
+
<simpara>
3961
+
&imagick.constant.available; 6.7.8 or higher.
3962
+
</simpara>
3963
+
</listitem>
3964
+
</varlistentry>
3965
+
<varlistentry xml:id="imagick.constants.alphachannel-associate">
3966
+
<term>
3967
+
<constant>imagick::ALPHACHANNEL_ASSOCIATE</constant>
3968
+
(<type>int</type>)
3969
+
</term>
3970
+
<listitem>
3971
+
<simpara>
3972
+
&imagick.constant.available; 6.9.0 or higher.
3973
+
</simpara>
3974
+
</listitem>
3975
+
</varlistentry>
3976
+
<varlistentry xml:id="imagick.constants.alphachannel-dissociate">
3977
+
<term>
3978
+
<constant>imagick::ALPHACHANNEL_DISSOCIATE</constant>
3979
+
(<type>int</type>)
3980
+
</term>
3981
+
<listitem>
3982
+
<simpara>
3983
+
&imagick.constant.available; 6.9.0 or higher.
3984
+
</simpara>
3985
+
</listitem>
3986
+
</varlistentry>
3987
+
<varlistentry xml:id="imagick.constants.alphachannel-on">
3988
+
<term>
3989
+
<constant>imagick::ALPHACHANNEL_ON</constant>
3990
+
(<type>int</type>)
3991
+
</term>
3992
+
<listitem>
3993
+
<simpara>
3994
+
&imagick.constant.available; 7.0.0 or higher.
3995
+
</simpara>
3996
+
</listitem>
3997
+
</varlistentry>
3998
+
<varlistentry xml:id="imagick.constants.alphachannel-off">
3999
+
<term>
4000
+
<constant>imagick::ALPHACHANNEL_OFF</constant>
4001
+
(<type>int</type>)
4002
+
</term>
4003
+
<listitem>
4004
+
<simpara>
4005
+
&imagick.constant.available; 7.0.0 or higher.
4006
+
</simpara>
4007
+
</listitem>
4008
+
</varlistentry>
4009
+
<varlistentry xml:id="imagick.constants.alphachannel-discrete">
4010
+
<term>
4011
+
<constant>imagick::ALPHACHANNEL_DISCRETE</constant>
4012
+
(<type>int</type>)
4013
+
</term>
4014
+
<listitem>
4015
+
<simpara>
4016
+
&imagick.constant.available; 7.0.0 or higher.
4017
+
</simpara>
4018
+
</listitem>
4019
+
</varlistentry>
3942
4020
</variablelist>
3943
4021

3944
4022
<variablelist xml:id="imagick.constants.sparsecolormethod">
...
...
@@ -3947,7 +4025,7 @@
3947
4025
<varlistentry xml:id="imagick.constants.sparsecolormethod-undefined">
3948
4026
<term>
3949
4027
<constant>imagick::SPARSECOLORMETHOD_UNDEFINED</constant>
3950
-
(<type>integer</type>)
4028
+
(<type>int</type>)
3951
4029
</term>
3952
4030
<listitem>
3953
4031
<simpara>
...
...
@@ -3958,7 +4036,7 @@
3958
4036
<varlistentry xml:id="imagick.constants.sparsecolormethod-barycentric">
3959
4037
<term>
3960
4038
<constant>imagick::SPARSECOLORMETHOD_BARYCENTRIC</constant>
3961
-
(<type>integer</type>)
4039
+
(<type>int</type>)
3962
4040
</term>
3963
4041
<listitem>
3964
4042
<simpara>
...
...
@@ -3969,7 +4047,7 @@
3969
4047
<varlistentry xml:id="imagick.constants.sparsecolormethod-bilinear">
3970
4048
<term>
3971
4049
<constant>imagick::SPARSECOLORMETHOD_BILINEAR</constant>
3972
-
(<type>integer</type>)
4050
+
(<type>int</type>)
3973
4051
</term>
3974
4052
<listitem>
3975
4053
<simpara>
...
...
@@ -3980,7 +4058,7 @@
3980
4058
<varlistentry xml:id="imagick.constants.sparsecolormethod-polynomial">
3981
4059
<term>
3982
4060
<constant>imagick::SPARSECOLORMETHOD_POLYNOMIAL</constant>
3983
-
(<type>integer</type>)
4061
+
(<type>int</type>)
3984
4062
</term>
3985
4063
<listitem>
3986
4064
<simpara>
...
...
@@ -3991,7 +4069,7 @@
3991
4069
<varlistentry xml:id="imagick.constants.sparsecolormethod-spepards">
3992
4070
<term>
3993
4071
<constant>imagick::SPARSECOLORMETHOD_SPEPARDS</constant>
3994
-
(<type>integer</type>)
4072
+
(<type>int</type>)
3995
4073
</term>
3996
4074
<listitem>
3997
4075
<simpara>
...
...
@@ -4002,7 +4080,7 @@
4002
4080
<varlistentry xml:id="imagick.constants.sparsecolormethod-voronoi">
4003
4081
<term>
4004
4082
<constant>imagick::SPARSECOLORMETHOD_VORONOI</constant>
4005
-
(<type>integer</type>)
4083
+
(<type>int</type>)
4006
4084
</term>
4007
4085
<listitem>
4008
4086
<simpara>
...
...
@@ -4018,7 +4096,7 @@
4018
4096
<varlistentry xml:id="imagick.constants.function-undefined">
4019
4097
<term>
4020
4098
<constant>imagick::FUNCTION_UNDEFINED</constant>
4021
-
(<type>integer</type>)
4099
+
(<type>int</type>)
4022
4100
</term>
4023
4101
<listitem>
4024
4102
<simpara>
...
...
@@ -4029,7 +4107,7 @@
4029
4107
<varlistentry xml:id="imagick.constants.function-polynomial">
4030
4108
<term>
4031
4109
<constant>imagick::FUNCTION_POLYNOMIAL</constant>
4032
-
(<type>integer</type>)
4110
+
(<type>int</type>)
4033
4111
</term>
4034
4112
<listitem>
4035
4113
<simpara>
...
...
@@ -4040,7 +4118,7 @@
4040
4118
<varlistentry xml:id="imagick.constants.function-sinusoid">
4041
4119
<term>
4042
4120
<constant>imagick::FUNCTION_SINUSOID</constant>
4043
-
(<type>integer</type>)
4121
+
(<type>int</type>)
4044
4122
</term>
4045
4123
<listitem>
4046
4124
<simpara>
...
...
@@ -4056,7 +4134,7 @@
4056
4134
<varlistentry xml:id="imagick.constants.interpolate-undefined">
4057
4135
<term>
4058
4136
<constant>imagick::INTERPOLATE_UNDEFINED</constant>
4059
-
(<type>integer</type>)
4137
+
(<type>int</type>)
4060
4138
</term>
4061
4139
<listitem>
4062
4140
<simpara>
...
...
@@ -4067,7 +4145,7 @@
4067
4145
<varlistentry xml:id="imagick.constants.interpolate-average">
4068
4146
<term>
4069
4147
<constant>imagick::INTERPOLATE_AVERAGE</constant>
4070
-
(<type>integer</type>)
4148
+
(<type>int</type>)
4071
4149
</term>
4072
4150
<listitem>
4073
4151
<simpara>
...
...
@@ -4078,7 +4156,7 @@
4078
4156
<varlistentry xml:id="imagick.constants.interpolate-bicubic">
4079
4157
<term>
4080
4158
<constant>imagick::INTERPOLATE_BICUBIC</constant>
4081
-
(<type>integer</type>)
4159
+
(<type>int</type>)
4082
4160
</term>
4083
4161
<listitem>
4084
4162
<simpara>
...
...
@@ -4089,7 +4167,7 @@
4089
4167
<varlistentry xml:id="imagick.constants.interpolate-bilinear">
4090
4168
<term>
4091
4169
<constant>imagick::INTERPOLATE_BILINEAR</constant>
4092
-
(<type>integer</type>)
4170
+
(<type>int</type>)
4093
4171
</term>
4094
4172
<listitem>
4095
4173
<simpara>
...
...
@@ -4100,7 +4178,7 @@
4100
4178
<varlistentry xml:id="imagick.constants.interpolate-filter">
4101
4179
<term>
4102
4180
<constant>imagick::INTERPOLATE_FILTER</constant>
4103
-
(<type>integer</type>)
4181
+
(<type>int</type>)
4104
4182
</term>
4105
4183
<listitem>
4106
4184
<simpara>
...
...
@@ -4111,7 +4189,7 @@
4111
4189
<varlistentry xml:id="imagick.constants.interpolate-integer">
4112
4190
<term>
4113
4191
<constant>imagick::INTERPOLATE_INTEGER</constant>
4114
-
(<type>integer</type>)
4192
+
(<type>int</type>)
4115
4193
</term>
4116
4194
<listitem>
4117
4195
<simpara>
...
...
@@ -4122,7 +4200,7 @@
4122
4200
<varlistentry xml:id="imagick.constants.interpolate-mesh">
4123
4201
<term>
4124
4202
<constant>imagick::INTERPOLATE_MESH</constant>
4125
-
(<type>integer</type>)
4203
+
(<type>int</type>)
4126
4204
</term>
4127
4205
<listitem>
4128
4206
<simpara>
...
...
@@ -4133,7 +4211,7 @@
4133
4211
<varlistentry xml:id="imagick.constants.interpolate-nearestneighbor">
4134
4212
<term>
4135
4213
<constant>imagick::INTERPOLATE_NEARESTNEIGHBOR</constant>
4136
-
(<type>integer</type>)
4214
+
(<type>int</type>)
4137
4215
</term>
4138
4216
<listitem>
4139
4217
<simpara>
...
...
@@ -4144,7 +4222,7 @@
4144
4222
<varlistentry xml:id="imagick.constants.interpolate-spline">
4145
4223
<term>
4146
4224
<constant>imagick::INTERPOLATE_SPLINE</constant>
4147
-
(<type>integer</type>)
4225
+
(<type>int</type>)
4148
4226
</term>
4149
4227
<listitem>
4150
4228
<simpara>
...
...
@@ -4160,7 +4238,7 @@
4160
4238
<varlistentry xml:id="imagick.constants.dithermethod-undefined">
4161
4239
<term>
4162
4240
<constant>imagick::DITHERMETHOD_UNDEFINED</constant>
4163
-
(<type>integer</type>)
4241
+
(<type>int</type>)
4164
4242
</term>
4165
4243
<listitem>
4166
4244
<simpara>
...
...
@@ -4171,7 +4249,7 @@
4171
4249
<varlistentry xml:id="imagick.constants.dithermethod-no">
4172
4250
<term>
4173
4251
<constant>imagick::DITHERMETHOD_NO</constant>
4174
-
(<type>integer</type>)
4252
+
(<type>int</type>)
4175
4253
</term>
4176
4254
<listitem>
4177
4255
<simpara>
...
...
@@ -4182,7 +4260,7 @@
4182
4260
<varlistentry xml:id="imagick.constants.dithermethod-riemersma">
4183
4261
<term>
4184
4262
<constant>imagick::DITHERMETHOD_RIEMERSMA</constant>
4185
-
(<type>integer</type>)
4263
+
(<type>int</type>)
4186
4264
</term>
4187
4265
<listitem>
4188
4266
<simpara>
...
...
@@ -4193,7 +4271,7 @@
4193
4271
<varlistentry xml:id="imagick.constants.dithermethod-floydsteinberg">
4194
4272
<term>
4195
4273
<constant>imagick::DITHERMETHOD_FLOYDSTEINBERG</constant>
4196
-
(<type>integer</type>)
4274
+
(<type>int</type>)
4197
4275
</term>
4198
4276
<listitem>
4199
4277
<simpara>
4200
4278