-
Bug
-
Resolution: Fixed
-
P3
-
1.2.0
-
kestrel
-
x86
-
windows_nt
On win32, display modes 16/24 bit:
Java Media Framework uses MemoryImageSource.newPixels() to copy fresh 32 bit
pixel data into an AWT Image, which in turn does necessary bit depth conversions. All versions of java after and including JDK1.2rc1 seem to be replicating the first column of pixels along the x direction. So I see horizontal stripes of colors. This problem does not occur on 32 bit displays
or on solaris. See attached file that invokes this code.
Java Media Framework uses MemoryImageSource.newPixels() to copy fresh 32 bit
pixel data into an AWT Image, which in turn does necessary bit depth conversions. All versions of java after and including JDK1.2rc1 seem to be replicating the first column of pixels along the x direction. So I see horizontal stripes of colors. This problem does not occur on 32 bit displays
or on solaris. See attached file that invokes this code.