Re: Image overlay?
[email protected] (JEFFRY KILLEN)
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
> On Jul 30, 2021, at 1:35 PM, JEFFRY KILLEN <[email protected]> wrote: > > > >> On Jul 30, 2021, at 1:32 PM, Tedd Sperling <[email protected]> wrote: >> >> >>> On Jul 30, 2021, at 2:00 PM, JEFFRY KILLEN <[email protected]> wrote: >>> >>> Hello; >>> >>> I have not worked with php gd for a while. >>> >>> I have a project where I want to overlay >>> one image on another and produce a >>> combined image. >>> >>> Both source images will be jpgs. >>> >>> Thank you >>> JK >> >> >> JK: >> >> Here’s a start. >> >> http://webbytedd.com/b/watermark/ >> >> Cheers, >> >> Tedd >> >> >> Tedd Sperling >> [email protected] > > Thank you for your reply, Tedd; > > I did do some Googling and found imagMagic. That is > something I have not worked with in the past. > > JK Also I can create a composit version of the original image in photoshop and use that as img src JK