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 ...
0
votes
2answers
18 views
How do edit animated GIF image with GD?
I use this function to update an animated GIF image, but GD is rendering it as static?
function draw_image ()
{
$img=imagecreatefromgif('images/moni.gif');
$text='test';
...
1
vote
1answer
27 views
Write text and then write background image depending on Y end point axis of text PHP
So right now I have some code that create one big image our of writing a bunch of individual images (GD PHP).
As of right now I have to write the background...
imagefilledrectangle($comp, 20, 20, ...
0
votes
0answers
20 views
No change in image rotation using php imagerotate()
Ok.. now I have been trying this for long time now.
I am trying to rotate image if it has some orientation .
I got reference from Here
I also refered this
Here is function I am using
function ...
0
votes
2answers
16 views
Save image created by GD PHP on click of that Image
I show an image in tag which is created by GD PHP by merging two images.
Something like this
$('#output_images').append(<img src="MergeIcons.php?icon1='+firstIcon+'&icon2='+secondIcon+'" ...
1
vote
0answers
29 views
I am looking for a way to code hot spots on an image [closed]
This is not much of a Fix It question, but I want to create hot spots using PHP and GD. I am pulling players locations from a game every hour, and I will use an images x and y cords alongside the ...
0
votes
3answers
50 views
Passing javascript var to PHP through url
I have two javascript variables var 1 and var 2 which I need to pass to PHP through GET method.
$('#output_images').html('<img src="MergeIcons.php?icon1=var1&econdIcon=var2 />');
In my ...
-6
votes
1answer
24 views
How to make a triangle symbol using php and gd lib [closed]
I am working on a project which gives an facilities to the user where user can add triangle shape on the image.
Any idea how to draw a triangle on image at a specified position on the image with ...
3
votes
1answer
31 views
Converting an image to pre-defined 16 colors
Given an image file, what's the best way to convert it to the old school 16 colors? i.e. white, orange, magenta, light blue, yellow, lime, pink, gray, light gray, cyan, purple, blue, brown, green, ...
0
votes
2answers
40 views
Display image created using GD library in different PHP file
I have index.php where I ask user to select two images to combine.. The selection is done using check boxes.
User then clicks on the button on which I pass the selected image paths to MergeImages.php ...
0
votes
0answers
36 views
GD Image in PHP won't show
i am trying to use the GD librabry for the first time in PHP to draw an image. I have a huge Array of values and i want to draw an image based on that array:
$Img = imagecreatetruecolor(200, 200);
...
0
votes
1answer
27 views
Background is turning out black
I have done everything I could possibly try to fix this. I've spent over an hour researching and trying code, but nothing has helped.
This code does the following.
Take two completely-white images ...
-1
votes
0answers
8 views
asido Call-time pass-by-reference has been removed [duplicate]
i tried to use asido on the latest php (5.4.15) but it displays the error
PHP Fatal error: Call-time pass-by-reference has been removed in H:\asido\class.driver.php on line 239
the same exact file ...
1
vote
1answer
30 views
Adding color to a white icon in PHP GD
I have a white icon (256x256) with a transparent background. Somehow, I want to be able to change the white icon, which has some transparent pixels in it (for anti-aliasing), to any RGB color.
I have ...
-1
votes
3answers
47 views
Upload a picture in php without submitting a form manually
I have a image that is merged using php (this is in localhost). I want to automatically upload this file to a server php file that will accept it or upload it to a server folder.
The normal way is to ...
0
votes
0answers
28 views
GD: How to add the text string to the RGB24 buffer image?
I have a RGB24 format stream. Each buffer is a video frame. I need add some text to the each frame. The problem is that i don't know does libgd has method to add buffer as a background from the RGB24 ...
0
votes
0answers
41 views
Tools for massive programmatic image generation [closed]
I need to generate a lot of images programatically.
I have a database with the name of every town in the world. What I need to do is:
Generate an image with the name of a town using a specific True ...
0
votes
0answers
30 views
How can I change image dpi to 300 using exif
I have a jpeg image.I want to change the dpi of this image to 300.
Is this possible with exif installed on webserver.
If yes ,How can I do this?
...
6
votes
3answers
193 views
How can I have a nice radial transparent gradient applied to an image with PHP?
How can one specify an image and apply a radial transparent gradient where it fades out radially. I do not have Imagemagick installed. This is my current code: http://frdsc.net/10i1ZNC. Is this ...
0
votes
1answer
22 views
Struggling to change font with GD imagestring
been messing with imagestring trying to change font & font size but i really dont have a clue, i'm new to php and have worked on some code that i came across on a forum and have made it work for ...
0
votes
1answer
22 views
Image not cropped only for browsers?
I cropped an image using PHP GD imagecopyresampled() function.
I used the function in the past, but now it seems that somehow, for browsers like Firefox & Chrome (latest versions of both) the ...
1
vote
0answers
44 views
Making captcha image in PHP
I'm trying to use the GD graphics library to make this captcha image, and the box shows up how Id like it to, but the text isn't being displayed over the image at all. I can't figure out why it's not ...
0
votes
3answers
43 views
Resizing images without PHP GD Library [closed]
Is there other method for resizing images (pixels and KB/MB) and do simple tasks without the GD Library? Can't images be resized with css/jquery ?
I'm starting a new project and they told me to use ...
1
vote
2answers
56 views
How to change Image to jpg and set dpi to 300 using php?
I have following code in a controller under pngtojpgAction() which I am calling using ajax.
Through this
$this->getRequest()->getParam('imagedata'));
statement I am getting a pattern ...
-1
votes
3answers
37 views
ImageMagick Installed, True or False, How to Check? PHP [duplicate]
I have to run a function that has an option to use GD or ImageMagick - what is the best way (php) to test if ImageMagick is installed, and return a true or false?
1
vote
1answer
35 views
Merge two images with GD Library, have 1 repeat in background
I want to take an image that has transparency and then overlay that on top of a 60x60 (arbitrary size) image that repeats for the width and length of the first image...
So essentially use image 2 as ...
0
votes
0answers
17 views
Convert to alpha using PHP GD
I'm trying to achieve something close to what Fireworks does by using the convert to alpha filter (see http://erskinedesign.com/blog/fireworks-tips-convert-alpha/). Is this possible using only the php ...
0
votes
0answers
21 views
redirect after image uploaded with imagecreatefromjpeg
I'm currently trying to use the GD library to crop and upload an image. I upload the image first to the server and save the url to the image which I then pass to the following script which reads the ...
1
vote
1answer
61 views
PHP Captcha-generator does not generate transparent PNG. Why?
I have set imagealphablending on every image I create, still there is a black background. What could be the problem?
$systemSettings = array(
'captcha' => array(
'colors' => ...
1
vote
2answers
23 views
Image resizing performance comparison
I'm saving two photos from an upload. One is a larger photo and the other is a thumb.
I was wondering if i used less resources to create the thumb copy of a photo from the reduced larger photo say ...
0
votes
2answers
43 views
How would I get a dynamically generated PHP image to display on a webpage after creation?
Okay, my problem here is I want to display the dynamically generated images on a webpage after they have been generated and provide a link for the user to use the image. When I try to echo the image:
...
0
votes
2answers
23 views
Color-keying image not working in PHP
The input image has a magenta background.
The outputted image always has a black background.
Both attempts give same results. I want it to be alpha background, not black background.
Attempt #1:
...
-1
votes
0answers
26 views
SLIR image resizer modification needed - Externally hosted images
I am currently using a php-based image resizer called SLIR: https://github.com/lencioni/SLIR
It works perfectly except it won't work for externally hosted images. I would like these externally hosted ...
1
vote
1answer
39 views
Creating a palette of mixed colours using PHP/GD
An interesting problem has been presented by a client. They are looking to create an application that allows users to pick from a selection of colours and produce a dynamic image that shows a mix of ...
0
votes
1answer
21 views
Grayscale image from external URL
I want to get external url, transform into grayscale then display it to the browser.
I tried using GD with below code:
$youtube_id = explode('&v=', $video['youtube_link'])[1];
...
0
votes
1answer
35 views
gd library gives broken image and overrides wordpress theme
I have created a new template and added the following code:
<?php
$stamp = imagecreatefrompng('images/haz.png');
$im = imagecreatefromjpeg('images/baz.jpg');
$marge_right = 10;
$marge_bottom = ...
0
votes
0answers
31 views
imageline (PHP+gd) creates too long line
I'm trying to draw a line representing a complex number on a circle (base image: http://i.imgur.com/MnGENrP.png) starting from the centre of the circle and ending on a point on the circle. But here ...
0
votes
0answers
44 views
GD Library justify text into created image
I'm using GD library to insert some long text into a rectangle that's into the created image. I want the text justified to rectangle width and height, because the text allways prints over the ...
-1
votes
0answers
41 views
PHP GD: imagecreate or imagecreatetruecolor for gif image [closed]
I'm new to GD library and thank you for helping me with the following question:
If I only create a gif image, imagecreatetruecolor() and imagecreate(), which is better? Any advantage of ...
0
votes
2answers
43 views
What is the best method for resizing images to a fixed height and width while maintaining image ratio?
On my startups site you'll notice in the featured destinations section that I have destination images that have a fixed height and width set by using CSS. The problem is that my images do not ...
0
votes
0answers
52 views
Save as image the outcome of html 5 drag n drop div
so here is the challenge..
i ve implemented a drag and drop html page where i have several divs aroudn a central one on which i have set background images and i can drag and drop them at a specific ...
3
votes
2answers
31 views
php imagecopyresampled isnt working
I'm creating a website where i need to use a jQuery zoom script. the problem is i need a 4x larger image of the original file uploaded by the admin. The code i wrote is:
$allowedExts = array("jpeg", ...
0
votes
2answers
60 views
Crop non transparent pixels from a transperent 16x16 image using PHP
I would like to crop the non-transparent pixels from a transparent 16x16 canvas. Since the non transparent pixels is actually an image. Is it possible in PHP GD or Imagick?
0
votes
1answer
38 views
Join Multiple transparent png image in Single image into php
Friends i want to generate one png image from multiple transparent PNG image but the issue is that i can generate only last image
Both images can not combine.
My code is given below
$x = 363;
$y = ...
0
votes
2answers
89 views
GD library create image with dynamic text on it
I want to place text generated dynamically from a sql select, on an image created with GD library. I'm using this to create the image and place some text on it, but I want to place the variable $users ...
0
votes
0answers
20 views
php - GD extention and version number with phpversion()
Trying to get a bit of server info for debug I just use :
$ext = get_loaded_extensions();
foreach($ext as $ex){
echo '<br> Enabled : <b>' .$ex .'</b>';
}
Result :
[.....]
...
1
vote
2answers
34 views
PNG - preserving transparency
I'm trying to redesign my site so that my original square, tile-based rendering of images can be more of a cutout of the image... to get rid of that grid pattern.
Here's how it looked originally...
...
0
votes
0answers
39 views
Translate image using PHP GD library
I want to translate the images through PHP. For example, if an image is at bottom right, I need to move it to top left. Size is 16x16 and inside the transparent 16x16 canvas there is an image.
I ...
0
votes
0answers
18 views
News feed imagecreatefromjpg() error in batch
I'm pulling a news feed and doing batch imagecreatefromjpg() in a loop but I'm getting this error.
Warning: imagecreatefromjpeg(): php_network_getaddresses: getaddrinfo
failed: Name or service ...
0
votes
0answers
16 views
Unable to output image for saving with PHP GD-Content-Disposition: attachment not working [duplicate]
I have this little problem with my script since I'm able to output my image and "save it as" locally but I cannot do it when I try with the document uploaded to my server, what I need is that once I ...
0
votes
1answer
68 views
Uploading an image read from database to Amazon cloud
I'm trying to loop through a bunch of images that are stored on an MS SQL database in binary format and moving them to the a bucket on the Amazon cloud using php.
I've tried a few methods but with no ...


