I have an image (let\'s call it original image) on which I want to watermark another image (let\'s call it logo).
I am trying to layer these: into this: But what I keep getting is this: This is the relevant code, Im not sure what Im missing:
I really cannot find a way to successfully do it.. I\'ve searched google for this and it either has black shades around the images or all the images don\'t overlap. Could you please help?
I am trying to use some PHP GD functions to stretch some text in an image开发者_开发知识库. What\'s the easiest way to do this?
please read this carefully, hope you can help me with my paradigm ;) Basic version, works like mint - - -
What is the best way to fill a triangle with gradient, which is formed using three triange vertices. (for example, {RED, BLUE, GREE开发者_StackOverflow社区N})
Here are two pieces of code. First I try to allocate an colour to the image and save the image <?php $im = @imagecreatetruecolor(200, 200)
I have an array of objects ( image, text or rectangle) and I\'m trying to create an image out of them. But it seems to me that whenever I insert one of the elements, the previous elements get wiped ou
what\'s the best way to convert a text embedded in a html tag to an image using php keeping the style written in the html tag ? for example :
I\'m trying to use imagettftext, but apparently it uses point size in GD2, but all of my sizes are in pixels, is there any 开发者_如何学JAVAother function that I can use, or any way to convert pixels