Re: Provide access to data offset in WritableRaster in Java 9

2017-07-13 Thread Peter A
Thanks! I've posted a message to that mailing list and will create a bug report after a short discussion with them. - Peter On Thu, Jul 13, 2017 at 11:22 AM, Phil Race wrote: > Hi Peter, > > 2d-dev would be the right list. > > Sounds like you were accessing jdk internals and found that you > mo

Re: Provide access to data offset in WritableRaster in Java 9

2017-07-13 Thread Phil Race
Hi Peter, 2d-dev would be the right list. Sounds like you were accessing jdk internals and found that you mostly can do away with that except for sub-images. What you should really do is file an issue at bugs.java.com as client-libs/2d for cat/subcat. If this had been raised earlier in JDK 9

Re: Provide access to data offset in WritableRaster in Java 9

2017-07-13 Thread Alan Bateman
The 2d-dev or awt-dev mailing lists may be a better place to bring this up. -Alan On 13/07/2017 17:21, Peter A wrote: Apologies since this probably not the correct list, but I was referenced here from another Java list. Background: The high level API in a BufferedImage is very very very slow.

Provide access to data offset in WritableRaster in Java 9

2017-07-13 Thread Peter A
Apologies since this probably not the correct list, but I was referenced here from another Java list. Background: The high level API in a BufferedImage is very very very slow. To get around that problem, in previous versions of Java, the internal rasters which were defined in sun.awt.image were a