FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 1282 : ARGB vs. RGB in PImage#getImage
Last modified: 2009-06-25 14:01
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:
Christian Langreiter
Assigned To:
fry
Attachment
Type
Created
Size
Actions
Description
: Opened: 2009-06-21 16:38
In PImage#getImage:
int type = (format == RGB) ?
BufferedImage.TYPE_INT_ARGB : BufferedImage.TYPE_INT_RGB;
Shouldn't that be the other way round?
Additional Comment
#1 From fry 2009-06-25 14:01
yep, thanks for the find. now fixed for whatever release follows 1.0.5.