Re: [JAVA2D] BreakIterator example

2006-04-27 Thread Phil Race
Peter, First the delay in getting any response is because this isn't a Java2D question so I don't think there's a whole lot of expertise on this list in this area. I am informed that a better place to have asked this question would have been :

Re: [JAVA2D] BreakIterator example

2006-04-27 Thread Phil Race
Phil Race wrote: Peter, First the delay in getting any response is because this isn't a Java2D question so I don't think there's a whole lot of expertise on this list in this area. I am informed that a better place to have asked this question would have been :

Re: [JAVA2D] Real Time Image Processing

2006-04-27 Thread Dmitri Trembovetski
Hello, You might want to take a look at Java Media Framework: http://java.sun.com/products/java-media/jmf/ Thanks, Dmitri On Wed, Apr 26, 2006 at 10:51:27PM -0700, [EMAIL PROTECTED] wrote: Can I capture real-time video to process it. I wrote a program in Matlab that acquires

[JAVA2D] Graphics Tearing Issue

2006-04-27 Thread java2d
I've been trying to work around an issue involving tearing during a buffered rendering process in my code. Im using a buffer strategy to page flip to BufferedImages to conduct a animation. The problem is that on every interation of the render the square box that I render it tearing. I have

Re: [JAVA2D] Graphics Tearing Issue

2006-04-27 Thread Dmitri Trembovetski
I just wanted to add, do you really need to have two _translucent_ images the size of the screen? Why not render directly to the back-buffer? Thanks, Dmitri On Thu, Apr 27, 2006 at 02:11:23PM -0700, Chet Haase wrote: Hi, I talked about the tearing issue in my blog entry and