Re: 2 pics in layers
- From: Daniel Tryba <partmapsswen@xxxxxxxxxxxxxxxx>
- Date: 08 Jun 2005 14:34:15 GMT
Ashok <non2@xxxxxxx> wrote:
> I have a site where I have pictures and frames for the pictures.
> Is it possible that user picks a picture (it opens in same or a new window)
> and then picks a frame (which is added to the border of the picture
> selected) to see how it looks. There will be different pictures and frames.
>
> Any idea of how this can be achieved, if not in php, some other way?
Many possible solutions, if you don't want to rely on clientside stuff
you could simply that 2 parameters (1 for frame and 1 for picture) and
render an image using GD functions. Advantage: always works (if the
client shows images), disadvantage: cpu time and roundtrip.
You could choose to this all this clientside by relative positioning and
some clientside scripting, but that if luckily OT here.
.
- References:
- 2 pics in layers
- From: Ashok
- 2 pics in layers
- Prev by Date: Re: Dose PHP support recursive call? Walk through all subdir
- Next by Date: Re: php compile informix error ifx_checkAPI
- Previous by thread: 2 pics in layers
- Next by thread: Re: 2 pics in layers
- Index(es):
Relevant Pages
|