I have Raster with ImageComponent2D constructed from
BufferedImage.TYPE_3BYTE_BGR in byref mode. I set 0.5 blended
transparency and if I display it in the raster jvm crashes. This happens
only under directx - opengl is ok.
Attached is small program which shows the problem. I've reduced it
considerably from my original one, unfortunately it does not crash
anymore - only freezes (try to hide/show window - it won't repaint). But
you might see that image is wrong - colors are mixed up. If you use
opengl, set byref to false or do not use transparency everything is ok.
Is this known problem ?
I suppose that this test program should be enough - but if you would
like to have a crashy one (not only a freezy one), I can put my app on
the web (too big to send it here for no reason).
Artur
CrashTest.java