File tree Expand file tree Collapse file tree 10 files changed +15
-15
lines changed
Expand file tree Collapse file tree 10 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 44<refentry xml : id =" imagick.getregistry" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
55 <refnamediv >
66 <refname >Imagick::getRegistry</refname >
7- <refpurpose >Get the StringRegistry entry for the named key or false if not set </refpurpose >
7+ <refpurpose >Get a StringRegistry entry</refpurpose >
88 </refnamediv >
99
1010 <refsect1 role =" description" >
Original file line number Diff line number Diff line change 44<refentry xml : id =" imagick.identifyformat" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
55 <refnamediv >
66 <refname >Imagick::identifyFormat</refname >
7- <refpurpose >Replaces any embedded formatting characters with the appropriate image property and returns the interpreted text </refpurpose >
7+ <refpurpose >Formats a string with image details </refpurpose >
88 </refnamediv >
99
1010 <refsect1 role =" description" >
Original file line number Diff line number Diff line change 44<refentry xml : id =" imagick.setimageattribute" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
55 <refnamediv >
66 <refname >Imagick::setImageAttribute</refname >
7- <refpurpose >Sets the image attribute</refpurpose >
7+ <refpurpose >Sets an image attribute</refpurpose >
88 </refnamediv >
99
1010 <refsynopsisdiv >
1919 <methodparam ><type >string</type ><parameter >value</parameter ></methodparam >
2020 </methodsynopsis >
2121 <para >
22- Sets the image attribute
22+ Sets an image attribute.
2323 </para >
2424
2525 </refsect1 >
Original file line number Diff line number Diff line change 1818 <methodparam ><type >float</type ><parameter >bias</parameter ></methodparam >
1919 </methodsynopsis >
2020 <para >
21- Sets the image bias. Bias should be scaled with 0 = no adjustment, 1 = quantum value.
21+ Sets the image bias. Bias should be scaled with < literal >0</ literal > ( no adjustment) to < literal >1</ literal > ( quantum value) .
2222 </para >
2323
2424 </refsect1 >
Original file line number Diff line number Diff line change 44<refentry xml : id =" imagick.setprogressmonitor" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
55 <refnamediv >
66 <refname >Imagick::setProgressMonitor</refname >
7- <refpurpose >Set a callback that will be called during the processing of the Imagick image. </refpurpose >
7+ <refpurpose >Set a callback to be called during processing</refpurpose >
88 </refnamediv >
99
1010 <refsect1 role =" description" >
Original file line number Diff line number Diff line change 44<refentry xml : id =" imagickkernel.addkernel" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
55 <refnamediv >
66 <refname >ImagickKernel::addKernel</refname >
7- <refpurpose >Attach another kernel to this kernel to allow them to both be applied in a single morphology or filter function </refpurpose >
7+ <refpurpose >Attach another kernel to a kernel list </refpurpose >
88 </refnamediv >
99
1010 <refsect1 role =" description" >
Original file line number Diff line number Diff line change 44<refentry xml : id =" imagickkernel.addunitykernel" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
55 <refnamediv >
66 <refname >ImagickKernel::addUnityKernel</refname >
7- <refpurpose >Adds a given amount of the ' Unity' Convolution Kernel to the given pre-scaled and normalized Kernel </refpurpose >
7+ <refpurpose >Adds a Unity Kernel to the kernel list </refpurpose >
88 </refnamediv >
99
1010 <refsect1 role =" description" >
Original file line number Diff line number Diff line change 44<refentry xml : id =" imagickkernel.frommatrix" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
55 <refnamediv >
66 <refname >ImagickKernel::fromMatrix</refname >
7- <refpurpose >Create a kernel from an 2d matrix of values</refpurpose >
7+ <refpurpose >Create a kernel from a 2d matrix of values</refpurpose >
88 </refnamediv >
99
1010 <refsect1 role =" description" >
Original file line number Diff line number Diff line change 44<refentry xml : id =" imagickkernel.scale" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
55 <refnamediv >
66 <refname >ImagickKernel::scale</refname >
7- <refpurpose >Scales the given kernel list by the given amount, with or without normalization of the sum of the kernel values (as per given flags). </refpurpose >
7+ <refpurpose >Scales a kernel list by the given amount</refpurpose >
88 </refnamediv >
99
1010 <refsect1 role =" description" >
4141 <term ><parameter >normalizeFlag</parameter ></term >
4242 <listitem >
4343 <para >
44- Imagick::NORMALIZE_KERNEL_NONE = 0
45- Imagick::NORMALIZE_KERNEL_VALUE = 8192
46- Imagick::NORMALIZE_KERNEL_CORRELATE = 65536
47- Imagick::NORMALIZE_KERNEL_PERCENT = 4096
44+ Imagick::NORMALIZE_KERNEL_NONE
45+ Imagick::NORMALIZE_KERNEL_VALUE
46+ Imagick::NORMALIZE_KERNEL_CORRELATE
47+ Imagick::NORMALIZE_KERNEL_PERCENT
4848 </para >
4949 </listitem >
5050 </varlistentry >
Original file line number Diff line number Diff line change 44<refentry xml : id =" imagickpixel.ispixelsimilarquantum" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
55 <refnamediv >
66 <refname >ImagickPixel::isPixelSimilarQuantum</refname >
7- <refpurpose >Returns true if the distance between two colors is less than the specified distance</refpurpose >
7+ <refpurpose >Returns whether two colors differ by less than the specified distance</refpurpose >
88 </refnamediv >
99
1010 <refsect1 role =" description" >
You can’t perform that action at this time.
0 commit comments