File tree Expand file tree Collapse file tree 6 files changed +116
-6
lines changed
reference/image/functions Expand file tree Collapse file tree 6 files changed +116
-6
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: 4e04068f2de34363722fd5c76b2cf5b8844a48ef Maintainer: mumumu Status: ready -->
3
+ <!-- EN-Revision: ccd3e68e1e8a89a099a32207dd31ed26b70f43cd Maintainer: mumumu Status: ready -->
4
4
<refentry xml : id =" function.imageavif" xmlns =" http://docbook.org/ns/docbook" >
5
5
<refnamediv >
6
6
<refname >imageavif</refname >
70
70
&gd.return.trueonerror;
71
71
</refsect1 >
72
72
73
+ <refsect1 role =" errors" >
74
+ &reftitle.errors;
75
+ <simpara >
76
+ <parameter >quality</parameter > または、<parameter >speed</parameter > が不正の場合、 <classname >ValueError</classname > をスローします。
77
+ </simpara >
78
+ </refsect1 >
79
+
80
+ <refsect1 role =" changelog" >
81
+ &reftitle.changelog;
82
+ <informaltable >
83
+ <tgroup cols =" 2" >
84
+ <thead >
85
+ <row >
86
+ <entry >&Version; </entry >
87
+ <entry >&Description; </entry >
88
+ </row >
89
+ </thead >
90
+ <tbody >
91
+ <row >
92
+ <entry >8.4.0</entry >
93
+ <entry >
94
+ <parameter >quality</parameter > または、<parameter >speed</parameter > が不正の場合、 <classname >ValueError</classname > をスローするようになりました。
95
+ </entry >
96
+ </row >
97
+ </tbody >
98
+ </tgroup >
99
+ </informaltable >
100
+ </refsect1 >
101
+
73
102
<refsect1 role =" seealso" >
74
103
&reftitle.seealso;
75
104
<simplelist >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: 593ea510e853ff034e03f78a4be0daa41661c9d4 Maintainer: takagi Status: ready -->
3
+ <!-- EN-Revision: ccd3e68e1e8a89a099a32207dd31ed26b70f43cd Maintainer: takagi Status: ready -->
4
4
<!-- Credits: mumumu -->
5
5
<refentry xml : id =" function.imagefilter" xmlns =" http://docbook.org/ns/docbook" >
6
6
<refnamediv >
237
237
&return.success;
238
238
</para >
239
239
</refsect1 >
240
+
241
+ <refsect1 role =" errors" >
242
+ &reftitle.errors;
243
+ <simpara >
244
+ <constant >IMG_FILTER_SCATTER</constant > <parameter >filter</parameter > で
245
+ <parameter >sub</parameter > または <parameter >plus</parameter > がオーバーフローやアンダーフローを引き起こす場合、
246
+ <classname >ValueError</classname > をスローします。
247
+ </simpara >
248
+ </refsect1 >
249
+
240
250
<refsect1 role =" changelog" >
241
251
&reftitle.changelog;
242
252
<para >
249
259
</row >
250
260
</thead >
251
261
<tbody >
262
+ <row >
263
+ <entry >8.4.0</entry >
264
+ <entry >
265
+ <constant >IMG_FILTER_SCATTER</constant > <parameter >filter</parameter > で
266
+ <parameter >sub</parameter > または <parameter >plus</parameter > がオーバーフローやアンダーフローを引き起こす場合、
267
+ <classname >ValueError</classname > をスローするようになりました。
268
+ </entry >
269
+ </row >
252
270
&gd.changelog.image-param;
253
271
<row >
254
272
<entry >7.4.0</entry >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: 80b2563f1fb2e2830f6881b4620adf773065f9e7 Maintainer: hirokawa Status: ready -->
3
+ <!-- EN-Revision: ccd3e68e1e8a89a099a32207dd31ed26b70f43cd Maintainer: hirokawa Status: ready -->
4
4
<!-- CREDITS: shimooka,mumumu -->
5
5
<refentry xml : id =" function.imagejpeg" xmlns =" http://docbook.org/ns/docbook" >
6
6
<refnamediv >
53
53
&gd.return.trueonerror;
54
54
</refsect1 >
55
55
56
+ <refsect1 role =" errors" >
57
+ &reftitle.errors;
58
+ <simpara >
59
+ <parameter >quality</parameter > が不正の場合、 <classname >ValueError</classname > をスローします。
60
+ </simpara >
61
+ </refsect1 >
62
+
56
63
<refsect1 role =" changelog" >
57
64
&reftitle.changelog;
58
65
<informaltable >
65
72
</thead >
66
73
<tbody >
67
74
&gd.changelog.image-param;
75
+ <row >
76
+ <entry >8.4.0</entry >
77
+ <entry >
78
+ <parameter >quality</parameter > が不正の場合、 <classname >ValueError</classname > をスローするようになりました。
79
+ </entry >
80
+ </row >
68
81
</tbody >
69
82
</tgroup >
70
83
</informaltable >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: 593ea510e853ff034e03f78a4be0daa41661c9d4 Maintainer: hirokawa Status: ready -->
3
+ <!-- EN-Revision: ccd3e68e1e8a89a099a32207dd31ed26b70f43cd Maintainer: hirokawa Status: ready -->
4
4
<!-- CREDITS: shimooka,mumumu -->
5
5
<refentry xml : id =" function.imagepng" xmlns =" http://docbook.org/ns/docbook" >
6
6
<refnamediv >
80
80
&gd.return.trueonerror;
81
81
</refsect1 >
82
82
83
+ <refsect1 role =" errors" >
84
+ &reftitle.errors;
85
+ <simpara >
86
+ <parameter >quality</parameter > が不正の場合、 <classname >ValueError</classname > をスローします。
87
+ </simpara >
88
+ </refsect1 >
89
+
83
90
<refsect1 role =" changelog" >
84
91
&reftitle.changelog;
85
92
<informaltable >
91
98
</row >
92
99
</thead >
93
100
<tbody >
101
+ <row >
102
+ <entry >8.4.0</entry >
103
+ <entry >
104
+ <parameter >quality</parameter > が不正の場合、 <classname >ValueError</classname > をスローするようになりました。
105
+ </entry >
106
+ </row >
94
107
&gd.changelog.image-param;
95
108
</tbody >
96
109
</tgroup >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: 593ea510e853ff034e03f78a4be0daa41661c9d4 Maintainer: takagi Status: ready -->
3
+ <!-- EN-Revision: ccd3e68e1e8a89a099a32207dd31ed26b70f43cd Maintainer: takagi Status: ready -->
4
4
<!-- Credits: mumumu -->
5
5
6
6
<refentry xml : id =" function.imagescale" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
78
78
</para >
79
79
</refsect1 >
80
80
81
+ <refsect1 role =" errors" >
82
+ &reftitle.errors;
83
+ <simpara >
84
+ <parameter >width</parameter > または <parameter >height</parameter > がオーバーフローやアンダーフローを引き起こす場合、
85
+ <classname >ValueError</classname > をスローします。
86
+ </simpara >
87
+ <simpara >
88
+ <parameter >mode</parameter > が不正の場合、 <classname >ValueError</classname > をスローします。
89
+ </simpara >
90
+ </refsect1 >
91
+
81
92
<refsect1 role =" changelog" >
82
93
&reftitle.changelog;
83
94
<informaltable >
89
100
</row >
90
101
</thead >
91
102
<tbody >
103
+ <row >
104
+ <entry >8.4.0</entry >
105
+ <entry >
106
+ <parameter >width</parameter > または <parameter >height</parameter > がオーバーフローやアンダーフローを引き起こす場合でも、
107
+ <classname >ValueError</classname > をスローしません。
108
+ </entry >
109
+ </row >
110
+ <row >
111
+ <entry >8.4.0</entry >
112
+ <entry >
113
+ <parameter >mode</parameter > が不正の場合、 <classname >ValueError</classname > をスローするようになりました。
114
+ </entry >
115
+ </row >
92
116
<row >
93
117
<entry >8.0.0</entry >
94
118
<entry >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: 593ea510e853ff034e03f78a4be0daa41661c9d4 Maintainer: takagi Status: ready -->
3
+ <!-- EN-Revision: ccd3e68e1e8a89a099a32207dd31ed26b70f43cd Maintainer: takagi Status: ready -->
4
4
<!-- Credits: mumumu -->
5
5
<refentry xml : id =" function.imagewebp" xmlns =" http://docbook.org/ns/docbook" >
6
6
<refnamediv >
54
54
&gd.return.trueonerror;
55
55
</refsect1 >
56
56
57
+ <refsect1 role =" errors" >
58
+ &reftitle.errors;
59
+ <simpara >
60
+ <parameter >quality</parameter > が不正の場合、 <classname >ValueError</classname > をスローします。
61
+ </simpara >
62
+ </refsect1 >
63
+
57
64
<refsect1 role =" changelog" >
58
65
&reftitle.changelog;
59
66
<informaltable >
65
72
</row >
66
73
</thead >
67
74
<tbody >
75
+ <row >
76
+ <entry >8.4.0</entry >
77
+ <entry >
78
+ <parameter >quality</parameter > が不正の場合、 <classname >ValueError</classname > をスローするようになりました。
79
+ </entry >
80
+ </row >
68
81
&gd.changelog.image-param;
69
82
</tbody >
70
83
</tgroup >
You can’t perform that action at this time.
0 commit comments