I don't have linux or gcj, so I can't patch this
myself, ... but glancing at the source of
java.awt.image.ColorModel
The following seems wrong:
/**
* @see #getRed(Object)
*/
public int getAlpha(Object inData) {
return getBlue(getPixelFromArray(inData));
}
Thanks,
Eddie Benowitz