Archive for May, 2006
The first week, in about 1 minute. . .
.
Update: MovieMaker is now part of Processing’s core video library so this post is now irrelevant!
Based on some code from Shawn Van Every and Dan O’Sullivan, I’ve created a Processing library that allows you to take any pixel array (from the window or from a PImage) and create a quicktime movie.
It might […]
After a long battle to the death with Adobe InDesign and breaking the heart of our good friend, the Phaser 8400, the inaugural publication of the newly founded “ITP Press” is finally here. The booklet documents the work of students in my Programming from A to Z class.
The ITP Show is here. . .
. . .and it’s better than ever. Now, if you can’t make it, watch the video (with super fancy in-time commenting system)!
By popular demand. . .
// Daniel Shiffman
// http ://www.shiffman.net
// May 2006
// Create JPG
import javax.imageio.*;
PImage img;
void setup() {
size(200,200);
// Draw a blank PImage
img = new PImage(200,200);
img.loadPixels();
for (int i = 0; i < img.pixels.length; i++) img.pixels[i] = color(100,50,250);
img.updatePixels();
saveJPG(img,”image.jpg”);
image(img,0,0);
noLoop();
}
public void […]
The first 24 hours, in about 3 minutes. . .
.
When I was little, I always dreamed of growing up and having a blog about ant farms. It’s really quite wonderful for one’s dreams to come true, isn’t it? Indeed, is not it is.
live image (updates every 30 seconds)
Example source code available from that ants thing.
P5 source: http_post.zip
PHP source: upload.phps
Search
You are currently browsing the daniel shiffman weblog archives for May, 2006.
Longer entries are truncated. Click the headline of an entry to read it in its entirety.Archives
- April 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
Categories
- airport (3)
- API (1)
- asterisk (3)
- big screens (7)
- bigscreens (4)
- blog (107)
- book (1)
- email (1)
- evolution (1)
- exhibition (1)
- General (4)
- iac (7)
- installation (9)
- interview (1)
- ITP (61)
- java (23)
- jepson (2)
- library (6)
- mpe (12)
- netflix (2)
- neural (3)
- numbers (1)
- p5 (89)
- phone (3)
- poker (2)
- processing.org (21)
- programming (14)
- qrcode (1)
- random (1)
- run lola run (1)
- sftp (1)
- simplicity (3)
- swarm (1)
- Teaching (48)
- terminal01 (3)
- text (1)
- vague terrain (1)
- video (1)
- videowall (3)
- vlog (20)
- voronoi (2)
- wordnet (1)
- xbee (1)
- yahoo (1)