<?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: Installing ImageMagick from Source on Ubuntu</title>
	<atom:link href="http://scottiestech.info/2010/05/18/installing-imagemagick-from-source-on-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://scottiestech.info/2010/05/18/installing-imagemagick-from-source-on-ubuntu/</link>
	<description>A chimpanzee and two trainees could run her!</description>
	<lastBuildDate>Thu, 17 May 2012 01:42:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Scottie</title>
		<link>http://scottiestech.info/2010/05/18/installing-imagemagick-from-source-on-ubuntu/comment-page-1/#comment-1190</link>
		<dc:creator>Scottie</dc:creator>
		<pubDate>Sat, 07 Apr 2012 17:37:50 +0000</pubDate>
		<guid isPermaLink="false">http://scottiestech.info/?p=399#comment-1190</guid>
		<description>The message &quot;no decode delegate for this image format&quot; means that imagemagick needs the proper library in Ubuntu in order to process the image type - in this case, JPG.

On 11.10, you should be able to do:

&lt;code&gt;apt-get install libjpeg62 libpng12-0&lt;/code&gt;

Then you&#039;ll need to recompile imagemagick.

Then when you type this:

&lt;code&gt;identify -list configure&lt;/code&gt;

It should show you under LIBS that you have &quot;ljpeg&quot; and &quot;lpng12&quot; installed, which should fix your error message - and allow processing of PNG image files, as well.</description>
		<content:encoded><![CDATA[<p>The message &#8220;no decode delegate for this image format&#8221; means that imagemagick needs the proper library in Ubuntu in order to process the image type &#8211; in this case, JPG.</p>
<p>On 11.10, you should be able to do:</p>
<p><code>apt-get install libjpeg62 libpng12-0</code></p>
<p>Then you&#8217;ll need to recompile imagemagick.</p>
<p>Then when you type this:</p>
<p><code>identify -list configure</code></p>
<p>It should show you under LIBS that you have &#8220;ljpeg&#8221; and &#8220;lpng12&#8243; installed, which should fix your error message &#8211; and allow processing of PNG image files, as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: R Sarath</title>
		<link>http://scottiestech.info/2010/05/18/installing-imagemagick-from-source-on-ubuntu/comment-page-1/#comment-1189</link>
		<dc:creator>R Sarath</dc:creator>
		<pubDate>Sat, 07 Apr 2012 17:12:41 +0000</pubDate>
		<guid isPermaLink="false">http://scottiestech.info/?p=399#comment-1189</guid>
		<description>i am running ubuntu 11.10 .I install the source from http://www.imagemagick.org/download/ImageMagick-6.7.6-4.7z
when i want to convert the image to pdf i get the following error.
convert: no decode delegate for this image format `a.JPG&#039; @ error/constitute.c/ReadImage/533.
convert: missing an image filename `a.PDF&#039; @ error/convert.c/ConvertImageCommand/3017.

Please help</description>
		<content:encoded><![CDATA[<p>i am running ubuntu 11.10 .I install the source from <a href="http://www.imagemagick.org/download/ImageMagick-6.7.6-4.7z" rel="nofollow">http://www.imagemagick.org/download/ImageMagick-6.7.6-4.7z</a><br />
when i want to convert the image to pdf i get the following error.<br />
convert: no decode delegate for this image format `a.JPG&#8217; @ error/constitute.c/ReadImage/533.<br />
convert: missing an image filename `a.PDF&#8217; @ error/convert.c/ConvertImageCommand/3017.</p>
<p>Please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ralph Haygood</title>
		<link>http://scottiestech.info/2010/05/18/installing-imagemagick-from-source-on-ubuntu/comment-page-1/#comment-770</link>
		<dc:creator>Ralph Haygood</dc:creator>
		<pubDate>Mon, 30 May 2011 21:16:07 +0000</pubDate>
		<guid isPermaLink="false">http://scottiestech.info/?p=399#comment-770</guid>
		<description>On an older version of Ubuntu (8.04.2), I found I also needed to update my JPEG- and PNG-processing libraries, else my nice new ImageMagick bungled operations on JPEG and PNG files. If you&#039;re having trouble with these file types, try

        sudo apt-get install libjpeg62-dev libpng12-dev

followed by rebuilding and reinstalling ImageMagick (step 7 onward).</description>
		<content:encoded><![CDATA[<p>On an older version of Ubuntu (8.04.2), I found I also needed to update my JPEG- and PNG-processing libraries, else my nice new ImageMagick bungled operations on JPEG and PNG files. If you&#8217;re having trouble with these file types, try</p>
<p>        sudo apt-get install libjpeg62-dev libpng12-dev</p>
<p>followed by rebuilding and reinstalling ImageMagick (step 7 onward).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scottie</title>
		<link>http://scottiestech.info/2010/05/18/installing-imagemagick-from-source-on-ubuntu/comment-page-1/#comment-258</link>
		<dc:creator>Scottie</dc:creator>
		<pubDate>Sun, 23 May 2010 18:28:45 +0000</pubDate>
		<guid isPermaLink="false">http://scottiestech.info/?p=399#comment-258</guid>
		<description>&lt;a href=&quot;#comment-257&quot; rel=&quot;nofollow&quot;&gt;@Peter&lt;/a&gt; 
Oops! Yup, you&#039;re right. I fixed it. Thanks!!</description>
		<content:encoded><![CDATA[<p><a href="#comment-257" rel="nofollow">@Peter</a><br />
Oops! Yup, you&#8217;re right. I fixed it. Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://scottiestech.info/2010/05/18/installing-imagemagick-from-source-on-ubuntu/comment-page-1/#comment-257</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Sun, 23 May 2010 17:44:23 +0000</pubDate>
		<guid isPermaLink="false">http://scottiestech.info/?p=399#comment-257</guid>
		<description>Hi, ins&#039;t --prefix=/usr instead of --opt ?

Thanks,

Peter</description>
		<content:encoded><![CDATA[<p>Hi, ins&#8217;t &#8211;prefix=/usr instead of &#8211;opt ?</p>
<p>Thanks,</p>
<p>Peter</p>
]]></content:encoded>
	</item>
</channel>
</rss>

