PHP | Imagick Functions Complete Reference
The Imagick function is used to create and modify images using the ImageMagick API. The ImageMagick is the software suite to create edit and modify the compose bitmap images. This functions read, write and converts images in many formats including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF.
Requirements: PHP 5.1.3 and ImageMagick 6.2.4 versions required to install ImageMagick.
Installation process of ImageMagick (Imagick) on Ubuntu
The complete list of Imagick functions are given below:
- PHP | Imagick::adaptiveBlurImage() Function
- PHP | Imagick::adaptiveResizeImage() Function
- PHP | Imagick::adaptiveSharpenImage() Function
- PHP | Imagick::adaptiveThresholdImage() Function
- PHP | Imagick::addImage() Function
- PHP | Imagick::addNoiseImage() Function
- PHP | Imagick::annotateImage() Function
- PHP | Imagick::appendImages() Function
- PHP | Imagick::autoLevelImage() Function
- PHP | Imagick::blackThresholdImage() Function
- PHP | Imagick::blueShiftImage() Function
- PHP | Imagick::blurImage() function
- PHP | Imagick::borderImage() Function
- PHP | Imagick::brightnessContrastImage() Function
- PHP | Imagick::charcoalImage() Function
- PHP | Imagick::chopImage() Function
- PHP | Imagick::commentImage() Function
- PHP | Imagick::convolveImage() Function
- PHP | Imagick::cropImage() Function
- PHP | Imagick::despeckleImage() Function
- PHP | Imagick::displayImage() Function
- PHP | Imagick::distortImage() Function
- PHP | Imagick::edgeImage() Function
- PHP | Imagick::embossImage() Function
- PHP | Imagick::enhanceImage() Function
- PHP | Imagick::equalizeImage() Function
- PHP | Imagick::extentImage() Function
- PHP | Imagick::flattenImages() Function
- PHP | Imagick::flipImage() Function
- PHP | Imagick::flopImage() Function
- PHP | Imagick::gammaImage() Function
- PHP | Imagick::getCopyright() Function
- PHP | Imagick::getImageBluePrimary() Function
- PHP | Imagick::getImageColors() Function
- PHP | Imagick::getImageColorspace() Function
- PHP | Imagick::getImageChannelDepth() Function
- PHP | Imagick::getImageChannelRange() Function
- PHP | Imagick::getImageDepth() Function
- PHP | imagick::getImageDispose() Function
- PHP | Imagick::getImageFormat() Function
- PHP | Imagick::getImageGeometry() Function
- PHP | Imagick::getImageGamma() Function
- PHP | Imagick::getImageHeight() Function
- PHP | Imagick::getImageLength() Function
- PHP | Imagick::getImageMatte() Function
- PHP | Imagick::getImageMimeType() Function
- PHP | Imagick::getImagePage() Function
- PHP | Imagick::getImageRenderingIntent() Function
- PHP | Imagick::getImageResolution() Function
- PHP | Imagick::getImageScene() Function
- PHP | Imagick::getImageSignature() Function
- PHP | Imagick::getImageUnits() Function
- PHP | Imagick::getImageWhitePoint() Function
- PHP | Imagick::getImageWidth() Function
- PHP | Imagick::getInterlaceScheme() Function
- PHP | Imagick::getImageTicksPerSecond() Function
- PHP | Imagick::getPackageName() Function
- PHP | Imagick::getQuantumRange() Function
- PHP | Imagick::getQuantumDepth() Function
- PHP | Imagick::getVersion() Function
- PHP | Imagick::haldClutImage() Function
- PHP | Imagick::identifyImage() Function
- PHP | Imagick::magnifyImage() Function
- PHP | Imagick::minifyImage() Function
- PHP | Imagick::modulateImage() Function
- PHP | Imagick::morphImages() Function
- PHP | Imagick::motionBlurImage() Function
- PHP | Imagick::negateImage() Function
- PHP | Imagick::newImage() Function
- PHP | Imagick::newPseudoImage() Function
- PHP | Imagick::normalizeImage() Function
- PHP | Imagick::oilPaintImage() Function
- PHP | Imagick::orderedPosterizeImage() Function
- PHP | Imagick::posterizeImage() Function
- PHP | Imagick::queryFonts() Function
- PHP | Imagick::radialBlurImage() Function
- PHP | Imagick::raiseImage() Function
- PHP | Imagick::randomThresholdImage() Function
- PHP | Imagick::readImageBlob() Function
- PHP | Imagick::recolorImage() Function
- PHP | Imagick::reduceNoiseImage() Function
- PHP | Imagick::resampleImage() Function
- PHP | Imagick::rollImage() Function
- PHP | Imagick::rotationalBlurImage() Function
- PHP | Imagick::rotateImage() Function
- PHP | Imagick::textureImage() Function
- PHP | Imagick::thumbnailImage() Function
- PHP | Imagick::thresholdImage() Function
- PHP | Imagick::transformImage() Function
- PHP | Imagick::transformImageColorspace() Function
- PHP | Imagick::transposeImage() Function
- PHP | Imagick::transverseImage() Function
- PHP | Imagick::trimImage() Function
- PHP | Imagick::setImageChannelDepth() Function
- PHP | Imagick::setImageDepth() Function
- PHP | Imagick::setImageDispose() Function
- PHP | Imagick::setImageOpacity() Function
- PHP | Imagick::setImageMatte() Function
- PHP | Imagick::setImageResolution() Function
- PHP | Imagick::setImageRenderingIntent() Function
- PHP | Imagick::setImageUnits() Function
- PHP | Imagick::shadeImage() Function
- PHP | Imagick::sharpenImage() Function
- PHP | Imagick::shaveImage() Function
- PHP | Imagick::shearImage() function
- PHP | Imagick::sketchImage() Function
- PHP | Imagick::statisticImage() Function
- PHP | Imagick::solarizeImage() Function
- PHP | Imagick::spliceImage() Function
- PHP | Imagick::spreadImage() Function
- PHP | Imagick::unsharpMaskImage() Function
- PHP | Imagick::uniqueImageColors() Function
- PHP | Imagick::vignetteImage() Function
- PHP | Imagick::waveImage() Function
- PHP | Imagick::whiteThresholdImage Function
Recommended Posts:
- CSS | Functions Complete Reference
- PHP | Ds\Set Functions Complete Reference
- PHP | Ds\Map Functions Complete Reference
- PHP | GMP Functions Complete Reference
- PHP | Ds\Queue Functions Complete Reference
- PHP | Ds\Stack Functions Complete Reference
- PHP | array Functions Complete Reference
- PHP | Ds\PriorityQueue Functions Complete Reference
- PHP | Filesystem Functions Complete Reference
- PHP | Ds\Deque Functions Complete Reference
- PHP | Gmagick Functions Complete Reference
- PHP | DS\Vector Functions Complete Reference
- PHP | IntlChar Functions Complete Reference
- PHP | Calendar Functions Complete Reference
- PHP | Math Functions Complete Reference
If you like GeeksforGeeks and would like to contribute, you can also write an article using contribute.geeksforgeeks.org or mail your article to contribute@geeksforgeeks.org. See your article appearing on the GeeksforGeeks main page and help other Geeks.
Please Improve this article if you find anything incorrect by clicking on the "Improve Article" button below.



