FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Bugs
   Bug Fixes, Implemented Suggestions
(Moderator: fry)
   0050 revisions.txt
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: 0050 revisions.txt  (Read 282 times)
Martin

122417302122417302martingomez_listsmg1ph WWW Email
0050 revisions.txt
« on: Feb 25th, 2003, 5:46pm »

i dunno where i should post this but...
 
Code:
IMAGES are working. a simple example:
 
BagelImage b;
 
void setup() {
  size(300, 300);
  fill(100);
  b = loadImage("max_van_kleek.gif");
}
 
void loop() {
  image(b, mouseX, mouseY);
}
 
this drags poor max around the screen with the mouse position. the image should be in the same directory as run.bat. jpeg images can be used too.

 
BagelImage should just be BImage... and images should be in the sketch's data directory and not in Processing's root directory...
« Last Edit: Feb 25th, 2003, 5:50pm by Martin »  
fry


WWW
Re: 0050 revisions.txt
« Reply #1 on: Feb 25th, 2003, 9:02pm »

hm.. check the date on that entry.. i think it's november of 2001, for revision 11 (yes, there really have been 40 releases since then). revisions.txt is only supposed to be a log of changes release-by-release, not as a reference.
 
but it sounds like i need to add a note to revisions that states that.. you'll find plenty of crusty/incorrect info in there.
 
_martin
Guest
Email
Re: 0050 revisions.txt
« Reply #2 on: Feb 26th, 2003, 2:36am »

ah ok. thought it was a separate section. thnks.
 
fry


WWW
Re: 0050 revisions.txt
« Reply #3 on: Mar 5th, 2003, 10:34pm »

on Feb 25th, 2003, 9:02pm, fry wrote:
but it sounds like i need to add a note to revisions that states that.. you'll find plenty of crusty/incorrect info in there.

added for rev 0052, available in a few hours.
 
Pages: 1 

« Previous topic | Next topic »