Re: overlay images retrieved from a Database

2007-10-22 Thread mikemjt
So is my next step dropping apache image taglib and use the classic JAVA 2d api mikemjt wrote: > > Hi there, I have a image of a map and want to overlay a set of images with > x y coords from a database. > This is my code which does not work! >

Re: overlay images retrieved from a Database

2007-10-22 Thread Kris Schneider
Hang on, I've got an idea that might work. I'll post back in a little bit - gotta grab some lunch! On 10/22/07, mikemjt <[EMAIL PROTECTED]> wrote: > > So is my next step dropping apache image taglib and use the classic JAVA 2d > api > > > mikemjt wrote: > > > > Hi there, I have a image of a m

Re: overlay images retrieved from a Database

2007-10-22 Thread Kris Schneider
Here's an untested idea. What if you use a proxy tag to satisfy overlay's parenting constraints? You'd do something like: Here's the code for the proxy tag: package com.directthought.taglibs.image; import com.mullassery.imaging.Imaging; import jav