{"id":9685,"date":"2022-10-08T11:21:16","date_gmt":"2022-10-08T05:51:16","guid":{"rendered":"https:\/\/www.skynats.com\/?p=9685"},"modified":"2023-06-15T17:03:35","modified_gmt":"2023-06-15T11:33:35","slug":"install-imagick-on-plesk","status":"publish","type":"post","link":"https:\/\/www.skynats.com\/blog\/install-imagick-on-plesk\/","title":{"rendered":"Install Imagick on Plesk | Overview"},"content":{"rendered":"\n<p>This article will show you how to Install Imagick on Plesk. Skynats will handle all requests relating to Plesk as part of the <a href=\"https:\/\/www.skynats.com\/blog\/\" target=\"_blank\" rel=\"noreferrer noopener\">Server Management service<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-install-imagick-on-plesk\">Install Imagick on Plesk<\/h2>\n\n\n\n<p>Free software called ImageMagick is available as a binary distribution that is ready to use or as source code that you can copy, alter, and distribute in open-source and proprietary applications. The straightforward steps below can be used to install ImageMagick on Plesk.<\/p>\n\n\n\n<p>Bitmap images are frequently created, edited, and converted using ImageMagick. Additionally, this supports several image formats.<\/p>\n\n\n\n<p>Follow the commands listed below to complete the installation of ImageMagick on Plesk.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>yum install ImageMagick ImageMagick-devel<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>yum install php-pear &#91;for PECL]<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>pecl install imagick<\/code><\/pre>\n\n\n\n<p>Moreover, use the command below to confirm the installation<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>convert -version<\/code><\/pre>\n\n\n\n<p><strong>Sample Output:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;root@plesk ~]# convert -version Version: ImageMagick 7.0.4-7 Q16 x86_64 2017-02-13 http:\/\/www.imagemagick.org Copyright: \u00a9 1999-2017 ImageMagick Studio LLC License: http:\/\/www.imagemagick.org\/script\/license.php Features: Cipher DPC HDRI OpenMP Delegates (built-in):<\/code><\/pre>\n\n\n\n<p>If you experience the configure error:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\"configure: error: no acceptable C compiler found in $PATH See `config.log\u2019 for more details.\u201d<\/code><\/pre>\n\n\n\n<p>So you don&#8217;t have a compiler installed, then. No need to worry about it; installing GCC will easily fix it:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>yum install gcc<\/code><\/pre>\n\n\n\n<p>After the pecl install the Imagick command, you should see something similar to this, which indicates that the build and extension installation was successful. The construction process is now finished.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-install-php-imagick-on-plesk\">Install PHP Imagick on Plesk<\/h3>\n\n\n\n<p>Install PHP Imagick in this section by entering the command shown below.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>yum install gcc make automake php-pear php-devel<br><\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>pecl install imagick<\/code><\/pre>\n\n\n\n<p>The Apache service should then be restarted after adding extension <em>= \u201cimagick.so\u201d<\/em> in your <strong><em>php.ini <\/em><\/strong><em>file<\/em>.<\/p>\n\n\n\n<p>The following command will help you locate the PHP configuration file that has been loaded.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>php --ini<\/code><\/pre>\n\n\n\n<p><strong>Restart Apache:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/etc\/init.d\/httpd restart<\/code><\/pre>\n\n\n\n<p>Using the command, confirm the installation:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>php -m | grep imagick<\/code><\/pre>\n\n\n\n<p>All done! The PHP command phpinfo() will work best for the last check:<\/p>\n\n\n\n<p>Make the following entries in a php file on your website:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;? phpinfo(); ?&gt;<\/code><\/pre>\n\n\n\n<p>After that, use your web browser to call this PHP file to check the functionality of Imagick.<\/p>\n\n\n\n<p><strong>Conclusion<\/strong><\/p>\n\n\n\n<p>Imagick can be successfully installed on the Plesk server by following the straightforward instructions in the Install Imagick on the Plesk article.<\/p>\n\n\n\n<p>Are you looking for an answer to another query?\u00a0<a href=\"https:\/\/www.skynats.com\/contact-us\/\" target=\"_blank\" rel=\"noreferrer noopener\"><em>Contact<\/em><\/a>\u00a0our technical support team.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This article will show you how to Install Imagick on Plesk. Skynats will handle all requests relating to Plesk as part of the Server Management service. Install Imagick on Plesk Free software called ImageMagick is available as a binary distribution that is ready to use or as source code that you can copy, alter, and [&hellip;]<\/p>\n","protected":false},"author":8,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[740,741],"class_list":["post-9685","post","type-post","status-publish","format-standard","hentry","category-blog","tag-imagick","tag-plesk"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.9 (Yoast SEO v27.5) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Install Imagick on Plesk | Overview | Skynats<\/title>\n<meta name=\"description\" content=\"Imagick can be successfully installed on the Plesk server by the commands listed below to complete the installation of ImageMagick on Plesk.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.skynats.com\/blog\/install-imagick-on-plesk\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Install Imagick on Plesk | Overview\" \/>\n<meta property=\"og:description\" content=\"Imagick can be successfully installed on the Plesk server by the commands listed below to complete the installation of ImageMagick on Plesk.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.skynats.com\/blog\/install-imagick-on-plesk\/\" \/>\n<meta property=\"og:site_name\" content=\"Server Management Services | Cloud Management | Skynats\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/skynats\" \/>\n<meta property=\"article:published_time\" content=\"2022-10-08T05:51:16+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-06-15T11:33:35+00:00\" \/>\n<meta name=\"author\" content=\"Arjun N\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@skynatstech\" \/>\n<meta name=\"twitter:site\" content=\"@skynatstech\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Arjun N\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/install-imagick-on-plesk\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/install-imagick-on-plesk\\\/\"},\"author\":{\"name\":\"Arjun N\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#\\\/schema\\\/person\\\/2428d280a8b32a1fbd909b1411e32fb7\"},\"headline\":\"Install Imagick on Plesk | Overview\",\"datePublished\":\"2022-10-08T05:51:16+00:00\",\"dateModified\":\"2023-06-15T11:33:35+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/install-imagick-on-plesk\\\/\"},\"wordCount\":310,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#organization\"},\"keywords\":[\"Imagick\",\"Plesk\"],\"articleSection\":[\"Blog\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.skynats.com\\\/blog\\\/install-imagick-on-plesk\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/install-imagick-on-plesk\\\/\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/install-imagick-on-plesk\\\/\",\"name\":\"Install Imagick on Plesk | Overview | Skynats\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#website\"},\"datePublished\":\"2022-10-08T05:51:16+00:00\",\"dateModified\":\"2023-06-15T11:33:35+00:00\",\"description\":\"Imagick can be successfully installed on the Plesk server by the commands listed below to complete the installation of ImageMagick on Plesk.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/install-imagick-on-plesk\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.skynats.com\\\/blog\\\/install-imagick-on-plesk\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/install-imagick-on-plesk\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Install Imagick on Plesk | Overview\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/\",\"name\":\"Server Management Services | Cloud Management | Skynats\",\"description\":\"Server Management and Cloud Management\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#organization\",\"name\":\"Skynats Technologies\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/08\\\/Sknats-Logo-New-whole.png\",\"contentUrl\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/08\\\/Sknats-Logo-New-whole.png\",\"width\":989,\"height\":367,\"caption\":\"Skynats Technologies\"},\"image\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/skynats\",\"https:\\\/\\\/x.com\\\/skynatstech\",\"https:\\\/\\\/www.instagram.com\\\/skynatstech\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/skynats-technologies\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCvTAjrFJ4_E2MJKwlDHomlg\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#\\\/schema\\\/person\\\/2428d280a8b32a1fbd909b1411e32fb7\",\"name\":\"Arjun N\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e0f4d2489abeea1769beb944d2258c862259b62ff26853075066ca8ad37e3333?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e0f4d2489abeea1769beb944d2258c862259b62ff26853075066ca8ad37e3333?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e0f4d2489abeea1769beb944d2258c862259b62ff26853075066ca8ad37e3333?s=96&d=mm&r=g\",\"caption\":\"Arjun N\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Install Imagick on Plesk | Overview | Skynats","description":"Imagick can be successfully installed on the Plesk server by the commands listed below to complete the installation of ImageMagick on Plesk.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.skynats.com\/blog\/install-imagick-on-plesk\/","og_locale":"en_US","og_type":"article","og_title":"Install Imagick on Plesk | Overview","og_description":"Imagick can be successfully installed on the Plesk server by the commands listed below to complete the installation of ImageMagick on Plesk.","og_url":"https:\/\/www.skynats.com\/blog\/install-imagick-on-plesk\/","og_site_name":"Server Management Services | Cloud Management | Skynats","article_publisher":"https:\/\/www.facebook.com\/skynats","article_published_time":"2022-10-08T05:51:16+00:00","article_modified_time":"2023-06-15T11:33:35+00:00","author":"Arjun N","twitter_card":"summary_large_image","twitter_creator":"@skynatstech","twitter_site":"@skynatstech","twitter_misc":{"Written by":"Arjun N","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.skynats.com\/blog\/install-imagick-on-plesk\/#article","isPartOf":{"@id":"https:\/\/www.skynats.com\/blog\/install-imagick-on-plesk\/"},"author":{"name":"Arjun N","@id":"https:\/\/www.skynats.com\/blog\/#\/schema\/person\/2428d280a8b32a1fbd909b1411e32fb7"},"headline":"Install Imagick on Plesk | Overview","datePublished":"2022-10-08T05:51:16+00:00","dateModified":"2023-06-15T11:33:35+00:00","mainEntityOfPage":{"@id":"https:\/\/www.skynats.com\/blog\/install-imagick-on-plesk\/"},"wordCount":310,"commentCount":0,"publisher":{"@id":"https:\/\/www.skynats.com\/blog\/#organization"},"keywords":["Imagick","Plesk"],"articleSection":["Blog"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.skynats.com\/blog\/install-imagick-on-plesk\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.skynats.com\/blog\/install-imagick-on-plesk\/","url":"https:\/\/www.skynats.com\/blog\/install-imagick-on-plesk\/","name":"Install Imagick on Plesk | Overview | Skynats","isPartOf":{"@id":"https:\/\/www.skynats.com\/blog\/#website"},"datePublished":"2022-10-08T05:51:16+00:00","dateModified":"2023-06-15T11:33:35+00:00","description":"Imagick can be successfully installed on the Plesk server by the commands listed below to complete the installation of ImageMagick on Plesk.","breadcrumb":{"@id":"https:\/\/www.skynats.com\/blog\/install-imagick-on-plesk\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.skynats.com\/blog\/install-imagick-on-plesk\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.skynats.com\/blog\/install-imagick-on-plesk\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.skynats.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Install Imagick on Plesk | Overview"}]},{"@type":"WebSite","@id":"https:\/\/www.skynats.com\/blog\/#website","url":"https:\/\/www.skynats.com\/blog\/","name":"Server Management Services | Cloud Management | Skynats","description":"Server Management and Cloud Management","publisher":{"@id":"https:\/\/www.skynats.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.skynats.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.skynats.com\/blog\/#organization","name":"Skynats Technologies","url":"https:\/\/www.skynats.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.skynats.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2021\/08\/Sknats-Logo-New-whole.png","contentUrl":"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2021\/08\/Sknats-Logo-New-whole.png","width":989,"height":367,"caption":"Skynats Technologies"},"image":{"@id":"https:\/\/www.skynats.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/skynats","https:\/\/x.com\/skynatstech","https:\/\/www.instagram.com\/skynatstech\/","https:\/\/www.linkedin.com\/company\/skynats-technologies","https:\/\/www.youtube.com\/channel\/UCvTAjrFJ4_E2MJKwlDHomlg"]},{"@type":"Person","@id":"https:\/\/www.skynats.com\/blog\/#\/schema\/person\/2428d280a8b32a1fbd909b1411e32fb7","name":"Arjun N","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/e0f4d2489abeea1769beb944d2258c862259b62ff26853075066ca8ad37e3333?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/e0f4d2489abeea1769beb944d2258c862259b62ff26853075066ca8ad37e3333?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e0f4d2489abeea1769beb944d2258c862259b62ff26853075066ca8ad37e3333?s=96&d=mm&r=g","caption":"Arjun N"}}]}},"_links":{"self":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts\/9685","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/comments?post=9685"}],"version-history":[{"count":0,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts\/9685\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/media?parent=9685"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/categories?post=9685"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/tags?post=9685"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}