<?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"
	>
<channel>
	<title>Comments on: Installing JMagick on Mac OS X</title>
	<atom:link href="http://thereformed.org/2008/10/10/installing-jmagick-on-mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://thereformed.org/2008/10/10/installing-jmagick-on-mac-os-x/</link>
	<description>prioritize change</description>
	<pubDate>Wed, 07 Jan 2009 14:11:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Dave</title>
		<link>http://thereformed.org/2008/10/10/installing-jmagick-on-mac-os-x/#comment-551</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Tue, 25 Nov 2008 12:38:56 +0000</pubDate>
		<guid isPermaLink="false">http://thereformed.org/?p=277#comment-551</guid>
		<description>Hi Guys. 

Sorry for the late reply, anyway try this snippet (replace with your own image names / paths), it should load an image, scale it and save it as a new file. If this works then you know your installation is successful.

ImageInfo info = new ImageInfo("/tmp/picdemo.jpg");
MagickImage image = new MagickImage(info);
			
MagickImage biggerImage = image.scaleImage(400, 600);
biggerImage.setFileName("/tmp/newpic.jpg");
biggerImage.writeImage(info);

- Dave</description>
		<content:encoded><![CDATA[<p>Hi Guys. </p>
<p>Sorry for the late reply, anyway try this snippet (replace with your own image names / paths), it should load an image, scale it and save it as a new file. If this works then you know your installation is successful.</p>
<p>ImageInfo info = new ImageInfo(&#8221;/tmp/picdemo.jpg&#8221;);<br />
MagickImage image = new MagickImage(info);</p>
<p>MagickImage biggerImage = image.scaleImage(400, 600);<br />
biggerImage.setFileName(&#8221;/tmp/newpic.jpg&#8221;);<br />
biggerImage.writeImage(info);</p>
<p>- Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mats</title>
		<link>http://thereformed.org/2008/10/10/installing-jmagick-on-mac-os-x/#comment-536</link>
		<dc:creator>Mats</dc:creator>
		<pubDate>Thu, 06 Nov 2008 12:26:27 +0000</pubDate>
		<guid isPermaLink="false">http://thereformed.org/?p=277#comment-536</guid>
		<description>Hi,

I get the same problem as meena_r; the sample code above just hangs at the line MagickImage image = new MagickImage(info);

If I change the code to rename or scale an image I get the exception "No image to scale/set Filename" etc.

I was running this on os x 10.5.5

Any help is much appriciated.

-Mats</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I get the same problem as meena_r; the sample code above just hangs at the line MagickImage image = new MagickImage(info);</p>
<p>If I change the code to rename or scale an image I get the exception &#8220;No image to scale/set Filename&#8221; etc.</p>
<p>I was running this on os x 10.5.5</p>
<p>Any help is much appriciated.</p>
<p>-Mats</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krista</title>
		<link>http://thereformed.org/2008/10/10/installing-jmagick-on-mac-os-x/#comment-525</link>
		<dc:creator>Krista</dc:creator>
		<pubDate>Wed, 29 Oct 2008 04:34:11 +0000</pubDate>
		<guid isPermaLink="false">http://thereformed.org/?p=277#comment-525</guid>
		<description>You write very well.</description>
		<content:encoded><![CDATA[<p>You write very well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: meena_r</title>
		<link>http://thereformed.org/2008/10/10/installing-jmagick-on-mac-os-x/#comment-524</link>
		<dc:creator>meena_r</dc:creator>
		<pubDate>Tue, 28 Oct 2008 21:57:58 +0000</pubDate>
		<guid isPermaLink="false">http://thereformed.org/?p=277#comment-524</guid>
		<description>Thanks for this post, I am very new to Image processing, and I tried installing imagemagick and jmagick libraries for image scaling purpose. Everything worked fine except the las step, when I tried running sample code it doesn't finish, no exception, then I tried another thind

ImageInfo info = new ImageInfo("/Users/Meena/test.jpg");
MagickImage image = new MagickImage(info);
image.setFileName("test.jpg");

third line is throwing an exception saying "No image to set File name".

I would really appreciate if you could help me identify this issue, i am wondering could it be related to the environment setup?

Thanks for reading my comment.</description>
		<content:encoded><![CDATA[<p>Thanks for this post, I am very new to Image processing, and I tried installing imagemagick and jmagick libraries for image scaling purpose. Everything worked fine except the las step, when I tried running sample code it doesn&#8217;t finish, no exception, then I tried another thind</p>
<p>ImageInfo info = new ImageInfo(&#8221;/Users/Meena/test.jpg&#8221;);<br />
MagickImage image = new MagickImage(info);<br />
image.setFileName(&#8221;test.jpg&#8221;);</p>
<p>third line is throwing an exception saying &#8220;No image to set File name&#8221;.</p>
<p>I would really appreciate if you could help me identify this issue, i am wondering could it be related to the environment setup?</p>
<p>Thanks for reading my comment.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
