Skip to content

Commit 85278ca

Browse files
LoginovIlyaDanack
authored andcommitted
Fix refpurpose of Imagick
1 parent 1ef9c7a commit 85278ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

reference/imagick/imagick/getquantum.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<refentry xml:id="imagick.getquantum" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
55
<refnamediv>
66
<refname>Imagick::getQuantum</refname>
7-
<refpurpose>Returns the ImageMagick quantum range as an integer</refpurpose>
7+
<refpurpose>Returns the ImageMagick quantum range</refpurpose>
88
</refnamediv>
99

1010
<refsect1 role="description">
@@ -14,7 +14,7 @@
1414
<void />
1515
</methodsynopsis>
1616
<para>
17-
Returns the ImageMagick quantum range as an integer.
17+
Returns the ImageMagick quantum range. If HDRI was enabled then the type is a float, if not it is an int.
1818
</para>
1919

2020

reference/imagick/imagick/statisticimage.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<refentry xml:id="imagick.statisticimage" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
55
<refnamediv>
66
<refname>Imagick::statisticImage</refname>
7-
<refpurpose>Replace each pixel with corresponding statistic from the neighborhood of the specified width and height.</refpurpose>
7+
<refpurpose>Modifies image using a statistics function</refpurpose>
88
</refnamediv>
99

1010
<refsect1 role="description">

0 commit comments

Comments
 (0)