I don\'t know how to do this and I was wondering if someone smart could give me an example :) I want someone to be able to post a png,jpg, or bmp image ur开发者_高级运维l and then id use PHP GD to du
I am sure I could somehow figure this out but it\'s just taking me way too long since I am not a PHP guy. Hopefully someone can set up the script for me in minutes...
im using IMAGETTFTEXT function in php for writing text on some images.now i want to write html tags on my image,for example IMG tag.
If I run $res=imagecreatefromJPEG (\'http://www.theweddingoutlet.com/core/media/media.nl?id=29428&c=697473&h=8320018df7b40ec6eff8\');
I want to know if its possible (and how) to check for real image quality (.jpg) using the GD library.
<? $img_w = 800; $img_h = 600; $img = imagecreate($img_w, $img_h); $color = imagecolorallocate($img, 230, 230, 230);
I\'m using PHP GD to fetch an image from a remote server. $res=imagecreatefromJPEG ($url); I need to have a cookie set with a value along with the call 开发者_JAVA技巧to get the image.
I want to upload an image from disk, resize it,and then upload it to Amazon S3. However, I cant get the proper image output from imagejpeg().
Imagine this. I have a pixel of color (255,0,0) [red]. No someone painted on it with white color with * alpha. I know the background color, I know with what color it was painted over, I need to get th
I am trying to take a rectangular png and add depth using GD by duplicating the 开发者_StackOverflow社区background and moving it down 1 pixel and right 1 pixel.I am trying to preserve a transparent ba