<?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: How Do Software Programs Alter Images By Altering The Binary Code That Is Stored For A Pixel? ?</title>
	<atom:link href="http://techborneo.com/2009/11/26/how-do-software-programs-alter-images-by-altering-the-binary-code-that-is-stored-for-a-pixel/feed/" rel="self" type="application/rss+xml" />
	<link>http://techborneo.com/2009/11/26/how-do-software-programs-alter-images-by-altering-the-binary-code-that-is-stored-for-a-pixel/</link>
	<description>Laptop,Notebook,Computer Gadget,Cheap Computer parts</description>
	<lastBuildDate>Mon, 01 Mar 2010 11:15:59 +0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: just "JR"</title>
		<link>http://techborneo.com/2009/11/26/how-do-software-programs-alter-images-by-altering-the-binary-code-that-is-stored-for-a-pixel/comment-page-1/#comment-25906</link>
		<dc:creator>just "JR"</dc:creator>
		<pubDate>Thu, 26 Nov 2009 04:13:44 +0000</pubDate>
		<guid isPermaLink="false">http://techborneo.com/2009/11/26/how-do-software-programs-alter-images-by-altering-the-binary-code-that-is-stored-for-a-pixel/#comment-25906</guid>
		<description>The answer is very complex, and cannot be explained here (we need a book!)
For each &quot;effect&quot; you want to apply, an image function is used.
For example, &quot;sobel_edge&quot; is a mathematical function that &quot;finds&quot; the edges of an image, &quot;onion_peel&quot; will remove all pixels that are touching each other (think of removing the skin of an onion!)
There are thousands of these functions.
Your best bet is to google for &quot;image manipulation functions&quot;.  There are many sites that explain in more details
Try also &quot;sobel edge detection&quot; (2 millions results in Google!):(http://www.pages.drexel.edu/~weg22/edge.…
One note of warning: there is a LOT of maths!</description>
		<content:encoded><![CDATA[<p>The answer is very complex, and cannot be explained here (we need a book!)<br />
For each &#8220;effect&#8221; you want to apply, an image function is used.<br />
For example, &#8220;sobel_edge&#8221; is a mathematical function that &#8220;finds&#8221; the edges of an image, &#8220;onion_peel&#8221; will remove all pixels that are touching each other (think of removing the skin of an onion!)<br />
There are thousands of these functions.<br />
Your best bet is to google for &#8220;image manipulation functions&#8221;.  There are many sites that explain in more details<br />
Try also &#8220;sobel edge detection&#8221; (2 millions results in Google!):(http://www.pages.drexel.edu/~weg22/edge.…<br />
One note of warning: there is a LOT of maths!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samukeliso H</title>
		<link>http://techborneo.com/2009/11/26/how-do-software-programs-alter-images-by-altering-the-binary-code-that-is-stored-for-a-pixel/comment-page-1/#comment-25907</link>
		<dc:creator>Samukeliso H</dc:creator>
		<pubDate>Thu, 26 Nov 2009 04:13:44 +0000</pubDate>
		<guid isPermaLink="false">http://techborneo.com/2009/11/26/how-do-software-programs-alter-images-by-altering-the-binary-code-that-is-stored-for-a-pixel/#comment-25907</guid>
		<description>The binary code is shown in the mega pixel and you must look at it.It will then alter images.</description>
		<content:encoded><![CDATA[<p>The binary code is shown in the mega pixel and you must look at it.It will then alter images.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John G</title>
		<link>http://techborneo.com/2009/11/26/how-do-software-programs-alter-images-by-altering-the-binary-code-that-is-stored-for-a-pixel/comment-page-1/#comment-25905</link>
		<dc:creator>John G</dc:creator>
		<pubDate>Thu, 26 Nov 2009 04:13:43 +0000</pubDate>
		<guid isPermaLink="false">http://techborneo.com/2009/11/26/how-do-software-programs-alter-images-by-altering-the-binary-code-that-is-stored-for-a-pixel/#comment-25905</guid>
		<description>All those picture elements have code that describes them: their location and characteristics. So, when you select them with a box or lasso tool, your ruling OUT everything else.
Applying filters and manipulation simply works by comparing all the pixles in the captured areas either to one another or to a formula that represents what the desired pixels SHOULD look like. Edges, for example, are represented by pixels whose neighbors on side side are very much like them, and neighbors on the other that are very different. Pixels falling within a threshold set by you will be highlighted, selected and changed according to whatever tool or filter you are using.
Its all about changing the binary code that represents the pixel you want to catch, and what you want it to look like when conceptually simple but a real challenge to do well.</description>
		<content:encoded><![CDATA[<p>All those picture elements have code that describes them: their location and characteristics. So, when you select them with a box or lasso tool, your ruling OUT everything else.<br />
Applying filters and manipulation simply works by comparing all the pixles in the captured areas either to one another or to a formula that represents what the desired pixels SHOULD look like. Edges, for example, are represented by pixels whose neighbors on side side are very much like them, and neighbors on the other that are very different. Pixels falling within a threshold set by you will be highlighted, selected and changed according to whatever tool or filter you are using.<br />
Its all about changing the binary code that represents the pixel you want to catch, and what you want it to look like when conceptually simple but a real challenge to do well.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
