gd
Resize/Crop image from specific area
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.[详细]
2023-04-08 23:16 分类:问答PHP/GD Library Imagettftext save image on server and send to browser
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.[详细]
2023-04-08 17:16 分类:问答Unusual result when merging two transparent images in php
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[详细]
2023-04-08 15:54 分类:问答How do I re-create Actionscript's ColorTransform with php gd image library to colorize an image?
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,[详细]
2023-04-07 20:07 分类:问答Overlay image with text and convert to image
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[详细]
2023-04-07 18:04 分类:问答How can get an image from a 301 redirect download link in PHP?
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.[详细]
2023-04-07 17:43 分类:问答change shirt color with gd library
i m trying to change color of a shirt. here i开发者_如何学Pythons my code in its simplest form.[详细]
2023-04-06 08:39 分类:问答Converting hex background color into a GIF in PHP
Is there any 开发者_开发技巧way to convert a hex color (#fffff) into a small .GIF image on the fly with PHP?....[详细]
2023-04-06 03:35 分类:问答Generate and then save an image
I just wrote this code to generate an image <?php $canvas =开发者_开发百科 imagecreatetruecolor(800, 350);[详细]
2023-04-05 17:15 分类:问答Image generating problem with PHP form a class
i wrote this code: class Generate{ private $canvas; function __construct($width, $height){ $this->canvas = imagecreatetruecolor($width, $height);[详细]
2023-04-05 16:07 分类:问答