Greetings. For a PHP-Project, I have to build PNG-images where I pass some text and then let imagick generate the image for that text. I did this kind of stuff with success in gd, but only had 1 font
i have a this function which resizes images but the final quality looks blurred too much and not clear:
I\'m trying to create a GD image resource from a BMP image, however I\'m having no luck. The BMP image in question was created and saved with Photoshop. I\'ve tried a couple of BMPs I found on the we
i want to make a personal image, that shows the last 3 items from the user (so he can use as forum signature, but it cant be a dynamic image like user?id=1 because most forums blocks that)
I\'m trying to apply GD star rating plugin to 4 specific pages. I know I can do it in the page editor, but I have about 30 pages so don\'t want to spend ages going through them all.
PHP and GD seem to have trouble creating images from PNGs of type greyscale with alpha when using imagecreatefrompng(). The results are incredibly distorted.
What\'s the best approach to comparing two images with php and the Graphic Draw (GD) Library? This is the scenario:
I want to use GD library in my PHP script to generate a small thumbnail of a random big picture from external server.Every time the page is called, the GD library will regenerate a thumbnail and show开
I am trying to build a class that does many photo operations, one method will upload images from a user but I am also needing to build a method to grab a photo from a URL and run other methods on it j
I had an image upload script that worked on my little shared hosting, but just as I switched to Virt Ded, it immediately stopped working. After some research I determined the culprit to be the PHP fun