FAQ
 
 
Cover  \ Exhibition  \ Learning  \ Reference  \ Download  \ Discourse   
    Examples \ Tutorials \ Courses & Workshops
 
   
 
 
Examples for Processing (BETA) version 91+. If you have a previous version, use the examples included with your software. If you see any errors or have comments, please let us know.


Loading images
by REAS <http://reas.com>

Loading a recent image from the US National Weather Service. Notice the date in the upper left corner of the image. Processing applications can only load images from the network while running in the Processing environment. This example will not run in a web broswer and will only work when the computer is connected to the Internet.

Created 21 June 2003

   
size(200, 200); 
PImage img1; 
img1 = loadImage("http://iwin.nws.noaa.gov/iwin/images/ecir.jpg"); 
image(img1, 0, 0); 
 
 







   
  Processing is an open project initiated by Ben Fry and Casey Reas  
  © Info