<?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: ImageMagick on iPhone (with jpeg + png)</title>
	<atom:link href="http://www.cloudgoessocial.net/2009/06/09/imagemagick-on-iphone-with-jpeg-png/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cloudgoessocial.net/2009/06/09/imagemagick-on-iphone-with-jpeg-png/</link>
	<description>computer, travel, movies, music, cuisine and more</description>
	<lastBuildDate>Tue, 09 Mar 2010 04:55:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Cloud</title>
		<link>http://www.cloudgoessocial.net/2009/06/09/imagemagick-on-iphone-with-jpeg-png/comment-page-1/#comment-849</link>
		<dc:creator>Cloud</dc:creator>
		<pubDate>Fri, 19 Feb 2010 18:22:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.cloudgoessocial.net/?p=165#comment-849</guid>
		<description>I&#039;ve sent you an email. Let&#039;s see if we can fix this!
Regards,
~C</description>
		<content:encoded><![CDATA[<p>I&#8217;ve sent you an email. Let&#8217;s see if we can fix this!<br />
Regards,<br />
~C</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eugene</title>
		<link>http://www.cloudgoessocial.net/2009/06/09/imagemagick-on-iphone-with-jpeg-png/comment-page-1/#comment-848</link>
		<dc:creator>Eugene</dc:creator>
		<pubDate>Fri, 19 Feb 2010 17:49:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.cloudgoessocial.net/?p=165#comment-848</guid>
		<description>I have gotten the same error with PNG.

And I have a log, but I can&#039;t find your email, where can I send log?</description>
		<content:encoded><![CDATA[<p>I have gotten the same error with PNG.</p>
<p>And I have a log, but I can&#8217;t find your email, where can I send log?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cloud</title>
		<link>http://www.cloudgoessocial.net/2009/06/09/imagemagick-on-iphone-with-jpeg-png/comment-page-1/#comment-844</link>
		<dc:creator>Cloud</dc:creator>
		<pubDate>Fri, 19 Feb 2010 17:18:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.cloudgoessocial.net/?p=165#comment-844</guid>
		<description>Hi,
I do not know what that problem could be, but apparently something didn&#039;t compile properly. Two things to do:

1) Try to have dataObject to be something with a png rather than a jpeg and see if it works, this would mean that jpeg didn&#039;t compile correctly
2) when compiling output everything to a file and send me the file, so I can have a look at it, to do this:
&lt;code&gt;
./compile_im.sh &gt; ~/Desktop/compilation_output
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I do not know what that problem could be, but apparently something didn&#8217;t compile properly. Two things to do:</p>
<p>1) Try to have dataObject to be something with a png rather than a jpeg and see if it works, this would mean that jpeg didn&#8217;t compile correctly<br />
2) when compiling output everything to a file and send me the file, so I can have a look at it, to do this:<br />
<code><br />
./compile_im.sh > ~/Desktop/compilation_output<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cloud</title>
		<link>http://www.cloudgoessocial.net/2009/06/09/imagemagick-on-iphone-with-jpeg-png/comment-page-1/#comment-843</link>
		<dc:creator>Cloud</dc:creator>
		<pubDate>Fri, 19 Feb 2010 17:16:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.cloudgoessocial.net/?p=165#comment-843</guid>
		<description>Please look at http://www.cloudgoessocial.net/2010/02/10/imagemagick-for-iphone-via-snowleopard/

for instructions on how to compile it under SnowLeopard.</description>
		<content:encoded><![CDATA[<p>Please look at <a href="http://www.cloudgoessocial.net/2010/02/10/imagemagick-for-iphone-via-snowleopard/" rel="nofollow">http://www.cloudgoessocial.net/2010/02/10/imagemagick-for-iphone-via-snowleopard/</a></p>
<p>for instructions on how to compile it under SnowLeopard.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eugene</title>
		<link>http://www.cloudgoessocial.net/2009/06/09/imagemagick-on-iphone-with-jpeg-png/comment-page-1/#comment-842</link>
		<dc:creator>Eugene</dc:creator>
		<pubDate>Thu, 18 Feb 2010 21:53:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.cloudgoessocial.net/?p=165#comment-842</guid>
		<description>Hi, Cloud!
At the first, thanks for your post. It&#039;s very useful.

But I have a problem with use this. Could you please help me to resolve this issue?
If I use your compiled library my project works perfectly.
But when I build a library myself and insert it into my project, the function 
MagickReadImageBlob(i_wand, [dataObject bytes], [dataObject length])
returns false always (dataObject is a NSDate that contains jpeg image).

The compilation is finished successfully, without any errors. BUT my libMagickCore has a size 9,8 MB versus your 10,0 MB.

Do you have any thoughts about this?
Thank you.

P.S. I have compiled it on Mac OS 10.5.8</description>
		<content:encoded><![CDATA[<p>Hi, Cloud!<br />
At the first, thanks for your post. It&#8217;s very useful.</p>
<p>But I have a problem with use this. Could you please help me to resolve this issue?<br />
If I use your compiled library my project works perfectly.<br />
But when I build a library myself and insert it into my project, the function<br />
MagickReadImageBlob(i_wand, [dataObject bytes], [dataObject length])<br />
returns false always (dataObject is a NSDate that contains jpeg image).</p>
<p>The compilation is finished successfully, without any errors. BUT my libMagickCore has a size 9,8 MB versus your 10,0 MB.</p>
<p>Do you have any thoughts about this?<br />
Thank you.</p>
<p>P.S. I have compiled it on Mac OS 10.5.8</p>
]]></content:encoded>
	</item>
</channel>
</rss>
