<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?action=history&amp;feed=atom&amp;title=GMU%3AProcessing_im_Park%2FRegine_Elbers%2FQuellcode</id>
	<title>GMU:Processing im Park/Regine Elbers/Quellcode - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?action=history&amp;feed=atom&amp;title=GMU%3AProcessing_im_Park%2FRegine_Elbers%2FQuellcode"/>
	<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Processing_im_Park/Regine_Elbers/Quellcode&amp;action=history"/>
	<updated>2026-04-16T04:07:44Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.6</generator>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Processing_im_Park/Regine_Elbers/Quellcode&amp;diff=77293&amp;oldid=prev</id>
		<title>Regine: Created page with &quot;Homework two:  sliced duck   PImage img; PImage sourceImage;   public void setup(){      sourceImage = loadImage (&quot;IMG_3200.png&quot;);  image (sourceImage, 0, 0, 500, 500);   }   pub...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Processing_im_Park/Regine_Elbers/Quellcode&amp;diff=77293&amp;oldid=prev"/>
		<updated>2016-01-06T16:52:38Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Homework two:  sliced duck   PImage img; PImage sourceImage;   public void setup(){      sourceImage = loadImage (&amp;quot;IMG_3200.png&amp;quot;);  image (sourceImage, 0, 0, 500, 500);   }   pub...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Homework two:&lt;br /&gt;
&lt;br /&gt;
sliced duck&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
PImage img;&lt;br /&gt;
PImage sourceImage;&lt;br /&gt;
 &lt;br /&gt;
public void setup(){&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 sourceImage = loadImage (&amp;quot;IMG_3200.png&amp;quot;);&lt;br /&gt;
 image (sourceImage, 0, 0, 500, 500);&lt;br /&gt;
 &lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
public void draw(){&lt;br /&gt;
 img = loadImage (&amp;quot;Park2.jpg&amp;quot;);&lt;br /&gt;
 int x = 30;&lt;br /&gt;
 int width = 440;&lt;br /&gt;
 int height = 11;&lt;br /&gt;
 img.resize(500, 500);&lt;br /&gt;
 &lt;br /&gt;
 for (int i = 40; i &amp;lt; 460; i = i +25) {&lt;br /&gt;
   copy(img, x, i, width, height, x, i, width, height);&lt;br /&gt;
 }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
  public void settings() {  size(500, 500); }&lt;br /&gt;
  static public void main(String[] passedArgs) {&lt;br /&gt;
    String[] appletArgs = new String[] { &amp;quot;HA_slice&amp;quot; };&lt;br /&gt;
    if (passedArgs != null) {&lt;br /&gt;
      PApplet.main(concat(appletArgs, passedArgs));&lt;br /&gt;
    } else {&lt;br /&gt;
      PApplet.main(appletArgs);&lt;br /&gt;
    }&lt;br /&gt;
  }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Regine</name></author>
	</entry>
</feed>