FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 1573 : Book p. 344 - Incorrect code
Last modified: 2010-06-05 03:11
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
ASSIGNED
Resolution:
-
Pr
i
ority:
P2
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
Reporter:
CL
Assigned To:
REAS
Attachment
Type
Created
Size
Actions
Description
: Opened: 2010-06-03 21:05
Example code 38-13
Line 13:
" imageColors[y*img.height + x] = img.get(x, y); "
should be modified as below
" imageColors[y*img.width + x] = img.get(x, y); "
This bug is now being tracked
here
.