put an image on top of the other

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
suman rajan
Forum Newbie
Posts: 3
Joined: Sat Nov 08, 2014 1:12 pm

put an image on top of the other

Post by suman rajan »

The whole thing is like this , I have a static or a template IMG in that at a particular cut out portion I need to place an another IMG.such that the template is on the new IMG and both of them looks merged ...and finally I need to save the merged IMG . sooty I can't put a photo due to low memory problem how u guys under stood my doubt .thanks in advance
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: put an image on top of the other

Post by Celauran »

You should be able to achieve that using an image library like GD or ImageMagick. For a good PHP library for this, take a look at Imagine.
suman rajan
Forum Newbie
Posts: 3
Joined: Sat Nov 08, 2014 1:12 pm

Re: put an image on top of the other

Post by suman rajan »

its all complex over there..
i have uploaded an image..
plz do explain the code over here.. it would be much help thanks in advance..
Attachments
i wanna do some thing like this...
i wanna do some thing like this...
suman rajan
Forum Newbie
Posts: 3
Joined: Sat Nov 08, 2014 1:12 pm

Re: put an image on top of the other

Post by suman rajan »

No one is willing to help a needy ? So pity
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: put an image on top of the other

Post by Celauran »

What have you tried? Where are you getting stuck?
Post Reply