I am trying to find a PHP image library script that allow me to select specific area (x, y) from large image and then crop/resize to smaller image.
I am overlay some text on an image (that is already on my server) using GD. I am trying to save the new image on the server.
Im wondering if I\'m doing something wrong, or if this is as good a result as im going to get. Both PNGs on the left are 95x111. The image of the robot has a 5px or so padding of transparent pixels ar
I\'m using a template of sorts, as you can see here: http://i.imgur.com/TtOHa.png In the game itself, you can choose any color to apply to that, and using actionscript\'s ColorTransform for red (255,
I want to add text to a jpg creating a new image. There will be image_1.jpg already on the server and I wa开发者_如何学Pythonnt to take the user submitted copy and put it on top of image_1.jpg creati
I\'m trying to download this image with PHP to edit it with GD. I found many solutions for image links, but this one is a download link.
i m trying to change color of a shirt. here i开发者_如何学Pythons my code in its simplest form.
Is there any 开发者_开发技巧way to convert a hex color (#fffff) into a small .GIF image on the fly with PHP?....
I just wrote this code to generate an image <?php $canvas =开发者_开发百科 imagecreatetruecolor(800, 350);
i wrote this code: class Generate{ private $canvas; function __construct($width, $height){ $this->canvas = imagecreatetruecolor($width, $height);