Benefits of VolatileImage?

Hi allWhat's the benefits of using VolatileImages regarding game development?
[99 byte] By [namnet] at [2007-9-30 5:59:33]
# 1
Basically, if used correctly, they can be accelerated in hardware, allowing large performance increases. Do a search in the forums and you'll find plenty of material on them.
jboeing at 2007-7-1 19:23:36 > top of Java-index,Other Topics,Java Game Development...
# 2
I've never used them. GraphicsConfiguration.createCompatibleImage() lets the VM manage hardware acceleration which has always worked fine for me.Michael Bishop
mbishop78 at 2007-7-1 19:23:36 > top of Java-index,Other Topics,Java Game Development...
# 3
Thanks for the replies. I'm now using VolatileImage for the backbuffer in my game and got a large performance increasment just like jboeing said :).
namnet at 2007-7-1 19:23:36 > top of Java-index,Other Topics,Java Game Development...
# 4
is VolatileImage better than BufferedImage for non-changing background images?
Malohkan at 2007-7-1 19:23:36 > top of Java-index,Other Topics,Java Game Development...