creating an image out of multiple images

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • stijngoris@gmail.com

    creating an image out of multiple images

    Hi all,

    I have some questions regarding image manipulation:
    - Is it possible add an alpha channel to an image via PHP?
    - Can I multiply an image with another image creating a new image? I
    want to create border with transparency around images uploaded to an
    photalbum.

    Regards
    Stijn

  • Mike Willbanks

    #2
    Re: creating an image out of multiple images

    You could definitely do so using imagemagik but i have no clue on how to
    do so since I have not really played with it too much.

    Mike[color=blue]
    > I have some questions regarding image manipulation:
    > - Is it possible add an alpha channel to an image via PHP?
    > - Can I multiply an image with another image creating a new image? I
    > want to create border with transparency around images uploaded to an
    > photalbum.
    >
    > Regards
    > Stijn
    >[/color]

    Comment

    • Andy Hassall

      #3
      Re: creating an image out of multiple images

      On 20 Jun 2005 04:30:23 -0700, stijngoris@gmai l.com wrote:
      [color=blue]
      >I have some questions regarding image manipulation:[/color]


      [color=blue]
      >- Is it possible add an alpha channel to an image via PHP?[/color]



      [color=blue]
      >- Can I multiply an image with another image creating a new image? I
      >want to create border with transparency around images uploaded to an
      >photalbum.[/color]



      --
      Andy Hassall / <andy@andyh.co. uk> / <http://www.andyh.co.uk >
      <http://www.andyhsoftwa re.co.uk/space> Space: disk usage analysis tool

      Comment

      Working...