reference/imagick/imagickkernel/frommatrix.xml
1534707f677267513659e57f530ed5f4cf08f924
...
...
@@ -4,7 +4,7 @@
4
4
<refentry xml:id="imagickkernel.frommatrix" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
5
<refnamediv>
6
6
<refname>ImagickKernel::fromMatrix</refname>
7
-
<refpurpose>Description</refpurpose>
7
+
<refpurpose>Create a kernel from a 2d matrix of values</refpurpose>
8
8
</refnamediv>
9
9

10
10
<refsect1 role="description">
...
...
@@ -17,7 +17,7 @@
17
17
<para>
18
18
Create a kernel from an 2d matrix of values. Each value should either be a float
19
19
(if the element should be used) or 'false' if the element should be skipped. For
20
-
matrices that are odd sizes in both dimensions the the origin pixel will default
20
+
matrices that are odd sizes in both dimensions the origin pixel will default
21
21
to the centre of the kernel. For all other kernel sizes the origin pixel must be specified.
22
22
</para>
23
23

24
24