FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 648 : in 129 pixels does not work in basic mode
Last modified: 2007-10-20 04:54
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
FIXED -
Pr
i
ority:
P2
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
Reporter:
fjen
Assigned To:
fry
Attachment
Type
Created
Size
Actions
Description
: Opened: 2007-10-20 02:15
rev 0129, os-x 10.4 powerbook g4
can't use pixels array in basic mode, example:
size( 200, 200 );
loadPixels();
for ( int iy = 0 ; iy < height; iy++ )
{
for ( int ix = 0 ; ix < width; ix++ )
{
pixels[ix + iy*width] = color( 0 );
}
}
updatePixels();
Additional Comment
#1 From fry 2007-10-20 04:54
fixed for 0130 (online in 30 mins or so), thanks for the report.