<?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: Using PHP&#8217;s Imagick class to convert a CMYK jpeg to RGB</title>
	<atom:link href="http://offshootinc.com/blog/2008/10/24/using-the-imagick-class-to-convert-a-cmyk-jpeg-to-rgb/feed/" rel="self" type="application/rss+xml" />
	<link>http://offshootinc.com/blog/2008/10/24/using-the-imagick-class-to-convert-a-cmyk-jpeg-to-rgb/</link>
	<description>We Get Stuff Done. :)</description>
	<lastBuildDate>Mon, 30 Apr 2012 06:15:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: PrashantP</title>
		<link>http://offshootinc.com/blog/2008/10/24/using-the-imagick-class-to-convert-a-cmyk-jpeg-to-rgb/comment-page-1/#comment-1758</link>
		<dc:creator>PrashantP</dc:creator>
		<pubDate>Mon, 23 Jan 2012 12:23:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.offshootinc.com/blog/?p=173#comment-1758</guid>
		<description>Thanks Woodford, I also done tons of research on this issue and then came to know from your provided code. It worked superb as Imagick and other related packages was already installed on my server.

Thanks a lot once again!</description>
		<content:encoded><![CDATA[<p>Thanks Woodford, I also done tons of research on this issue and then came to know from your provided code. It worked superb as Imagick and other related packages was already installed on my server.</p>
<p>Thanks a lot once again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://offshootinc.com/blog/2008/10/24/using-the-imagick-class-to-convert-a-cmyk-jpeg-to-rgb/comment-page-1/#comment-1475</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 03 Mar 2011 20:10:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.offshootinc.com/blog/?p=173#comment-1475</guid>
		<description>Great Info. Saved me some development time :)</description>
		<content:encoded><![CDATA[<p>Great Info. Saved me some development time <img src='http://offshootinc.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KrisBerg</title>
		<link>http://offshootinc.com/blog/2008/10/24/using-the-imagick-class-to-convert-a-cmyk-jpeg-to-rgb/comment-page-1/#comment-1449</link>
		<dc:creator>KrisBerg</dc:creator>
		<pubDate>Thu, 13 Jan 2011 01:23:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.offshootinc.com/blog/?p=173#comment-1449</guid>
		<description>I just figured out that the image i tried to convert had some sort of a color profile, and since I don&#039;t know much about that subject I can only give you guys the solution that seems to work for me. I downloaded the profiles here:
http://www.color.org/srgbprofiles.xalter

and read the last post here:
http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&amp;t=13578

and tried this in my terminal for a test conversion:
&quot;convert CMYK.jpg -profile sRGB_v4_ICC_preference.icc -colorspace RGB test.jpg&quot; 

It seems to be quite similar to the RGB test file I download in color comparison. Hope it helps for those who experienced the same challenge I stumbled upon :)</description>
		<content:encoded><![CDATA[<p>I just figured out that the image i tried to convert had some sort of a color profile, and since I don&#8217;t know much about that subject I can only give you guys the solution that seems to work for me. I downloaded the profiles here:<br />
<a href="http://www.color.org/srgbprofiles.xalter" rel="nofollow">http://www.color.org/srgbprofiles.xalter</a></p>
<p>and read the last post here:<br />
<a href="http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&#038;t=13578" rel="nofollow">http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&#038;t=13578</a></p>
<p>and tried this in my terminal for a test conversion:<br />
&#8220;convert CMYK.jpg -profile sRGB_v4_ICC_preference.icc -colorspace RGB test.jpg&#8221; </p>
<p>It seems to be quite similar to the RGB test file I download in color comparison. Hope it helps for those who experienced the same challenge I stumbled upon <img src='http://offshootinc.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KrisBerg</title>
		<link>http://offshootinc.com/blog/2008/10/24/using-the-imagick-class-to-convert-a-cmyk-jpeg-to-rgb/comment-page-1/#comment-1448</link>
		<dc:creator>KrisBerg</dc:creator>
		<pubDate>Thu, 13 Jan 2011 01:03:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.offshootinc.com/blog/?p=173#comment-1448</guid>
		<description>Hey Chris,

Thanks for trying to figure this out mate. I tried it out, but it seems that it just &quot;invert&quot; the CMYK-image. I checked to see if that was actually happend visually, and it seems like it did by invert it again in GIMP. It also seems like it adjusted the levels/brightness of it...

This is a sample CMYK image I used:
http://www.manheimcanadalogos.com/images/jpeg/Manheim_Canada_logo_clr-4c.jpg

You can find the correct RGB image here as well:
http://www.manheimcanadalogos.com/images/jpeg/Manheim_Canada_logo_clr.jpg

So as you said, I&#039;m back to Google :/

PS: This failure of correct converting it MIGHT be something to do with my versions of come lib or installation of whatever component. Not making the version list too long, all I did was a clean install of Ubuntu 10.10 + lamp + php5 and GD libs etc.

Cheers,
Kris</description>
		<content:encoded><![CDATA[<p>Hey Chris,</p>
<p>Thanks for trying to figure this out mate. I tried it out, but it seems that it just &#8220;invert&#8221; the CMYK-image. I checked to see if that was actually happend visually, and it seems like it did by invert it again in GIMP. It also seems like it adjusted the levels/brightness of it&#8230;</p>
<p>This is a sample CMYK image I used:<br />
<a href="http://www.manheimcanadalogos.com/images/jpeg/Manheim_Canada_logo_clr-4c.jpg" rel="nofollow">http://www.manheimcanadalogos.com/images/jpeg/Manheim_Canada_logo_clr-4c.jpg</a></p>
<p>You can find the correct RGB image here as well:<br />
<a href="http://www.manheimcanadalogos.com/images/jpeg/Manheim_Canada_logo_clr.jpg" rel="nofollow">http://www.manheimcanadalogos.com/images/jpeg/Manheim_Canada_logo_clr.jpg</a></p>
<p>So as you said, I&#8217;m back to Google :/</p>
<p>PS: This failure of correct converting it MIGHT be something to do with my versions of come lib or installation of whatever component. Not making the version list too long, all I did was a clean install of Ubuntu 10.10 + lamp + php5 and GD libs etc.</p>
<p>Cheers,<br />
Kris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://offshootinc.com/blog/2008/10/24/using-the-imagick-class-to-convert-a-cmyk-jpeg-to-rgb/comment-page-1/#comment-1420</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Tue, 05 Oct 2010 02:54:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.offshootinc.com/blog/?p=173#comment-1420</guid>
		<description>Awesome snippet. Cheers!</description>
		<content:encoded><![CDATA[<p>Awesome snippet. Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elnur Abdurrakhimov</title>
		<link>http://offshootinc.com/blog/2008/10/24/using-the-imagick-class-to-convert-a-cmyk-jpeg-to-rgb/comment-page-1/#comment-1323</link>
		<dc:creator>Elnur Abdurrakhimov</dc:creator>
		<pubDate>Mon, 21 Sep 2009 07:18:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.offshootinc.com/blog/?p=173#comment-1323</guid>
		<description>Chris Woodford, thank you very much for the information. It helped me to solve the problem of CMYK not showing in IE.</description>
		<content:encoded><![CDATA[<p>Chris Woodford, thank you very much for the information. It helped me to solve the problem of CMYK not showing in IE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elnur Abdurrakhimov</title>
		<link>http://offshootinc.com/blog/2008/10/24/using-the-imagick-class-to-convert-a-cmyk-jpeg-to-rgb/comment-page-1/#comment-1322</link>
		<dc:creator>Elnur Abdurrakhimov</dc:creator>
		<pubDate>Mon, 21 Sep 2009 06:44:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.offshootinc.com/blog/?p=173#comment-1322</guid>
		<description>batfastad, I should correct you: you also need Imagemagick installed on the server.</description>
		<content:encoded><![CDATA[<p>batfastad, I should correct you: you also need Imagemagick installed on the server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: batfastad</title>
		<link>http://offshootinc.com/blog/2008/10/24/using-the-imagick-class-to-convert-a-cmyk-jpeg-to-rgb/comment-page-1/#comment-1317</link>
		<dc:creator>batfastad</dc:creator>
		<pubDate>Wed, 26 Aug 2009 16:47:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.offshootinc.com/blog/?p=173#comment-1317</guid>
		<description>It&#039;s actually a PECL module available from http://pecl.php.net/package/imagick
You get access to the class and its functions when you install that module.
You also need Imagick installed on the server as well... otherwise the imagick module won&#039;t do anything</description>
		<content:encoded><![CDATA[<p>It&#8217;s actually a PECL module available from <a href="http://pecl.php.net/package/imagick" rel="nofollow">http://pecl.php.net/package/imagick</a><br />
You get access to the class and its functions when you install that module.<br />
You also need Imagick installed on the server as well&#8230; otherwise the imagick module won&#8217;t do anything</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neela</title>
		<link>http://offshootinc.com/blog/2008/10/24/using-the-imagick-class-to-convert-a-cmyk-jpeg-to-rgb/comment-page-1/#comment-1298</link>
		<dc:creator>Neela</dc:creator>
		<pubDate>Mon, 15 Jun 2009 05:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.offshootinc.com/blog/?p=173#comment-1298</guid>
		<description>Could u please tell where to get the &#039;Imagick&#039; class from ?</description>
		<content:encoded><![CDATA[<p>Could u please tell where to get the &#8216;Imagick&#8217; class from ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaun</title>
		<link>http://offshootinc.com/blog/2008/10/24/using-the-imagick-class-to-convert-a-cmyk-jpeg-to-rgb/comment-page-1/#comment-1269</link>
		<dc:creator>Shaun</dc:creator>
		<pubDate>Wed, 11 Feb 2009 08:51:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.offshootinc.com/blog/?p=173#comment-1269</guid>
		<description>Thanks,

I&#039;ve been looking for this solution for months.

Great stuff</description>
		<content:encoded><![CDATA[<p>Thanks,</p>
<p>I&#8217;ve been looking for this solution for months.</p>
<p>Great stuff</p>
]]></content:encoded>
	</item>
</channel>
</rss>

