<?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: ImageFx: J2ME image effects library</title>
	<atom:link href="http://www.jappit.com/blog/2008/06/06/imagefx-j2me-image-effects-library/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jappit.com/blog/2008/06/06/imagefx-j2me-image-effects-library/</link>
	<description>Mobile blog by Alessandro La Rosa</description>
	<lastBuildDate>Tue, 09 Mar 2010 18:07:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: pit</title>
		<link>http://www.jappit.com/blog/2008/06/06/imagefx-j2me-image-effects-library/comment-page-1/#comment-28856</link>
		<dc:creator>pit</dc:creator>
		<pubDate>Fri, 26 Feb 2010 12:17:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.jappit.com/blog/?p=46#comment-28856</guid>
		<description>Hi javad,

do you get any Exceptions in your code?</description>
		<content:encoded><![CDATA[<p>Hi javad,</p>
<p>do you get any Exceptions in your code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: javad</title>
		<link>http://www.jappit.com/blog/2008/06/06/imagefx-j2me-image-effects-library/comment-page-1/#comment-28831</link>
		<dc:creator>javad</dc:creator>
		<pubDate>Thu, 25 Feb 2010 18:30:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.jappit.com/blog/?p=46#comment-28831</guid>
		<description>hi
waht is error in my code?

      try
         {
          Image baseImage = Image.createImage(&quot;/Splash.png&quot;);
 
          AnimatedImage animated = new AnimatedImage(baseImage);
          ImageFx fx = new PuzzleFx(8, 8, ImageFx.TYPE_IN);
         
          animated.setFx(fx);
          animated.start(3000L);
          
        }
        catch(Exception e)
        {
         System.out.println(&quot;Error in image loading ...&quot;);         
        }


Show nothing</description>
		<content:encoded><![CDATA[<p>hi<br />
waht is error in my code?</p>
<p>      try<br />
         {<br />
          Image baseImage = Image.createImage(&#8220;/Splash.png&#8221;);</p>
<p>          AnimatedImage animated = new AnimatedImage(baseImage);<br />
          ImageFx fx = new PuzzleFx(8, 8, ImageFx.TYPE_IN);</p>
<p>          animated.setFx(fx);<br />
          animated.start(3000L);</p>
<p>        }<br />
        catch(Exception e)<br />
        {<br />
         System.out.println(&#8220;Error in image loading &#8230;&#8221;);<br />
        }</p>
<p>Show nothing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J2ME, Flash Lite, Symbian, Iphone, Android and Ajax news, tutorials, source code &#187; Blog Archive &#187; ImageFx: first commercial application is out!</title>
		<link>http://www.jappit.com/blog/2008/06/06/imagefx-j2me-image-effects-library/comment-page-1/#comment-5800</link>
		<dc:creator>J2ME, Flash Lite, Symbian, Iphone, Android and Ajax news, tutorials, source code &#187; Blog Archive &#187; ImageFx: first commercial application is out!</dc:creator>
		<pubDate>Mon, 13 Oct 2008 11:23:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.jappit.com/blog/?p=46#comment-5800</guid>
		<description>[...] ImageFx is a Java ME library that allows you to easily add animated transitions between different Images. [...]</description>
		<content:encoded><![CDATA[<p>[...] ImageFx is a Java ME library that allows you to easily add animated transitions between different Images. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
