Re: [JAVA2D] Animated GIF Flickering

2000-01-06 Thread Jim Graham
Hi Michael, Is there a way to access individual frames? Not directly. That is one of the things that the Image I/O interface, currently undergoing the JCP, will solve. For now, the best you can do is to listen for when a new frame is available. The ImageObserver that is passed to

Re: [JAVA2D] Sizing buffered image

2000-01-06 Thread Wayne Rasband
I am trying to read in raw images and store them in a BufferedImage, then display the data in various sizes depending on user input. By raw, I mean ushort data. I use AffineTransformOp and AffineTransform to do the resizing and use setToScale for the scaling. The examples work nicely with