From: Michael A. T. <mt...@cc...> - 2003-02-07 17:57:10
|
Hi Robin - > Extensions are deliberately broken on Windows now as part of my plug-ins > architecture overhaul. JGimp is an extension, right? Yes, that is correct. > Does JGimp only push pixels down the PDB wire, or can it act directly > through references (pointers) on an image? If you need to directly modify pixels, the current architecture makes a copy of the pixel data, sends it to Java, then you need to write them back when finished. Recent changes to Java may minimize this need to create extra buffers. > What changes to the JGimp implementation do you have coming up? The changes we have planned primarily deal with the version of JGimp that is directly embedded within the GIMP (not the one loaded as a plug-in). We need to increase the stability and performance of that component for our work. Cheers, Mike |