<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Puneet Kalra &#187; BufferedImage</title>
	<atom:link href="http://puneetk.com/tag/bufferedimage/feed" rel="self" type="application/rss+xml" />
	<link>http://puneetk.com</link>
	<description></description>
	<lastBuildDate>Fri, 23 Mar 2012 04:04:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Screen Shot Using Java</title>
		<link>http://puneetk.com/screen-shot-using-java</link>
		<comments>http://puneetk.com/screen-shot-using-java#comments</comments>
		<pubDate>Sun, 28 Jun 2009 20:24:41 +0000</pubDate>
		<dc:creator>Puneet Kalra</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Codes]]></category>
		<category><![CDATA[BufferedImage]]></category>
		<category><![CDATA[Dimension]]></category>
		<category><![CDATA[ImageIO]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Screen Shot]]></category>
		<category><![CDATA[Toolkit]]></category>

		<guid isPermaLink="false">http://puneetk.com/?p=19</guid>
		<description><![CDATA[Hello all,
I’m back ! Hope you all enjoyed Christmas.  Today, I will tell you how to take screen shot and save it as .jpg, .png, .gif ( and so on ) file using java program.
Rectangle rectangle = new Rectangle(x, y, width, height);
// x = pixel from left
// y = pixel from top
// width = [...]]]></description>
		<wfw:commentRss>http://puneetk.com/screen-shot-using-java/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

