Pages

Showing posts with label PHP. Show all posts
Showing posts with label PHP. Show all posts

Thursday, 12 July 2012

How to combine and merge two images using php GD


Hi, friends we all know that we can easily combine and merge two images using Photoshop and other designing software’s,  but if we want to combine and merge two image at run time using some programming code. Like here I am using PHP GD library to generate image output after merging two images. Let’s check it out.

Saturday, 7 July 2012

PHP: Change Font Face, Color and Size on user selection

Hi friends as today I am here just to show how we can easily change font, color and size according to user requirements using PHP. What we need just three dropdown list from which user can easily select their desired font, color and size.