hi ! it is possible in php and how ? i have 1 picture and i want write some data and that is 2nd picture now it is possible to that like this ..........in PHp
Yes, you can do this using the GD2 library (http://php.net/manual/en/book.image.php) Basically you get the two images from the user (e.g. from a form and then from the $_FILES array), then create a new image in PHP (with size of both the input images) and insert the first image at the top and the second image at the bottom, add some text and you're done.
just wrap around the image using a box and print title/description below the image. It can be easily done with css. if you still want to print text within a image/photo, you can use php gd library and with just 5 lines of code it can be done. consult php manual for php gd library.
Hi, In a website you can do this just with your design knowledge.. But if you want it as a whole image then .. well.. as All said you need to use GD library.. Tutorial , resources on PHP GD library are highly available in net.. Thanks