<?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: Requested examples: Animating GIF images</title>
	<atom:link href="http://valokuva.org/?feed=rss2&#038;p=46" rel="self" type="application/rss+xml" />
	<link>http://valokuva.org/?p=46</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: AzHofi</title>
		<link>http://valokuva.org/?p=46&#038;cpage=1#comment-19116</link>
		<dc:creator>AzHofi</dc:creator>
		<pubDate>Wed, 03 Feb 2010 18:15:49 +0000</pubDate>
		<guid isPermaLink="false">http://valokuva.org/?p=46#comment-19116</guid>
		<description>Thanky, You helped me a lot!</description>
		<content:encoded><![CDATA[<p>Thanky, You helped me a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2010-01-21 &#171; ueXpected</title>
		<link>http://valokuva.org/?p=46&#038;cpage=1#comment-18991</link>
		<dc:creator>links for 2010-01-21 &#171; ueXpected</dc:creator>
		<pubDate>Fri, 22 Jan 2010 07:02:05 +0000</pubDate>
		<guid isPermaLink="false">http://valokuva.org/?p=46#comment-18991</guid>
		<description>[...] Requested examples: Animating GIF images « Mikko’s blog (tags: php imagick) [...]</description>
		<content:encoded><![CDATA[<p>[...] Requested examples: Animating GIF images « Mikko’s blog (tags: php imagick) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anatoly</title>
		<link>http://valokuva.org/?p=46&#038;cpage=1#comment-18742</link>
		<dc:creator>Anatoly</dc:creator>
		<pubDate>Sat, 02 Jan 2010 15:36:32 +0000</pubDate>
		<guid isPermaLink="false">http://valokuva.org/?p=46#comment-18742</guid>
		<description>Excuse for bad English. But at me a question how to use function coalesceImages ()? Many days I try to understand with this function, but receives nothing</description>
		<content:encoded><![CDATA[<p>Excuse for bad English. But at me a question how to use function coalesceImages ()? Many days I try to understand with this function, but receives nothing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikko Koppanen</title>
		<link>http://valokuva.org/?p=46&#038;cpage=1#comment-14089</link>
		<dc:creator>Mikko Koppanen</dc:creator>
		<pubDate>Wed, 10 Jun 2009 08:41:08 +0000</pubDate>
		<guid isPermaLink="false">http://valokuva.org/?p=46#comment-14089</guid>
		<description>@Sanjay

http://www.imagemagick.org/Usage/thumbnails/#rounded_border</description>
		<content:encoded><![CDATA[<p>@Sanjay</p>
<p><a href="http://www.imagemagick.org/Usage/thumbnails/#rounded_border" rel="nofollow" onclick="urchinTracker('/outgoing/www.imagemagick.org/Usage/thumbnails/_rounded_border?referer=');">http://www.imagemagick.org/Usage/thumbnails/#rounded_border</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: unregistr3d</title>
		<link>http://valokuva.org/?p=46&#038;cpage=1#comment-13762</link>
		<dc:creator>unregistr3d</dc:creator>
		<pubDate>Wed, 27 May 2009 14:45:45 +0000</pubDate>
		<guid isPermaLink="false">http://valokuva.org/?p=46#comment-13762</guid>
		<description>Hi,
i can&#039;t get it to work, i even tried that one you posted bevore. But it will not loop. 3 Frames are shown, and then it stops. The Delay time doesn&#039;t change anything, 900 is the same speed as 10.

 $image )
{
$animation-&gt;addImage( $image );
$animation-&gt;setImageFormat( &#039;gif&#039; );
$animation-&gt;setImageDelay( 900 );
$animation-&gt;setIteratorIndex( $key );
}

header( &#039;Content-Type: image/gif&#039; );
echo $animation-&gt;getImagesBlob();
?&gt;</description>
		<content:encoded><![CDATA[<p>Hi,<br />
i can&#8217;t get it to work, i even tried that one you posted bevore. But it will not loop. 3 Frames are shown, and then it stops. The Delay time doesn&#8217;t change anything, 900 is the same speed as 10.</p>
<p> $image )<br />
{<br />
$animation-&gt;addImage( $image );<br />
$animation-&gt;setImageFormat( &#8216;gif&#8217; );<br />
$animation-&gt;setImageDelay( 900 );<br />
$animation-&gt;setIteratorIndex( $key );<br />
}</p>
<p>header( &#8216;Content-Type: image/gif&#8217; );<br />
echo $animation-&gt;getImagesBlob();<br />
?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TommyGFX</title>
		<link>http://valokuva.org/?p=46&#038;cpage=1#comment-12962</link>
		<dc:creator>TommyGFX</dc:creator>
		<pubDate>Tue, 05 May 2009 18:02:07 +0000</pubDate>
		<guid isPermaLink="false">http://valokuva.org/?p=46#comment-12962</guid>
		<description>Call to undefined method Imagick::writeImagesBlob()</description>
		<content:encoded><![CDATA[<p>Call to undefined method Imagick::writeImagesBlob()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikko Koppanen</title>
		<link>http://valokuva.org/?p=46&#038;cpage=1#comment-12814</link>
		<dc:creator>Mikko Koppanen</dc:creator>
		<pubDate>Fri, 01 May 2009 23:06:24 +0000</pubDate>
		<guid isPermaLink="false">http://valokuva.org/?p=46#comment-12814</guid>
		<description>TommyGFX,

writeImagesBlob()</description>
		<content:encoded><![CDATA[<p>TommyGFX,</p>
<p>writeImagesBlob()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allen</title>
		<link>http://valokuva.org/?p=46&#038;cpage=1#comment-12680</link>
		<dc:creator>Allen</dc:creator>
		<pubDate>Wed, 29 Apr 2009 11:31:35 +0000</pubDate>
		<guid isPermaLink="false">http://valokuva.org/?p=46#comment-12680</guid>
		<description>I have a question. what if I need to composite an image to the gif image? is it possible?</description>
		<content:encoded><![CDATA[<p>I have a question. what if I need to composite an image to the gif image? is it possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TommyGFX</title>
		<link>http://valokuva.org/?p=46&#038;cpage=1#comment-12222</link>
		<dc:creator>TommyGFX</dc:creator>
		<pubDate>Mon, 20 Apr 2009 20:44:59 +0000</pubDate>
		<guid isPermaLink="false">http://valokuva.org/?p=46#comment-12222</guid>
		<description>Sorry for code !!!

// create a new imagick object filled with four images to use as frames in the animation
$im = new Imagick( array( â€œimg1.jpgâ€, â€œimg2.jpgâ€, â€œimg3.jpgâ€, â€œimg4.jpgâ€ ) );
foreach ( $im as $key =&gt; $image ) {
$image-&gt;thumbnailImage( 200, null ); // thumbnail the image (optional)
$image-&gt;roundCorners( 5, 5 ); // round the corners a bit (optional)
$image-&gt;setImageFormat( â€œgifâ€ ); // set format to gif
$image-&gt;setImageDelay( 150 ); // add a delay to the frame
}
header( â€œContent-Type: image/gifâ€ ); // output gif header
echo $im-&gt;getImagesBlob(); // output images



How can I store a gif image but it is animated?</description>
		<content:encoded><![CDATA[<p>Sorry for code !!!</p>
<p>// create a new imagick object filled with four images to use as frames in the animation<br />
$im = new Imagick( array( â€œimg1.jpgâ€, â€œimg2.jpgâ€, â€œimg3.jpgâ€, â€œimg4.jpgâ€ ) );<br />
foreach ( $im as $key =&gt; $image ) {<br />
$image-&gt;thumbnailImage( 200, null ); // thumbnail the image (optional)<br />
$image-&gt;roundCorners( 5, 5 ); // round the corners a bit (optional)<br />
$image-&gt;setImageFormat( â€œgifâ€ ); // set format to gif<br />
$image-&gt;setImageDelay( 150 ); // add a delay to the frame<br />
}<br />
header( â€œContent-Type: image/gifâ€ ); // output gif header<br />
echo $im-&gt;getImagesBlob(); // output images</p>
<p>How can I store a gif image but it is animated?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://valokuva.org/?p=46&#038;cpage=1#comment-11446</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Tue, 07 Apr 2009 00:56:53 +0000</pubDate>
		<guid isPermaLink="false">http://valokuva.org/?p=46#comment-11446</guid>
		<description>Is there a way to implement the example shown in post #3 of this thread except using php file handles rather than strings containing file names?  This would simplify using the tmpfile() function to manage cleanup of the component files.</description>
		<content:encoded><![CDATA[<p>Is there a way to implement the example shown in post #3 of this thread except using php file handles rather than strings containing file names?  This would simplify using the tmpfile() function to manage cleanup of the component files.</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 2/17 queries in 0.069 seconds using apc

Served from: valokuva.org @ 2010-09-10 18:46:46 -->