File tree Expand file tree Collapse file tree 2 files changed +21
-5
lines changed
reference/gmagick/gmagick Expand file tree Collapse file tree 2 files changed +21
-5
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: 93e5ea0902c0ee950dc5b112bc399a3e0a9370e0 Maintainer: takagi Status: ready -->
3
+ <!-- EN-Revision: eea50456db27851cdaebe99af0e9a5c6fe5a53fd Maintainer: takagi Status: ready -->
4
+ <!-- Credits: mumumu -->
4
5
5
6
<refentry xml : id =" gmagick.flipimage" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
6
7
<refnamediv >
33
34
</para >
34
35
</refsect1 >
35
36
37
+ <refsect1 role =" seealso" >
38
+ &reftitle.seealso;
39
+ <simplelist >
40
+ <member ><function >Imagick::flopimage</function ></member >
41
+ </simplelist >
42
+ </refsect1 >
43
+
36
44
</refentry >
37
45
38
46
<!-- Keep this comment at the end of the file
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: 93e5ea0902c0ee950dc5b112bc399a3e0a9370e0 Maintainer: takagi Status: ready -->
3
+ <!-- EN-Revision: eea50456db27851cdaebe99af0e9a5c6fe5a53fd Maintainer: takagi Status: ready -->
4
+ <!-- Credits: mumumu -->
4
5
5
6
<refentry xml : id =" gmagick.flopimage" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
6
7
<refnamediv >
7
8
<refname >Gmagick::flopimage</refname >
8
- <refpurpose >水平方向に反転した画像を作成する </refpurpose >
9
+ <refpurpose >垂直方向に反転した画像を作成する </refpurpose >
9
10
</refnamediv >
10
11
11
12
<refsect1 role =" description" >
15
16
<void />
16
17
</methodsynopsis >
17
18
<para >
18
- 中心の y 軸を基準してピクセルを反転させ、水平方向のミラー画像を作成します 。
19
+ 中心の y 軸を基準してピクセルを反転させ、垂直方向のミラー画像を作成します 。
19
20
</para >
20
21
21
22
</refsect1 >
22
23
23
24
<refsect1 role =" returnvalues" >
24
25
&reftitle.returnvalues;
25
26
<para >
26
- 水平反転した Gmagick オブジェクトを返します。
27
+ 垂直反転した Gmagick オブジェクトを返します。
27
28
</para >
28
29
</refsect1 >
29
30
34
35
</para >
35
36
</refsect1 >
36
37
38
+ <refsect1 role =" seealso" >
39
+ &reftitle.seealso;
40
+ <simplelist >
41
+ <member ><function >Imagick::flipimage</function ></member >
42
+ </simplelist >
43
+ </refsect1 >
44
+
37
45
</refentry >
38
46
39
47
<!-- Keep this comment at the end of the file
You can’t perform that action at this time.
0 commit comments