Re: [JPP-Devel] OJ 1.2C: Add Image Layer

2007-08-15 Thread Stefan Steiniger
> > > -Original Message- > From: [EMAIL PROTECTED] on behalf of Michaël Michaud > Sent: Wed 15.8.2007 18:06 > To: List for discussion of JPP development and use. > Subject: Re: [JPP-Devel] OJ 1.2C: Add Image Layer > >> Hi, > >> I started to dig into

Re: [JPP-Devel] OJ 1.2C: Add Image Layer

2007-08-15 Thread Rahkonen Jukka
think that band interleaved tiffs do not work. Should I test some compressed variations as well? -Jukka Rahkonen- -Original Message- From: [EMAIL PROTECTED] on behalf of Michaël Michaud Sent: Wed 15.8.2007 18:06 To: List for discussion of JPP development and use. Subject: Re: [JPP-Devel] OJ

Re: [JPP-Devel] OJ 1.2C: Add Image Layer

2007-08-15 Thread Michaël Michaud
Hi, I started to dig into the code, but I was a bit lost and quite far from the solution. Thanks to Larry, Stefan will be able to commit a new "bug-free" version soon. Michaël Larry Becker a écrit : >Hi Stefan, > > I've fixed the problem and committed the change. It was caused by: >g.setCo

Re: [JPP-Devel] OJ 1.2C: Add Image Layer

2007-08-15 Thread Stefan Steiniger
cool :o) thank you for the really fast fix. I think i would never have found the real problem, as i am not familiar with Java renderer and drawing stuff. So i guess I can do tomorrow a version OJ 1.2D stefan Larry Becker schrieb: > Hi Stefan, > >I've fixed the problem and committed the ch

Re: [JPP-Devel] OJ 1.2C: Add Image Layer

2007-08-15 Thread Larry Becker
Hi Stefan, I've fixed the problem and committed the change. It was caused by: g.setComposite(AlphaComposite.Src) in GraphicImage. This changed the current Graphics Context compositing operation and it apparently caused problems later with some other renderer, probably a recent change. I put

Re: [JPP-Devel] OJ 1.2C: Add Image Layer

2007-08-15 Thread Stefan Steiniger
hei Larry & Michael, i could identify the change that caused the problem: AbstractSelectionRenderer.java, java2D/Java2DConverter.java, java2D/PolygonShape.java, style/WKTFillPattern.java: i.e. the improvements from SkyJUMP on point coordinates decimation, selection rendere

Re: [JPP-Devel] OJ 1.2C: Add Image Layer

2007-08-14 Thread Larry Becker
Ok, I've stepped the Image Layer code in the debugger up though the final g.drawImage() method in GraphicImage.paint() and all seemed to be well. Of course, I can't really tell if the jpeg got converted to an image correctly using the debugger, but I suspect it has. It would appear that the black

Re: [JPP-Devel] OJ 1.2C: Add Image Layer

2007-08-14 Thread Stefan Steiniger
ok.. i just recognized that also my last cvs version contains the error: i.e. it must have been happend between 1.2B release and the change to the cvs. since my last update is from 2. June it must have been between: 24. April and 2/3.June ? probably... Stefan Steiniger schrieb: > Hei Uwe, > > y

Re: [JPP-Devel] OJ 1.2C: Add Image Layer

2007-08-14 Thread Larry Becker
Hi Uwe and Stefan, I'm not familiar with the Image Layer code (SkyJUMP doesn't use it), but I'll take a look at it to see if anything I'm responsible for might have caused the problem. regards, Larry On 8/14/07, Stefan Steiniger <[EMAIL PROTECTED]> wrote: > Hei Uwe, > > you are right.. i deeply

Re: [JPP-Devel] OJ 1.2C: Add Image Layer

2007-08-14 Thread Stefan Steiniger
Hei Uwe, you are right.. i deeply appologize for not testing earlier!! i only see black screens as well - and it does not matter if i zoom .. i actually can't say now what we changed.. maybe it is the rendering thing??? has anybody any f* idea why the screen appears black now? and 1.2 B also w

Re: [JPP-Devel] OJ 1.2C: Add Image Layer

2007-08-14 Thread Uwe Dalluege
Hi, with OpenJUMPNight 1.2B from 2007.05.10 Layer>Add Image Layer works! With the latest OpenJUMPNight version 1.2C it does not work! Where is the different? Regards, Uwe Uwe Dalluege schrieb: > Hi David, > > in the OpenJUMPNight lib directory I found jai_codec.jar and > jai_core.jar. > I ho

Re: [JPP-Devel] OJ 1.2C: Add Image Layer

2007-08-14 Thread Uwe Dalluege
Hi David, in the OpenJUMPNight lib directory I found jai_codec.jar and jai_core.jar. I hope this is enough but it does not work with it! Regards, Uwe Dalluege -- HafenCity Universitaet Hamburg Department Geomatik Rechenzent

Re: [JPP-Devel] OJ 1.2C: Add Image Layer

2007-08-13 Thread David Zwiers
Are the drivers installed? If I recall you need JAI for those formats. David Zwiers Vivid Solutions Inc. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Uwe Dalluege Sent: August 13, 2007 4:29 AM To: Devel Jump Subject: [JPP-Devel] OJ 1.2C: Add Ima