<?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: Android Color Banding</title>
	<atom:link href="http://stuffthathappens.com/blog/2010/06/04/android-color-banding/feed/" rel="self" type="application/rss+xml" />
	<link>http://stuffthathappens.com/blog/2010/06/04/android-color-banding/</link>
	<description>Technology and Geek Stuff by Eric Burke</description>
	<lastBuildDate>Thu, 04 Nov 2010 22:37:00 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tomislav</title>
		<link>http://stuffthathappens.com/blog/2010/06/04/android-color-banding/comment-page-1/#comment-51274</link>
		<dc:creator>Tomislav</dc:creator>
		<pubDate>Thu, 04 Nov 2010 22:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/?p=1651#comment-51274</guid>
		<description>Worked like a charm !

The dithering on/off never worked for me. 
My issue was with gradient alpha channel for creating shade effect. 

Your hint saved a lot of mine and my GUI designer&#039;s work hours (because we already started creating images without the alpha and with fixed backgrounds, then the stripes for the faked background fill ... what a nightmare)

Keep it up !

Cheers,

Tomislav</description>
		<content:encoded><![CDATA[<p>Worked like a charm !</p>
<p>The dithering on/off never worked for me.<br />
My issue was with gradient alpha channel for creating shade effect. </p>
<p>Your hint saved a lot of mine and my GUI designer&#8217;s work hours (because we already started creating images without the alpha and with fixed backgrounds, then the stripes for the faked background fill &#8230; what a nightmare)</p>
<p>Keep it up !</p>
<p>Cheers,</p>
<p>Tomislav</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://stuffthathappens.com/blog/2010/06/04/android-color-banding/comment-page-1/#comment-51246</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 24 Aug 2010 19:55:26 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/?p=1651#comment-51246</guid>
		<description>&quot;I suppose it might be a good idea to check if the device actually supports it&quot;

How would you go about doing that?</description>
		<content:encoded><![CDATA[<p>&#8220;I suppose it might be a good idea to check if the device actually supports it&#8221;</p>
<p>How would you go about doing that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dimitar Dimitrov</title>
		<link>http://stuffthathappens.com/blog/2010/06/04/android-color-banding/comment-page-1/#comment-51237</link>
		<dc:creator>Dimitar Dimitrov</dc:creator>
		<pubDate>Mon, 26 Jul 2010 14:36:32 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/?p=1651#comment-51237</guid>
		<description>Hello, Eric,

Nice solution :)

I have to ask though, does this mean, that the default RGB_565 pixel config that Android uses, will be changed to ARGB_8888 for all loaded bitmaps?
If that&#039;s the case, I can understand why dithering is recommended more often, as with 4-byte transparent color scheme, you&#039;ll need double the memory for the same bitmap.
Otherwise, your approach should indeed be better than dithering.

Cheers,
Dimitar</description>
		<content:encoded><![CDATA[<p>Hello, Eric,</p>
<p>Nice solution <img src='http://stuffthathappens.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I have to ask though, does this mean, that the default RGB_565 pixel config that Android uses, will be changed to ARGB_8888 for all loaded bitmaps?<br />
If that&#8217;s the case, I can understand why dithering is recommended more often, as with 4-byte transparent color scheme, you&#8217;ll need double the memory for the same bitmap.<br />
Otherwise, your approach should indeed be better than dithering.</p>
<p>Cheers,<br />
Dimitar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://stuffthathappens.com/blog/2010/06/04/android-color-banding/comment-page-1/#comment-51236</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Mon, 26 Jul 2010 11:09:19 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/?p=1651#comment-51236</guid>
		<description>Try setting setDither(true) from java</description>
		<content:encoded><![CDATA[<p>Try setting setDither(true) from java</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prashant</title>
		<link>http://stuffthathappens.com/blog/2010/06/04/android-color-banding/comment-page-1/#comment-51229</link>
		<dc:creator>Prashant</dc:creator>
		<pubDate>Thu, 08 Jul 2010 05:56:05 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/?p=1651#comment-51229</guid>
		<description>I tried using Window.setFormat(PixelFormat.RGBA_8888) but I am still getting some banding.
Can you post some code snippet that works for you?</description>
		<content:encoded><![CDATA[<p>I tried using Window.setFormat(PixelFormat.RGBA_8888) but I am still getting some banding.<br />
Can you post some code snippet that works for you?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Burke</title>
		<link>http://stuffthathappens.com/blog/2010/06/04/android-color-banding/comment-page-1/#comment-51201</link>
		<dc:creator>Eric Burke</dc:creator>
		<pubDate>Fri, 04 Jun 2010 16:11:14 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/?p=1651#comment-51201</guid>
		<description>I suppose it might be a good idea to check if the device actually supports it, and it could make painting slower. If you don&#039;t have any gradients or images, you don&#039;t need it...but that would be a pretty boring app.</description>
		<content:encoded><![CDATA[<p>I suppose it might be a good idea to check if the device actually supports it, and it could make painting slower. If you don&#8217;t have any gradients or images, you don&#8217;t need it&#8230;but that would be a pretty boring app.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicholas</title>
		<link>http://stuffthathappens.com/blog/2010/06/04/android-color-banding/comment-page-1/#comment-51200</link>
		<dc:creator>Nicholas</dc:creator>
		<pubDate>Fri, 04 Jun 2010 16:05:06 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/?p=1651#comment-51200</guid>
		<description>Are there any side effects to using this PixelFormat?</description>
		<content:encoded><![CDATA[<p>Are there any side effects to using this PixelFormat?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.254 seconds -->

