<?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 for Gotow.net - Blog</title>
	<atom:link href="http://www.gotow.net/creative/wordpress/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.gotow.net/creative/wordpress</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 09 May 2012 01:50:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Scaling a CGImage by Davyd</title>
		<link>http://www.gotow.net/creative/wordpress/?p=7&#038;cpage=1#comment-4607</link>
		<dc:creator>Davyd</dc:creator>
		<pubDate>Wed, 09 May 2012 01:50:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.gotow.net/creative/wordpress/?p=7#comment-4607</guid>
		<description>MPR is right. The colorspace obtained through a Get method must not be released. Your code does not have the ownership of the object in this case.

Also, if there is an error in creating the context, the routine will quit in the middle. There will be a memory leak, because the bitmapData will not be freed.

Here is the correct handling:

        if (context != NULL)
        {
            CGContextDrawImage(context, CGRectMake(0 , 0, width, height), image);
            CGImageRef imgRef = CGBitmapContextCreateImage(context);
            CGContextRelease(context);
        }
        free(bitmapData);</description>
		<content:encoded><![CDATA[<p>MPR is right. The colorspace obtained through a Get method must not be released. Your code does not have the ownership of the object in this case.</p>
<p>Also, if there is an error in creating the context, the routine will quit in the middle. There will be a memory leak, because the bitmapData will not be freed.</p>
<p>Here is the correct handling:</p>
<p>        if (context != NULL)<br />
        {<br />
            CGContextDrawImage(context, CGRectMake(0 , 0, width, height), image);<br />
            CGImageRef imgRef = CGBitmapContextCreateImage(context);<br />
            CGContextRelease(context);<br />
        }<br />
        free(bitmapData);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PNG compression in Android&#8230; (You have got to be kidding) by Kat</title>
		<link>http://www.gotow.net/creative/wordpress/?p=79&#038;cpage=1#comment-4477</link>
		<dc:creator>Kat</dc:creator>
		<pubDate>Sun, 26 Feb 2012 00:55:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.gotow.net/creative/wordpress/?p=79#comment-4477</guid>
		<description>We&#039;re having a slightly different problem... there&#039;s no banding, but the colours are appearing completely wrong. We&#039;re trying to get a sandy coloured png to appear, but it turns blue on android :/ and we can&#039;t seem to find any fix for it, or even anyone with the same problem.</description>
		<content:encoded><![CDATA[<p>We&#8217;re having a slightly different problem&#8230; there&#8217;s no banding, but the colours are appearing completely wrong. We&#8217;re trying to get a sandy coloured png to appear, but it turns blue on android :/ and we can&#8217;t seem to find any fix for it, or even anyone with the same problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on EXIF Orientation Flags and the iPhone Camera by Josh</title>
		<link>http://www.gotow.net/creative/wordpress/?p=64&#038;cpage=1#comment-4471</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Mon, 12 Dec 2011 16:30:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.gotow.net/creative/wordpress/?p=64#comment-4471</guid>
		<description>Nice work, this did the trick for my app!</description>
		<content:encoded><![CDATA[<p>Nice work, this did the trick for my app!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 4 1/2 stars! But you can&#8217;t compete with sex&#8230; by Vlad</title>
		<link>http://www.gotow.net/creative/wordpress/?p=69&#038;cpage=1#comment-4467</link>
		<dc:creator>Vlad</dc:creator>
		<pubDate>Tue, 22 Nov 2011 07:28:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.gotow.net/creative/wordpress/?p=69#comment-4467</guid>
		<description>WOW, George, really?
There will be no supply, if the is no demand, man. And, you are creating demand.

Ben, maybe you should consider blacking out the app names that way you don&#039;t inadvertently advertise them.</description>
		<content:encoded><![CDATA[<p>WOW, George, really?<br />
There will be no supply, if the is no demand, man. And, you are creating demand.</p>
<p>Ben, maybe you should consider blacking out the app names that way you don&#8217;t inadvertently advertise them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 4 1/2 stars! But you can&#8217;t compete with sex&#8230; by Vlad</title>
		<link>http://www.gotow.net/creative/wordpress/?p=69&#038;cpage=1#comment-4466</link>
		<dc:creator>Vlad</dc:creator>
		<pubDate>Tue, 22 Nov 2011 07:24:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.gotow.net/creative/wordpress/?p=69#comment-4466</guid>
		<description>I agree. I wish that someone would man-up and clean up this mess.</description>
		<content:encoded><![CDATA[<p>I agree. I wish that someone would man-up and clean up this mess.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom UIWebView Navigation Controller by Christos</title>
		<link>http://www.gotow.net/creative/wordpress/?p=16&#038;cpage=1#comment-4464</link>
		<dc:creator>Christos</dc:creator>
		<pubDate>Tue, 15 Nov 2011 10:11:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.gotow.net/creative/wordpress/?p=16#comment-4464</guid>
		<description>Local caching of the loaded pages would be an amazing feature, so that they are reloaded immediately.</description>
		<content:encoded><![CDATA[<p>Local caching of the loaded pages would be an amazing feature, so that they are reloaded immediately.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on EXIF Orientation Flags and the iPhone Camera by fredwardo</title>
		<link>http://www.gotow.net/creative/wordpress/?p=64&#038;cpage=1#comment-4462</link>
		<dc:creator>fredwardo</dc:creator>
		<pubDate>Sat, 05 Nov 2011 18:02:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.gotow.net/creative/wordpress/?p=64#comment-4462</guid>
		<description>Searched all over the web trying to figure this out.  Your code is fantastic!  Thanks very much for posting this.  It&#039;s helped me out a ton!</description>
		<content:encoded><![CDATA[<p>Searched all over the web trying to figure this out.  Your code is fantastic!  Thanks very much for posting this.  It&#8217;s helped me out a ton!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PNG compression in Android&#8230; (You have got to be kidding) by Dwayne</title>
		<link>http://www.gotow.net/creative/wordpress/?p=79&#038;cpage=1#comment-4453</link>
		<dc:creator>Dwayne</dc:creator>
		<pubDate>Fri, 30 Sep 2011 18:01:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.gotow.net/creative/wordpress/?p=79#comment-4453</guid>
		<description>@Richard - Minor correction: the name of the folder needs to be &quot;drawable-nodpi&quot; (you had an extra &quot;-&quot;).

BTW, thanks for sharing your 9-patch files - some good stuff there.</description>
		<content:encoded><![CDATA[<p>@Richard &#8211; Minor correction: the name of the folder needs to be &#8220;drawable-nodpi&#8221; (you had an extra &#8220;-&#8221;).</p>
<p>BTW, thanks for sharing your 9-patch files &#8211; some good stuff there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PNG compression in Android&#8230; (You have got to be kidding) by Richard Lalancette</title>
		<link>http://www.gotow.net/creative/wordpress/?p=79&#038;cpage=1#comment-4450</link>
		<dc:creator>Richard Lalancette</dc:creator>
		<pubDate>Fri, 02 Sep 2011 17:10:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.gotow.net/creative/wordpress/?p=79#comment-4450</guid>
		<description>I found a great trick for my game. I use the drawable-no-dpi folder.
This way, nothing happens to my graphics.

I use photoshop only now and create plenty of nice 9 patch PNGs.

Feel free to drop by and grab them on my blog: 
android9patch.blogspot.com</description>
		<content:encoded><![CDATA[<p>I found a great trick for my game. I use the drawable-no-dpi folder.<br />
This way, nothing happens to my graphics.</p>
<p>I use photoshop only now and create plenty of nice 9 patch PNGs.</p>
<p>Feel free to drop by and grab them on my blog:<br />
android9patch.blogspot.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PNG compression in Android&#8230; (You have got to be kidding) by Richard Lalancette</title>
		<link>http://www.gotow.net/creative/wordpress/?p=79&#038;cpage=1#comment-4449</link>
		<dc:creator>Richard Lalancette</dc:creator>
		<pubDate>Fri, 02 Sep 2011 17:10:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.gotow.net/creative/wordpress/?p=79#comment-4449</guid>
		<description>I found a great trick for my game. I use the drawable-no-dpi folder.
This way, nothing happens to my graphics.

I use photoshop only now and create plenty of nice 9 patch PNGs.

Feel free to drop by and grab them on my blog: 
android9patch.blogspot.com

Free to use for any apps, including commercial.

They can be editing with photoshop or the android 9 patch tool.</description>
		<content:encoded><![CDATA[<p>I found a great trick for my game. I use the drawable-no-dpi folder.<br />
This way, nothing happens to my graphics.</p>
<p>I use photoshop only now and create plenty of nice 9 patch PNGs.</p>
<p>Feel free to drop by and grab them on my blog:<br />
android9patch.blogspot.com</p>
<p>Free to use for any apps, including commercial.</p>
<p>They can be editing with photoshop or the android 9 patch tool.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

