mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-17 01:18:55 +00:00

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@269079 c90b9560-bf6c-de11-be94-00142212c4b1
1005 lines
34 KiB
XML
1005 lines
34 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- $Revision: 1.22 $ -->
|
|
<phpdoc:classref xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="class.imagick" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<title>The <classname>Imagick</classname> class</title>
|
|
<partintro>
|
|
<section xml:id="imagick.synopsis">
|
|
&reftitle.classsynopsis;
|
|
<classsynopsis>
|
|
<ooclass><classname>Imagick</classname></ooclass>
|
|
<classsynopsisinfo>
|
|
<ooclass><classname>Imagick</classname></ooclass>
|
|
<oointerface>
|
|
<interfacename>Iterator</interfacename>
|
|
</oointerface>
|
|
<oointerface>
|
|
<interfacename>Traversable</interfacename>
|
|
</oointerface>
|
|
</classsynopsisinfo>
|
|
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.imagick')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
|
|
</classsynopsis>
|
|
</section>
|
|
|
|
<section xml:id="imagick.imagick.methodtypes">
|
|
<title>Image methods and global methods</title>
|
|
<para>
|
|
The Imagick class has the ability to hold and operate on multiple
|
|
images simultaneously. This is achieved through an internal stack. There
|
|
is always an internal pointer that points at the current image. Some
|
|
functions operate on all images in the Imagick class, but most operate
|
|
only on the current image in the internal stack. As a convention, method
|
|
names can contain the word Image to denote they affect only the current
|
|
image in the stack.
|
|
</para>
|
|
</section>
|
|
|
|
<section xml:id="imagick.imagick.methods">
|
|
<title>Class Methods</title>
|
|
<para>
|
|
Because there are so many methods, here is a handy list of methods,
|
|
somewhat reduced to their general purpose:
|
|
</para>
|
|
|
|
<table>
|
|
<title>Class methods by purpose</title>
|
|
<tgroup cols="5">
|
|
<thead>
|
|
<row>
|
|
<entry>Image effects</entry>
|
|
<entry>Get methods</entry>
|
|
<entry>Set methods</entry>
|
|
<entry>Read/write images</entry>
|
|
<entry>Other</entry>
|
|
</row>
|
|
</thead>
|
|
|
|
<tbody>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-adaptiveblurimage">adaptiveBlurImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getcompression">getCompression</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-setbackgroundcolor">setBackgroundColor</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-construct">__construct</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-clear">clear</link></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-adaptiveresizeimage">adaptiveResizeImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getfilename">getFilename</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-setcompressionquality">setCompressionQuality</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-addimage">addImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-clone">clone</link></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-adaptivesharpenimage">adaptiveSharpenImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getformat">getFormat</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-setcompression">setCompression</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-appendimages">appendImages</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-current">current</link></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-adaptivethresholdimage">adaptiveTresholdImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimagebackgroundcolor">getImageBackgroundColor</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-setfilename">setFilename</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getfilename">getFilename</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-destroy">destroy</link></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-addnoiseimage">addNoiseImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimageblob">getImageBlob</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimagesblob">getImagesBlob</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-setformat">setFormat</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getformat">getFormat</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getcopyright">getCopyright</link></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-affinetransformimage">affinetransformimage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimageblueprimary">getImageBluePrimary</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-setimagebackgroundcolor">setImageBackgroundColor</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimagefilename">getImageFilename</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-gethomeurl">getHomeURL</link></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-annotateimage">annotateImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimagebordercolor">getImageBorderColor</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-setfirstiterator">setFirstIterator</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimageformat">getImageFormat</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-commentimage">commentImage</link></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-averageimages">averageImages</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimagechanneldepth">getImageChannelDepth</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-setimagebias">setImageBias</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimage">getImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getnumberimages">getNumberImages</link></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-blackthresholdimage">blackThresholdImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimagechanneldistortion">getImageChannelDistortion</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-setimageblueprimary">setImageBluePrimary</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-setimagefilename">setImageFilename</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getreleasedate">getReleaseDate</link></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-blurimage">blurImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimagechannelextrema">getImageChannelExtrema</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-setimagebordercolor">setImageBorderColor</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-setimageformat">setImageFormat</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getversion">getVersion</link></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-borderimage">borderImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimagechannelmean">getImageChannelMean</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-setimagechanneldepth">setImageChannelDepth</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-readimagefile">readImageFile</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-hasnextimage">hasNextImage</link></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-charcoalimage">charcoalImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimagechannelstatistics">getImageChannelStatistics</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-setimagecolormapcolor">setImageColormapColor</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-readimage">readImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-haspreviousimage">hasPreviousImage</link></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-chopimage">chopImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimagecolormapcolor">getImageColormapColor</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-setimagecolorspace">setImageColorSpace</link></entry>
|
|
<entry><link linkend="function.imagick-writeimages">writeImages</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-labelimage">labelImage</link></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-clipimage">clipImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimagecolorspace">getImageColorspace</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-setimagecompose">setImageCompose</link></entry>
|
|
<entry><link linkend="function.imagick-writeimage">writeImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-newimage">newImage</link></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-clippathimage">clipPathImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimagecolors">getImageColors</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-setimagecompression">setImageCompression</link></entry>
|
|
<entry></entry>
|
|
<entry><link
|
|
linkend="function.imagick-newpseudoimage">newPseudoImage</link></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-coalesceimages">coalesceImages</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimagecompose">getImageCompose</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-setimagedelay">setImageDelay</link></entry>
|
|
<entry></entry>
|
|
<entry><link
|
|
linkend="function.imagick-nextimage">nextImage</link></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-colorfloodfillimage">colorFloodFillImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimagedelay">getImageDelay</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-setimagedepth">setImageDepth</link></entry>
|
|
<entry></entry>
|
|
<entry><link
|
|
linkend="function.imagick-pingimageblob">pingImageBlob</link></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-colorizeimage">colorizeImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimagedepth">getImageDepth</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-setimagedispose">setImageDispose</link></entry>
|
|
<entry></entry>
|
|
<entry><link
|
|
linkend="function.imagick-pingimagefile">pingImageFile</link></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-combineimages">combineImages</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimagedispose">getImageDispose</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-setimagedispose">setImageDispose</link></entry>
|
|
<entry></entry>
|
|
<entry><link
|
|
linkend="function.imagick-pingimage">pingImage</link></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-compareimagechannels">compareImageChannels</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimagedistortion">getImageDistortion</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-setimageextent">setImageExtent</link></entry>
|
|
<entry></entry>
|
|
<entry><link
|
|
linkend="function.imagick-previousimage">previousImage</link></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-compareimagelayers">compareImageLayers</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimageextrema">getImageExtrema</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-setimagefilename">setImageFilename</link></entry>
|
|
<entry></entry>
|
|
<entry><link
|
|
linkend="function.imagick-profileimage">profileImage</link></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-compositeimage">compositeImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimagefilename">getImageFilename</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-setimageformat">setImageFormat</link></entry>
|
|
<entry></entry>
|
|
<entry><link
|
|
linkend="function.imagick-queryformats">queryFormats</link></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-contrastimage">contrastImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimageformat">getImageFormat</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-setimagegamma">setImageGamma</link></entry>
|
|
<entry></entry>
|
|
<entry><link
|
|
linkend="function.imagick-removeimageprofile">removeImageProfile</link></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-contraststretchimage">constrastStretchImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimagegamma">getImageGamma</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-setimagegreenprimary">setImageGreenPrimary</link></entry>
|
|
<entry></entry>
|
|
<entry><link
|
|
linkend="function.imagick-removeimage">removeImage</link></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-convolveimage">convolveImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimagegeometry">getImageGeometry</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-setimageindex">setImageIndex</link></entry>
|
|
<entry></entry>
|
|
<entry><link
|
|
linkend="function.imagick-setfirstiterator">setFirstIterator</link></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-cropimage">cropImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimagegreenprimary">getImageGreenPrimary</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-setimageinterpolatemethod">setImageInterpolateMethod</link></entry>
|
|
<entry></entry>
|
|
<entry><link
|
|
linkend="function.imagick-setimageindex">setImageIndex</link></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-cyclecolormapimage">cycleColormapImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimageheight">getImageHeight</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-setimageiterations">setImageIterations</link></entry>
|
|
<entry></entry>
|
|
<entry><link linkend="function.imagick-valid">valid</link></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-deconstructimages">deconstructImages</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimagehistogram">getImageHistogram</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-setimagemattecolor">setImageMatteColor</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-drawimage">drawImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimageindex">getImageIndex</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-setimagematte">setImageMatte</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-edgeimage">edgeImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimageinterlacescheme">getImageInterlaceScheme</link></entry>
|
|
<entry><link linkend="function.imagick-setimagepage">setImagePage</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-embossimage">embossImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimageinterpolatemethod">getImageInterpolateMethod</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-setimageprofile">setImageProfile</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-enhanceimage">enhanceImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimageiterations">getImageIterations</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-setimageproperty">setImageProperty</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-equalizeimage">equalizeImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimagemattecolor">getImageMatteColor</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-setimageredprimary">setImageRedPrimary</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-evaluateimage">evaluateImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimagematte">getImageMatte</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-setimagerenderingintent">setImageRenderingIntent</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-flattenimages">flattenImages</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimagepage">getImagePage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-setimageresolution">setImageResolution</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-flipimage">flipImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimagepixelcolor">getImagePixelColor</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-setimagescene">setImageScene</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-flopimage">flopImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimageprofile">getImageProfile</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-setimagetickspersecond">setImageTicksPerSecond</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-frameimage">imageImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimageproperty">getImageProperty</link></entry>
|
|
<entry><link linkend="function.imagick-setimagetype">setImageType</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-fximage">fxImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimageredprimary">getImageRedPrimary</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-setimageunits">setImageUnits</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-gammaimage">gammaImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimageregion">getImageRegion</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-setimagevirtualpixelmethod">setImageVirtualPixelMethod</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-gaussianblurimage">gaussianBlurImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimagerenderingintent">getImageRenderingIntent</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-setimagewhitepoint">setImageWhitepoint</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-implodeimage">implodeImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimageresolution">getImageResolution</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-setinterlacescheme">setInterlaceScheme</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-levelimage">levelImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimagescene">getImageScene</link></entry>
|
|
<entry><link linkend="function.imagick-setoption">setOption</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-linearstretchimage">linearStretchImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimagesignature">getImageSignature</link></entry>
|
|
<entry><link linkend="function.imagick-setpage">setPage</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-magnifyimage">magnifyImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimagetickspersecond">getImageTicksPerSecond</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-setresolution">setResolution</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-mattefloodfillimage">matteFloodFilleImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimagetotalinkdensity">getImageTotalInkDensity</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-setresourcelimit">setResourceLimit</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-medianfilterimage">medianFilterImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimagetype">getImageType</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-setsamplingfactors">setSamplingFactors</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-minifyimage">minifyImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimageunits">getImageUnits</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-setsizeoffset">setSizeOffset</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-modulateimage">modulateImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimagevirtualpixelmethod">getImageVirtualPixelMethod</link></entry>
|
|
<entry><link linkend="function.imagick-setsize">setSize</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-montageimage">montageImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimagewhitepoint">getImageWhitepoint</link></entry>
|
|
<entry><link linkend="function.imagick-settype">setType</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-morphimages">morphImages</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimagewidth">getImageWidth</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-mosaicimages">mosaicImages</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimage">getImage</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-motionblurimage">motionBlurImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getinterlacescheme">getInterlaceScheme</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-negateimage">negateImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getnumberimages">getNumberImages</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-normalizeimage">normalizeImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getoption">getOption</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-oilpaintimage">oilPaintImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getpackagename">getPackageName</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-optimizeimagelayers">optimizeImageLayers</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getpage">getPage</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-paintopaqueimage">paintOpaqueImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getpixeliterator">getPixelIterator</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-painttransparentimage">paintTransparentImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getpixelregioniterator">getPixelRegionIterator</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-posterizeimage">posterizeImage</link></entry>
|
|
|
|
<entry><link
|
|
linkend="function.imagick-getquantumdepth">getQuantumDepth</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-radialblurimage">radialBlurImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getquantumrange">getQuantumRange</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-raiseimage">raiseImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getresourcelimit">getResourceLimit</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-randomthresholdimage">randomThresholdImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getresource">getResource</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-reducenoiseimage">reduceNoiseImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getsamplingfactors">getSamplingFactors</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-render">render</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getsizeoffset">getSizeOffset</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-resampleimage">resampleImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getsize">getSize</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-resizeimage">resizeImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-identifyimage">identifyImage</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-rollimage">rollImage</link></entry>
|
|
<entry><link
|
|
linkend="function.imagick-getimagesize">getImageSize</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-rotateimage">rotateImage</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-sampleimage">sampleImage</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-scaleimage">scaleImage</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-separateimagechannel">separateImageChannel</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-sepiatoneimage">sepiaToneImage</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="function.imagick-shadeimage">shadeImage</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="function.imagick-shadowimage">shadowImage</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="function.imagick-sharpenimage">sharpenImage</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="function.imagick-shaveimage">shaveImage</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="function.imagick-shearimage">shearImage</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-sigmoidalcontrastimage">sigmoidalContrastImage</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="function.imagick-sketchimage">sketchImage</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-solarizeimage">solarizeImage</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="function.imagick-spliceimage">spliceImage</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="function.imagick-spreadimage">spreadImage</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="function.imagick-steganoimage">steganoImage</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="function.imagick-stereoimage">stereoImage</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="function.imagick-stripimage">stripImage</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="function.imagick-swirlimage">swirlImage</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="function.imagick-textureimage">textureImage</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-thresholdimage">thresholdImage</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-thumbnailimage">thumbnailImage</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="function.imagick-tintimage">tintImage</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-transverseimage">transverseImage</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="function.imagick-trimimage">trimImage</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-uniqueimagecolors">uniqueImageColors</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-unsharpmaskimage">unsharpMaskImage</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-vignetteimage">vignetteImage</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="function.imagick-waveimage">waveImage</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
<row>
|
|
<entry><link
|
|
linkend="function.imagick-whitethresholdimage">whiteThresholdImage</link></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
<entry></entry>
|
|
</row>
|
|
</tbody>
|
|
</tgroup>
|
|
</table>
|
|
</section>
|
|
</partintro>
|
|
&reference.imagick.entities.imagick;
|
|
</phpdoc:classref>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"../../../../manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|