<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Install ImageMagick (Image Manipulation) Tool on RHEL/CentOS and Fedora	</title>
	<atom:link href="https://www.tecmint.com/install-imagemagick-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-imagemagick-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 21 Apr 2023 11:02:36 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ankit		</title>
		<link>https://www.tecmint.com/install-imagemagick-in-linux/comment-page-1/#comment-1999869</link>

		<dc:creator><![CDATA[Ankit]]></dc:creator>
		<pubDate>Fri, 21 Apr 2023 11:02:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=2673#comment-1999869</guid>

					<description><![CDATA[I got stuck on:

GraphicsMagick configuration program... configure: error: not found. Please provide a path to the GraphicsMagick-config program.

Linux: Fedora]]></description>
			<content:encoded><![CDATA[<p>I got stuck on:</p>
<p>GraphicsMagick configuration program&#8230; configure: error: not found. Please provide a path to the GraphicsMagick-config program.</p>
<p>Linux: Fedora</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Scott		</title>
		<link>https://www.tecmint.com/install-imagemagick-in-linux/comment-page-1/#comment-1987707</link>

		<dc:creator><![CDATA[Scott]]></dc:creator>
		<pubDate>Thu, 23 Mar 2023 16:19:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=2673#comment-1987707</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-imagemagick-in-linux/comment-page-1/#comment-1357203&quot;&gt;Patrick Aziken&lt;/a&gt;.

I am running &lt;strong&gt;CentOS 7&lt;/strong&gt; and &lt;strong&gt;PHP&lt;/strong&gt;. Following these instructions, I was able to install &lt;strong&gt;ImageMagick&lt;/strong&gt;, but php failed to load the &lt;strong&gt;imagick.so&lt;/strong&gt;. 

I think it was a thread-safe vs non-thread-safe version issue with &lt;strong&gt;imagick.so&lt;/strong&gt;. I uninstalled &lt;strong&gt;imagick&lt;/strong&gt;, then I successfully reinstalled it using these instructions:
&lt;pre&gt;
# yum install [--enablerepo=remi] php-pecl-imagick
&lt;/pre&gt;
Credit to Ritter on serverfault.com, link: https://serverfault.com/questions/462892/how-to-install-imagemagick-for-php-on-centos]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-imagemagick-in-linux/comment-page-1/#comment-1357203">Patrick Aziken</a>.</p>
<p>I am running <strong>CentOS 7</strong> and <strong>PHP</strong>. Following these instructions, I was able to install <strong>ImageMagick</strong>, but php failed to load the <strong>imagick.so</strong>. </p>
<p>I think it was a thread-safe vs non-thread-safe version issue with <strong>imagick.so</strong>. I uninstalled <strong>imagick</strong>, then I successfully reinstalled it using these instructions:</p>
<pre>
# yum install [--enablerepo=remi] php-pecl-imagick
</pre>
<p>Credit to Ritter on serverfault.com, link: <a target="_blank" href="https://serverfault.com/questions/462892/how-to-install-imagemagick-for-php-on-centos" rel="nofollow ugc">https://serverfault.com/questions/462892/how-to-install-imagemagick-for-php-on-centos</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Veeramani M		</title>
		<link>https://www.tecmint.com/install-imagemagick-in-linux/comment-page-1/#comment-1981216</link>

		<dc:creator><![CDATA[Veeramani M]]></dc:creator>
		<pubDate>Fri, 10 Mar 2023 12:59:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=2673#comment-1981216</guid>

					<description><![CDATA[Hello Tecmint,

We have a requirement to install the PHP Modules Imagick, Redis, and WebP through Imagick on Suse Linux. 

We have already installed PHP 8 Version.

So the above modules need to install in addition to the existing modules through configure compile and run method using make and make install.

Could you please check and help us with this?

Thank you.

Regards,
Veeramani M]]></description>
			<content:encoded><![CDATA[<p>Hello Tecmint,</p>
<p>We have a requirement to install the PHP Modules Imagick, Redis, and WebP through Imagick on Suse Linux. </p>
<p>We have already installed PHP 8 Version.</p>
<p>So the above modules need to install in addition to the existing modules through configure compile and run method using make and make install.</p>
<p>Could you please check and help us with this?</p>
<p>Thank you.</p>
<p>Regards,<br />
Veeramani M</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Patrick Aziken		</title>
		<link>https://www.tecmint.com/install-imagemagick-in-linux/comment-page-1/#comment-1357203</link>

		<dc:creator><![CDATA[Patrick Aziken]]></dc:creator>
		<pubDate>Wed, 26 Aug 2020 08:30:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=2673#comment-1357203</guid>

					<description><![CDATA[I was able to install ImageMagick on CentOS 7. I ran &lt;code&gt;convert --version&lt;/code&gt; and the following was returned:
&lt;pre&gt;
# convert --version
Version: ImageMagick 6.9.10-68 Q16 x86_64 2020-04-01 https://imagemagick.org
Copyright: © 1999-2019 ImageMagick Studio LLC
License: https://imagemagick.org/script/license.php
Features: Cipher DPC Modules OpenMP(3.1)
Delegates (built-in): bzlib cairo fontconfig freetype gslib 
jng jpeg lcms ltdl lzma openexr pangocairo png ps rsvg tiff wmf x xml zlib
&lt;/pre&gt;
So I don&#039;t think ImageMagick was discontinued for CentOS 7]]></description>
			<content:encoded><![CDATA[<p>I was able to install ImageMagick on CentOS 7. I ran <code>convert --version</code> and the following was returned:</p>
<pre>
# convert --version
Version: ImageMagick 6.9.10-68 Q16 x86_64 2020-04-01 https://imagemagick.org
Copyright: © 1999-2019 ImageMagick Studio LLC
License: https://imagemagick.org/script/license.php
Features: Cipher DPC Modules OpenMP(3.1)
Delegates (built-in): bzlib cairo fontconfig freetype gslib 
jng jpeg lcms ltdl lzma openexr pangocairo png ps rsvg tiff wmf x xml zlib
</pre>
<p>So I don&#8217;t think ImageMagick was discontinued for CentOS 7</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Devanshu		</title>
		<link>https://www.tecmint.com/install-imagemagick-in-linux/comment-page-1/#comment-1324090</link>

		<dc:creator><![CDATA[Devanshu]]></dc:creator>
		<pubDate>Sat, 28 Mar 2020 19:26:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=2673#comment-1324090</guid>

					<description><![CDATA[I am supposed to use &lt;strong&gt;ImageMagick&lt;/strong&gt; in the &lt;strong&gt;Alfresco DMS&lt;/strong&gt; solution. But since I am setting &lt;strong&gt;Alfresco&lt;/strong&gt; in &lt;strong&gt;centos 8.1&lt;/strong&gt; and as mentioned by you, that &lt;strong&gt;ImageMagick&lt;/strong&gt; in not supported in version 8, I installed &lt;strong&gt;GraphicsMagick&lt;/strong&gt;. I did not build from source rather used command:
&lt;pre&gt;
# dnf install GraphicsMagick
&lt;/pre&gt;
My questions are:

1. What is the root installation directory of GraphicsMagick?

2. I need to set the following parameters in my alfresco. What would be corresponding values for GraphicsMagick software
&lt;pre&gt;
Property 	Description
img.root 	On Windows, set this property to img.root=C:\\ImageMagick
                        On Linux, set this property to img.root=/ImageMagick

img.dyn 	On Windows, set this property to img.dyn=${img.root}\\lib
                        On Linux, set this property to img.dyn=${img.root}/lib

img.exe 	On Windows, set this property to img.exe=${img.root}\\convert.exe
                        On Linux, set this property to img.exe=${img.root}/bin/convert

img.coders 	On Windows, set this property to img.coders=${img.root}\\modules\\coders
                        On Linux, set this property to img.coders=${img.root}/modules/coders

img.config 	On Windows, set this property to img.config=${img.root}\\config
                        On Linux, set this property to img.config=${img.root}/config

img.url 	        On Windows, set this property to img.url=${img.root}\\url
                        On Linux, set this property to img.url=${img.root}/url
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>I am supposed to use <strong>ImageMagick</strong> in the <strong>Alfresco DMS</strong> solution. But since I am setting <strong>Alfresco</strong> in <strong>centos 8.1</strong> and as mentioned by you, that <strong>ImageMagick</strong> in not supported in version 8, I installed <strong>GraphicsMagick</strong>. I did not build from source rather used command:</p>
<pre>
# dnf install GraphicsMagick
</pre>
<p>My questions are:</p>
<p>1. What is the root installation directory of GraphicsMagick?</p>
<p>2. I need to set the following parameters in my alfresco. What would be corresponding values for GraphicsMagick software</p>
<pre>
Property 	Description
img.root 	On Windows, set this property to img.root=C:\\ImageMagick
                        On Linux, set this property to img.root=/ImageMagick

img.dyn 	On Windows, set this property to img.dyn=${img.root}\\lib
                        On Linux, set this property to img.dyn=${img.root}/lib

img.exe 	On Windows, set this property to img.exe=${img.root}\\convert.exe
                        On Linux, set this property to img.exe=${img.root}/bin/convert

img.coders 	On Windows, set this property to img.coders=${img.root}\\modules\\coders
                        On Linux, set this property to img.coders=${img.root}/modules/coders

img.config 	On Windows, set this property to img.config=${img.root}\\config
                        On Linux, set this property to img.config=${img.root}/config

img.url 	        On Windows, set this property to img.url=${img.root}\\url
                        On Linux, set this property to img.url=${img.root}/url
</pre>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
