I would li开发者_如何学Pythonke to create a PHP script that convert a png file to an ico file. Is it possible to do it just with PHP ? How ?
Just for fun I\'ve been looking at how to use the GD library to create a colour palette from an image. So far I\'ve used GD to resize a user uploaded image to an appropriate size for displaying on a w
Thanks for looking at this question. I wanted to know how can I use the GD function imagefill() to patch an image with another image.
Our dev server was recently upgraded to PHP v5.2.13.With that upgrade we have found that our png images are having kerning (letter spacing) problems.We\'ve tried numerous fonts and haven\'t found a so
I\'m simply trying to crop a JPEG image (no scaling) using PHP. Here is my function, along with the inputs.
I have an Apache2/mod_perl2 system up and running. I\'m using GD to create an image on the fly, and I\'m then printing it like this:
It seems like a trivial problem, but nothing I\'ve tried will make the background transparent. use strict;
开发者_JS百科Is there a way to issue frames in a animated gif using php gd imagery?This cannot be done with GD but I found a great library for it. It is a bit complicated though, so here is a link to
I have stumbled upon a nice PHP library that uses GD开发者_开发技巧 to generate a reflection of a picture.
how can I do this? I h开发者_开发问答ave an image 50x50 and I would like to generate one with 100x100, where the original 50x50 will be centered inside of that one. The rest would be filled with \"tra