<?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: Pretty thumbnails</title>
	<atom:link href="http://valokuva.org/?feed=rss2&#038;p=45" rel="self" type="application/rss+xml" />
	<link>http://valokuva.org/?p=45</link>
	<description>My Thoughts Exactly</description>
	<lastBuildDate>Fri, 03 Sep 2010 20:25:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Simon</title>
		<link>http://valokuva.org/?p=45&#038;cpage=2#comment-19547</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Tue, 30 Mar 2010 13:46:25 +0000</pubDate>
		<guid isPermaLink="false">http://valokuva.org/?p=45#comment-19547</guid>
		<description>Nice, thanks!
Do you know how it&#039;s possible to get an alphatransparent shadow when saving the image as png24?

I set $im-&gt;setImageFormat(&#039;PNG24&#039;);

but the shadow remains black and has no transparency at all.</description>
		<content:encoded><![CDATA[<p>Nice, thanks!<br />
Do you know how it&#8217;s possible to get an alphatransparent shadow when saving the image as png24?</p>
<p>I set $im-&gt;setImageFormat(&#8216;PNG24&#8242;);</p>
<p>but the shadow remains black and has no transparency at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Imagick blog &#187; Blog Archive &#187; Pretty thumbnails</title>
		<link>http://valokuva.org/?p=45&#038;cpage=2#comment-18919</link>
		<dc:creator>Imagick blog &#187; Blog Archive &#187; Pretty thumbnails</dc:creator>
		<pubDate>Fri, 15 Jan 2010 23:54:19 +0000</pubDate>
		<guid isPermaLink="false">http://valokuva.org/?p=45#comment-18919</guid>
		<description>[...] over it. I use compositeImage in this example because Imagick::shadowImage creates only the shadow. PLAIN TEXT [...]</description>
		<content:encoded><![CDATA[<p>[...] over it. I use compositeImage in this example because Imagick::shadowImage creates only the shadow. PLAIN TEXT [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: basti</title>
		<link>http://valokuva.org/?p=45&#038;cpage=2#comment-18452</link>
		<dc:creator>basti</dc:creator>
		<pubDate>Fri, 11 Dec 2009 15:22:24 +0000</pubDate>
		<guid isPermaLink="false">http://valokuva.org/?p=45#comment-18452</guid>
		<description>nice code!!!
But the thumbnail is more than 150kB???
How can i compress this thumbnail?
i tried:
$shadow-&gt;setImageDepth(8);
$shadow-&gt;setImageInterlaceScheme(Imagick::INTERLACE_PNG);
$shadow-&gt;setImageCompressionQuality(95);

now the size is about 63kB
But I think it should ~20kB??
Could someone help me how to compress this image/thumbnail?</description>
		<content:encoded><![CDATA[<p>nice code!!!<br />
But the thumbnail is more than 150kB???<br />
How can i compress this thumbnail?<br />
i tried:<br />
$shadow-&gt;setImageDepth(8);<br />
$shadow-&gt;setImageInterlaceScheme(Imagick::INTERLACE_PNG);<br />
$shadow-&gt;setImageCompressionQuality(95);</p>
<p>now the size is about 63kB<br />
But I think it should ~20kB??<br />
Could someone help me how to compress this image/thumbnail?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Natahn</title>
		<link>http://valokuva.org/?p=45&#038;cpage=2#comment-18303</link>
		<dc:creator>Natahn</dc:creator>
		<pubDate>Sun, 06 Dec 2009 09:47:09 +0000</pubDate>
		<guid isPermaLink="false">http://valokuva.org/?p=45#comment-18303</guid>
		<description>Nice tutorial. But can i use this on blogger?</description>
		<content:encoded><![CDATA[<p>Nice tutorial. But can i use this on blogger?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lasse</title>
		<link>http://valokuva.org/?p=45&#038;cpage=2#comment-15251</link>
		<dc:creator>Lasse</dc:creator>
		<pubDate>Wed, 29 Jul 2009 13:55:13 +0000</pubDate>
		<guid isPermaLink="false">http://valokuva.org/?p=45#comment-15251</guid>
		<description>Thanks Mikko, you made my day. 
This works perfect.</description>
		<content:encoded><![CDATA[<p>Thanks Mikko, you made my day.<br />
This works perfect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Unnikrishnan</title>
		<link>http://valokuva.org/?p=45&#038;cpage=2#comment-15211</link>
		<dc:creator>Unnikrishnan</dc:creator>
		<pubDate>Tue, 28 Jul 2009 07:51:49 +0000</pubDate>
		<guid isPermaLink="false">http://valokuva.org/?p=45#comment-15211</guid>
		<description>HI

I am trying to create a thumbnail image with shadow and I used the code you have given. But instead of creating shadow its showing as border..  I tired with jpeg and png format also.. still not working.. Could you please help me ?  is there any setting I need to change?? 

all the other things like .. crop..resize.. contrast..etc  are working fine.

Thanks inadvance</description>
		<content:encoded><![CDATA[<p>HI</p>
<p>I am trying to create a thumbnail image with shadow and I used the code you have given. But instead of creating shadow its showing as border..  I tired with jpeg and png format also.. still not working.. Could you please help me ?  is there any setting I need to change?? </p>
<p>all the other things like .. crop..resize.. contrast..etc  are working fine.</p>
<p>Thanks inadvance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: puspak</title>
		<link>http://valokuva.org/?p=45&#038;cpage=2#comment-15017</link>
		<dc:creator>puspak</dc:creator>
		<pubDate>Tue, 21 Jul 2009 13:04:58 +0000</pubDate>
		<guid isPermaLink="false">http://valokuva.org/?p=45#comment-15017</guid>
		<description>How to create thumbnails of all files in folder?
I want to display thumbnail images of my &quot;c:\images&quot; folder.</description>
		<content:encoded><![CDATA[<p>How to create thumbnails of all files in folder?<br />
I want to display thumbnail images of my &#8220;c:\images&#8221; folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arthur</title>
		<link>http://valokuva.org/?p=45&#038;cpage=2#comment-14850</link>
		<dc:creator>Arthur</dc:creator>
		<pubDate>Mon, 13 Jul 2009 10:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://valokuva.org/?p=45#comment-14850</guid>
		<description>what config file do you mean? and how can i fix it?</description>
		<content:encoded><![CDATA[<p>what config file do you mean? and how can i fix it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikko Koppanen</title>
		<link>http://valokuva.org/?p=45&#038;cpage=2#comment-14849</link>
		<dc:creator>Mikko Koppanen</dc:creator>
		<pubDate>Mon, 13 Jul 2009 09:31:08 +0000</pubDate>
		<guid isPermaLink="false">http://valokuva.org/?p=45#comment-14849</guid>
		<description>@Arthur,

it does sound like the configuration is not found.</description>
		<content:encoded><![CDATA[<p>@Arthur,</p>
<p>it does sound like the configuration is not found.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arthur</title>
		<link>http://valokuva.org/?p=45&#038;cpage=2#comment-14848</link>
		<dc:creator>Arthur</dc:creator>
		<pubDate>Mon, 13 Jul 2009 09:25:18 +0000</pubDate>
		<guid isPermaLink="false">http://valokuva.org/?p=45#comment-14848</guid>
		<description>Cannot edit previous post. Sorry.
Here my php_info dump

http://img268.imageshack.us/img268/9629/imagickphpinfo.jpg</description>
		<content:encoded><![CDATA[<p>Cannot edit previous post. Sorry.<br />
Here my php_info dump</p>
<p><a href="http://img268.imageshack.us/img268/9629/imagickphpinfo.jpg" rel="nofollow" onclick="urchinTracker('/outgoing/img268.imageshack.us/img268/9629/imagickphpinfo.jpg?referer=');">http://img268.imageshack.us/img268/9629/imagickphpinfo.jpg</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using apc (user agent is rejected)
Database Caching using apc

Served from: valokuva.org @ 2010-09-10 19:37:35 -->