<?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: Example 15-1: &#8220;Hello World&#8221; Images</title>
	<atom:link href="http://www.learningprocessing.com/examples/chapter-15/example-15-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learningprocessing.com</link>
	<description>A Beginner's Guide to Programming Images, Animation, and Interaction by Daniel Shiffman</description>
	<lastBuildDate>Thu, 09 Feb 2012 16:27:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anonymous</title>
		<link>http://www.learningprocessing.com/examples/chapter-15/example-15-1/comment-page-1/#comment-20656</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 17 Nov 2011 02:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=580#comment-20656</guid>
		<description>Download the example, you&#039;ll see the image goes in the sketch&#039;s &quot;data&quot; folder.  You can also use a full path instead.</description>
		<content:encoded><![CDATA[<p>Download the example, you&#8217;ll see the image goes in the sketch&#8217;s &#8220;data&#8221; folder.  You can also use a full path instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blandit</title>
		<link>http://www.learningprocessing.com/examples/chapter-15/example-15-1/comment-page-1/#comment-20655</link>
		<dc:creator>blandit</dc:creator>
		<pubDate>Wed, 16 Nov 2011 15:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=580#comment-20655</guid>
		<description>at   img = loadImage(&quot;mysummervacation.jpg&quot;); where is location the mysummervacation.jpg??if i put the image in folder on my hardisk, can i change mysummervacation.jpg with the URL of my image??</description>
		<content:encoded><![CDATA[<p>at   img = loadImage(&#8220;mysummervacation.jpg&#8221;); where is location the mysummervacation.jpg??if i put the image in folder on my hardisk, can i change mysummervacation.jpg with the URL of my image??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.learningprocessing.com/examples/chapter-15/example-15-1/comment-page-1/#comment-20651</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 14 Nov 2011 02:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=580#comment-20651</guid>
		<description>A Processing class for images.  You probably need an import statement.

import processing.core.*;

http://processing.org/reference/PImage.html</description>
		<content:encoded><![CDATA[<p>A Processing class for images.  You probably need an import statement.</p>
<p>import processing.core.*;</p>
<p><a href="http://processing.org/reference/PImage.html" rel="nofollow">http://processing.org/reference/PImage.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anuta Vlad</title>
		<link>http://www.learningprocessing.com/examples/chapter-15/example-15-1/comment-page-1/#comment-20650</link>
		<dc:creator>Anuta Vlad</dc:creator>
		<pubDate>Sat, 12 Nov 2011 06:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=580#comment-20650</guid>
		<description>What is PImage? I&#039;m ussing NetBeans and he did not recognize it.&quot;a class available to us from the Processing core library.&quot;.Which library?</description>
		<content:encoded><![CDATA[<p>What is PImage? I&#8217;m ussing NetBeans and he did not recognize it.&#8221;a class available to us from the Processing core library.&#8221;.Which library?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: feligallo2002</title>
		<link>http://www.learningprocessing.com/examples/chapter-15/example-15-1/comment-page-1/#comment-20649</link>
		<dc:creator>feligallo2002</dc:creator>
		<pubDate>Tue, 08 Nov 2011 04:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=580#comment-20649</guid>
		<description>it&#039;s there cause you are not declaring the PImage variable, so before the void setup you must declare the variable:

PImage img;
void setup
{
....</description>
		<content:encoded><![CDATA[<p>it&#8217;s there cause you are not declaring the PImage variable, so before the void setup you must declare the variable:</p>
<p>PImage img;<br />
void setup<br />
{<br />
&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://www.learningprocessing.com/examples/chapter-15/example-15-1/comment-page-1/#comment-20606</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Wed, 05 Oct 2011 18:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=580#comment-20606</guid>
		<description>hi, I follow the instruction, but there is an error. It says &quot;Cannot find anything named img&quot; Could you pls tell how to fix it?</description>
		<content:encoded><![CDATA[<p>hi, I follow the instruction, but there is an error. It says &#8220;Cannot find anything named img&#8221; Could you pls tell how to fix it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.learningprocessing.com/examples/chapter-15/example-15-1/comment-page-1/#comment-20540</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 07 Jun 2011 20:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=580#comment-20540</guid>
		<description>Great comment, I will include a note for the next edition!</description>
		<content:encoded><![CDATA[<p>Great comment, I will include a note for the next edition!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Groland</title>
		<link>http://www.learningprocessing.com/examples/chapter-15/example-15-1/comment-page-1/#comment-20539</link>
		<dc:creator>Groland</dc:creator>
		<pubDate>Tue, 07 Jun 2011 20:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=580#comment-20539</guid>
		<description>It seems important to say explicitly in the text that the image filename extension, &quot;.jpg&quot;, &quot;.png&quot; is required. I wasted some time and got a lot of errors by neglecting to include these extensions.</description>
		<content:encoded><![CDATA[<p>It seems important to say explicitly in the text that the image filename extension, &#8220;.jpg&#8221;, &#8220;.png&#8221; is required. I wasted some time and got a lot of errors by neglecting to include these extensions.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

