GD is an open source code library for the dynamic creation of images by programmers. GD is written in C, and "wrappers" are available for Perl, PHP and other languages. GD creates PNG, JPEG and GIF images, among other formats. GD is commonly used to generate charts, graphics, thumbnails, and most ...

learn more… | top users | synonyms

-1
votes
1answer
22 views

Use image created by one PHP in another PHP [closed]

I have two php files. CreateOverlay.php and MergeIcons.php I pass a icon path to CreateOverlay.php and it moves the icon to top left and create a new image using PHP GD. This new icon I would like to ...
0
votes
1answer
16 views

PHP GD for merging two icons

I am using PHP GD library to merge two icons into one. But in one of the cases the smaller icon goes into back and bigger icon overlaps it completely, I need the small icon to be on top. Here is my ...
0
votes
0answers
9 views

GD merge multiple png's in a different order

I am trying to combine multiple png's together into one image with PHP. The following code worked like it has to $imgH = 0; imagealphablending($container, true); imagesavealpha($container, true); ...
0
votes
1answer
18 views

Resize uploaded picture twice with php

I'm working on script wich resize picture uploaded with PHP twice. I'm able to do one resize but I would like to do another one. Here is my php code. (//600 is for the second resize). ...
3
votes
0answers
50 views

Find contour of difference between images

I am trying to find the contours of one or several differences between two images. Suppose you have two identical images. Then add an opaque square and triangle to one of the images at random ...
0
votes
2answers
33 views

Adding Text with GD Lib

I have been ripping my hair out with this and have tried many many solutions on here to no avail. I am trying to add some text to an image, but all it is doing is showing my background image, is ...
1
vote
2answers
20 views

PHP - Save watermarked image to directory

Hi there I'm using the following script, and it works perfectly. My problem is, how do I replace the original image with the watermarked one leaving the same filename and extension? $stamp = ...
0
votes
1answer
15 views

Read raw color data from PHP's .gd or .gd2 format?

In another question I saw some source, that would export an image into .gd or .gd2 format and then read raw pixel color data from the generated source. Is this possible? Where can I find more ...
0
votes
0answers
8 views

gd2 not showing in phpinfo, is showing in php -i

I'm trying to get the gd2 extension to work on a WAMP stack (Win7(x64), Apache 2.4, PHP 5.3.26) I've enabled extension=php_gd2.dll in php.ini and restarted Apache. I believe my extension directory ...
0
votes
1answer
29 views

Perl using GD for graphic programming [closed]

gd.pl #!/usr/bin/perl -w use strict; use GD; my $image = GD::Image->newPalette(401,201); my $gray = $image->colorAllocate(200,200,200); my $red = $image->colorAllocate(255,0,0); my ...
0
votes
1answer
31 views

How to install php gd library on backtrack 5 r3

I have a problem when resizing an image on php, it says install gd library. I researched on the internet but I couldn't find something to fix that kind of problem and I tried your post as well but ...
0
votes
1answer
36 views

PHP GD Image Showing Localhost But Not On Server

I've always worked localhost on MAMP (PHP Version 5.4.10). I uploaded the EXACT same file onto a server I purchased running LAMP (PHP Version 5.4.15-1~lucid+1). I opened the file localhost and the ...
0
votes
0answers
34 views

PHP::GD -> imagepng() don't save the file

I got trouble by using GD Imagepng() on my server. My code work well on my local computer, create the file correctly, save it correctly, but not on my server. I looked lot of posts and try lot of ...
1
vote
1answer
36 views

PHP GD Triangle Image Crop

I've noticed there's a few scripts about to try and do this, however none quite fi tmy situation. I've scraped together a few scripts I found to try and come up with the correct solution. However ...
0
votes
0answers
31 views

PHP : imagecreatefromstring from different server

Ok I looked this up countless times. Many people said in order to use imagecreatefrompng('some sort of photobucket url or imgur.com'), you need to do this function: $powered = ...
0
votes
2answers
20 views

PHP function : imagefttext does not allow HTML

I don't know if there is another function in the GD library, but I tried researching through their documentation. Anyway, seems as if the imagefttext() function doesn't support html, just plain text. ...
0
votes
0answers
12 views

better to resize before or after layering in GD?

I'm layering a number of png images using GD in PHP and then outputting a smaller version. Which is more efficient, to imagecopy all of the layers and then imagecopyresampled the composite image onto ...
2
votes
4answers
64 views

Black background on GIF instead of transparency in PHP using imagegif()

Edit 2: SUCCESS! many thanks to moycakes! The correct way to convert a PNG to a GIF while retaining transparency goes as follows: $input = ...
0
votes
2answers
15 views

How to create a image when a different header is already set (for a JSON response)

I am writing a simple PHP file to upload a file on POST, and to also create a new image and include the path to that new image in the response. For the JSON response I have set headers in the main ...
0
votes
2answers
31 views

imagettftext not displaying the image

I'm using the following code in the test.php file to generate an image from a text. <?php error_reporting(E_ALL); // Set the content-type header('Content-Type: image/png'); // Create the image ...
0
votes
2answers
37 views

PHP GD text is not smooth

Screenshot of problem: I'm trying to get the same font quality such as Font Squirrel's sample fonts widget, but the font keeps coming out rough. It's smooth in Photoshop. Note: the "The lazy dog" ...
0
votes
2answers
20 views

PHP imagettftext() - nothing is displaying

Trying to display a font using the GD library. There is indeed an image there, it's just that theres nothing displaying. PHP: header('Content-Type: image/png'); $font = $_GET['font']; // Create ...
0
votes
1answer
36 views

Image create using gd

I am creating image using GD library all the functions are working fine. But the main problem where i stucked that i want to merge png image over an other image but after overlapping it cannot merge ...
3
votes
2answers
46 views

Resize images with transparency in php

I have looked all over for how to correctly manage alpha when I'm resizing a png. I've managed to get it to keep transparency, but only for pixels that are completely transparent. Here's my code: ...
0
votes
4answers
23 views

Can't upload large images on server

I'm using GD to resize/upload images. On my local machine it works fine. Now on my server only small images can be uploaded, anything over 500kb returns a server error 500. I don't know where to ...
0
votes
0answers
33 views

Unable to write on image after drawing watermark using GD

My Problem is : i can write on image without any problems But When i draw watermark [on the image] My Text apper But with 100% blur i dont know what happened ?? i will attach the image after i ...
0
votes
0answers
53 views

PHP's GD not showing image correctly

I have created a script to create an image using GD and PHP. But when I run the code, it shows something like ����JFIF��>CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), default quality ...
2
votes
1answer
35 views

Nowadays, what is the best Image Processor library for PHP? [closed]

On my company we're using the native lib (GD) and I would like to know what would be, nowadays, the best option in terms efficiency for image manipulations like resize or crop, since we're not very ...
0
votes
1answer
16 views

GD imagefilter no image output

I'm trying to convert an jpg image to grayscale with GD imagefilter but i can't get the filtered image to output on the browser. I use this code <?php $thumb="w=250&q=100"; $imgstring = ...
-1
votes
1answer
64 views

Old PHP GD code no longer working

I have a function which resizes images and whilst it works fine on my test server, it doesn#t work on the new live server. The error message i get is Warning: imagejpeg(): Unable to open ' ...
-1
votes
0answers
37 views

Trying to center text using imagettftext

I am trying to center text on a image, I added line returns using wordwrap if it goes over a certain amount and then I calculate the height of the entire text and use that for the first y and then I ...
2
votes
1answer
27 views

Find White Pixel Lines

I want to replace all white pixel from a completely white column with other color and if I have a black pixel on column don't change anything, but I don't know where is the problem... Here is the ...
0
votes
2answers
53 views

How can I get my Perl program to access GD?

I am using Linux Fedora 12. I am learning Perl, and can run the simple "Hello world" programs, so Perl is install ok, but now I want to use GD in a Perl program, which starts: #!/usr/bin/perl -w ...
0
votes
1answer
29 views

Reading Image for circled text

I have an image and want to read it for the circled text in it. We need to take our the circled text only. Is there any example on the attached image, please?
0
votes
0answers
20 views

PHP GD Image Library change image color - gif works but jpegs wont

Thanks for taking the time to read my problem: I'm using the following code to get an image and then change the color 201,2,255 (r,g,b) - which is a shade of purple then output the image. $imgname = ...
0
votes
0answers
45 views

Minecraft PHP HD Skin - Bad scale

I working on a Skin Viewer of Minecraft Normal and HD2-4 Skins! Normal Skin working perfectly Image but HD2-4 skin have a bad scaling Image... When i write a $hd , its return a 16, its a right, but i ...
0
votes
0answers
13 views

GD in TideSDK with PHP on OSX

I'm trying to use GD within TideSDK to do image manipulation using PHP but the module doesn't exist on OSX. Is there any way to use GD on OSX with TideSDK? GD is available on Windows but doesn't ...
0
votes
0answers
17 views

Processmaker Installation MySQL Support: undefined , GD Support: not enabled , LDAP Support (*): not enabled

im having a little problem with my processmaker installation. im tryin to install pocessmaker version 2.5.0.1 using this guide ...
0
votes
1answer
22 views

Mix GD library with html

I'm testing this: http://www.php.net/manual/en/function.imagerotate.php here: http://flamencopeko.net/rotate.php. Works. Cool. How do I mix this with html?
0
votes
0answers
13 views

Display image created in different php in ajax response

I have a ajax call where I post a string to a different PHP file. $.ajax({ url: 'NewIcon.php', type: 'POST', data: {selected_icon : newIcon}, success: ...
0
votes
1answer
24 views

Installing GD php module on redhat 5.8 x64

[root@abc php-5.3.25]$ ./configure --prefix=/opt/php-5.3.25 --enable-fpm -- sysconfdir=/etc/php5 --with-config-file-path=/etc/php5 configure: error: config-file-path: invalid package name how fix ...
-2
votes
1answer
23 views

Merge two images rotating one of them [closed]

i made that two pages: rotate.php <?php if(isset($_GET['img'])) { header('Content-type: image/png'); $img = $_GET['img']; } else { exit("You don't have access to ...
-3
votes
1answer
41 views

Fatal error: Call to undefined function imagewebp() [closed]

I have an exception while trying to call imagewebp function. Official php manual includes this function, I have enabled php_gd2.dll extension, but i cant use this function what's the problem? Am I ...
0
votes
1answer
25 views

Recursion to split a word according to certain linewidth (gd image)

I am making an application that lets users write on an image using GD image. The imagebox is of a certain width. I'm facing a problem when users write words that are longer than the width of my ...
0
votes
1answer
37 views

php filesize() always returns same value

I am trying to upload an image via PHP. On upload, it should become resized that its' dimensions are as big as I defined it in my config[]-array and that its' filesize is also smaller or equal to the ...
0
votes
0answers
57 views

PHP - Replacing image background with new background?

I'm trying to replace a background of an image with a new background. The input image will be a greenbox image, which should get its green background replaced to transparent, afterwards a new ...
-1
votes
1answer
53 views

Analyse a random image to figure out it's color(RGB) [closed]

I'm supposed to take a randomly generated image and find out it's color(the 3 RGB values it's made up of). You don't have to give away the actual code to do so but tell me if it can be done in php ...
1
vote
1answer
160 views

Uploading an image and saving multiple sizes to file system using PHP, Laravel, GD

I'm trying to allow users to upload an image and save the image as an 'original copy' in the directory public_html/data/user_images/yyyy/MM/dd/guid.ext Next, using GD I create multiple copies of ...
2
votes
2answers
78 views

PHP - change background color to transparent

I need to change background color of PNG picture ...
0
votes
1answer
29 views

Display GD image on another page

i want to add some text to an image via a form.. I do not have any experience with GD, but i've gotten it to add the text, and show an image with the header content type... The problem with that is, ...

1 2 3 4 5 34