I am using this code: <?php list($width, $height, $type, $attr) = getimagesize(\"terrain.png\"); $canvas = imagecreatetruecolor($width, $height);
So I basically have this: $img = imagecreatefrompng(\'assets/other/redcircle.png\'); imagepng($img); imagedestroy($img);
i seem to be too dumb for开发者_如何学C this :-) i have an image say x=200 y=200 i want the image to stay the same but include a footer watermark lets say a.jpg which has a height of 20
In a PHP module, We have a few graphics made by GD that need to have some Japanese words in it. These words are entered manually from a form by Japanese users, and that text should be displayed within
In the PHP manual for base64_encode() I saw the following script for outputting an image. <?php $imgfile = \"test.gif\";
I\'开发者_运维百科m using imagettftext to make a bar graph and at the top of each bar I want to put the value.
OK i thought i understood this function but i have a complete mental block on this one. I wanted to create cropped thumbnails of size 75x75 from photos that are 800x536.
I want to draw an image in PHP, which looks like th开发者_开发百科e circle in the following image -
How can you make a sharpness filter with the PHP GD library? So that this... Turns to this... If it is not possible with PHP, than what ot开发者_JS百科her languages are capable?I think he wants
How can you make a Koch Snow开发者_JAVA百科flake Fractal using php gd so that it comes out like this...