bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug awt/27239] Images shown with wrong color on powerpc (big endian)


From: sven at physto dot se
Subject: [Bug awt/27239] Images shown with wrong color on powerpc (big endian)
Date: 6 May 2006 15:19:31 -0000


------- Comment #14 from sven at physto dot se  2006-05-06 15:19 -------
Note that your testcase uses BufferedImage and your patch is for GtkImage. That
doesn't add up. Is your problem with BufferedImage, GtkImage or both? The
GtkImage bug is the one I believe had been reported before.

As for your other issue: It is not a potential issue, because the setPixels
method expects the data to be in the nativeModel color model.

If there are problems converting the pixels to the native format, this should
be done via nativeModel, and not directly in the code. That's what nativeModel
is for, after all. 


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27239





reply via email to

[Prev in Thread] Current Thread [Next in Thread]