Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
gd
- Page 1
Gd
Programming
Web Development
17 Years Ago
by fernandodonster
My server supported as "
GD
support : enabled" (linux OS using) but this program not …;); $im = @imagecreate(110, 20) or die("Cannot Initialize new
GD
image stream"); $background_color = imagecolorallocate($im, 0, 0, 0); $text_color…
GD Library
Programming
Web Development
13 Years Ago
by 54uydf
…/827/unledoyt.jpg/[/url] I got the suggestion on trying
GD
Library. the main problem is not how to create the… with the words, it's how to connect the boxes.
GD
has functions that draw lines..but I don't see… anyone who knows and worked with
GD
thinks it possible to do this using
GD
or I need to look for other…
Re: GD Library
Programming
Web Development
13 Years Ago
by Insensus
It's definitely possible with the
GD
library but from reading your question I feel like your …expectations of the capabilities of the
GD
library are too big. The
GD
library exists only for basic drawing functions…
GD lib using PHP
Programming
Web Development
18 Years Ago
by vssp
Hai Friends I need another clarification
GD
lib. I want to create the new image using
GD
lib. I user select one immage and set the dimension values and press enter the new immage the given dimension value Please send me any sample code How to create the new image using
GD
lib. THANKS
Re: GD Library
Programming
Web Development
13 Years Ago
by 54uydf
… the boxes it's still very messy.. yeah I think
GD
is not the way to go with this.. but thank…
Re: GD lib using PHP
Programming
Web Development
18 Years Ago
by joelgreen
From your post it seems like you need an example of how to resize image using
GD
. Is it correct? Here is ready-made php script. Analyze source code and you'll get idea on how it works. [URL]http://www.zubrag.com/scripts/thumbnail-generator.php[/URL]
GD is not showing in phpinfo
Programming
Web Development
15 Years Ago
by coolest_987
Hi My php version is php4.4.0 and
GD
is not showing in phpinfo even i installed
gd
extension. Any Help will be deeply appreciated. Thanks in advance
GD Question
Programming
Web Development
15 Years Ago
by EvolutionFallen
Hi, I'm using
GD
to dynamically draw a rectangle on an image I have …? Is there any way to do this, or does the
GD
-generated image [I]have[/I] to stay on its own…
Re: GD is not showing in phpinfo
Programming
Web Development
15 Years Ago
by darkagn
Not sure if this is your problem but have you restarted your webserver after installing the
GD
extension?
Re: GD Question
Programming
Web Development
15 Years Ago
by EvolutionFallen
… = @imagecreatefromgif('3fl-stacks.gif') or die("Cannot initialize new
GD
image stream"); $hl_color = imagecolorallocate($mapimg, 255, 255, 0); imagefilledrectangle…
GD Animated gifs
Programming
Web Development
16 Years Ago
by helraizer
Hey folks, I'm working on animating gifs in
GD
. I've adapted the use of the GIFEncoder class from …
GD - Print Animated GIF
Programming
Web Development
16 Years Ago
by StephenP
Hey all, I'm having a bit of trouble making
GD
load and display an animated gif with imagecreatefromgif() and imagegif(). It only displays the first frame of the animation. Is there any fix for this / am I doing something wrong? -Stephen
GD image stream
Programming
Web Development
16 Years Ago
by reshmicejoy
which is the function that outputs a
GD
image stream (im) in BMP format to standard output like imagepng(),imagejpeg(),imagegif()?
GD Graph
Programming
Web Development
15 Years Ago
by xuexue
hi guys, just a little help regarding
GD
Graph, is it not possible to combine the graph plus …
Re: GD Graph
Programming
Web Development
15 Years Ago
by saiprem
[QUOTE=xuexue;1133965]hi guys, just a little help regarding
GD
Graph, is it not possible to combine the graph plus …
gd memory handling issues
Programming
Web Development
14 Years Ago
by therest
… megs used memory after all images destroyed? Is it me,
gd
or what? Sadly this script must run on a server…
gd library and html
Programming
Web Development
14 Years Ago
by dflor
…); ?></html> How could we include a php
gd
library into html?
Re: gd library and html
Programming
Web Development
14 Years Ago
by dflor
I am interested if it is possible to create that image, with
Gd
library, into a php document containing also html code. So, document extension must be .php. If not, the image could be included like <img src="image.php" >, but I'm not interested.
Re: Gd
Programming
Web Development
17 Years Ago
by bigattichouse
When you see this error, take out the content-type declaration, You're probably getting an error from PHP, but because of content-type the browser is preventing you from seeing what is wrong. // header("Content-type: image/png"); <-- comment out. When you get a bunch of text with PNG on the front, you can put it back in.
Re: GD imagepng function produce corrupted image file
Programming
Web Development
16 Years Ago
by cwarn23
… problem which I had too when I did my first
GD
script the last line is incorrect as it has an…
Re: GD PHP .png
Programming
Web Development
13 Years Ago
by cereal
With
GD
it's not simple, you need to detect if the image is animated, split, resize each frame and merge them again, check if this class is helpful for you: http://www.phpclasses.org/package/7353-PHP-Resize-animations-in-files-of-the-GIF-format.html bye!
installing gd library in visual c++ 6.0
Programming
Software Development
17 Years Ago
by noraantonia
… * .ZIP File of SOURCE CODE (Windows) How do I build
gd
? Win32 DLL users: if you are using MSVC, use the…the samples in the "index" file in the
gd
library folder which i downloaded (this index file contains information… i get the error : cannot open include file : "
gd
.h" :not such file or directory. why? can you…
Re: installing gd library in visual c++ 6.0
Programming
Software Development
17 Years Ago
by mitrmkar
… here ... If your compiler is unable to find the "
gd
.h" header file, configure the MSVC's Tools/Options… files to have the directory where you have the "
gd
.h" header file.
Re: installing gd library in visual c++ 6.0
Programming
Software Development
17 Years Ago
by noraantonia
Thanks:) now it compiles ok.(i included the path for the
gd
.h directory). how can i run this batch file : makemsvcimport.bat, from MSVC or from the command line ? i just cliked on it, and a black window appears very shortly, but the library hasn't been created.
Re: installing gd library in visual c++ 6.0
Programming
Software Development
17 Years Ago
by mitrmkar
… that you download the [url]http://www.libgd.org/releases/
gd
-latest-win32.zip[/url] That archive seems to come with…
How to configure GD
Programming
Web Development
16 Years Ago
by ryy705
… the following info about
GD
by running phpinfo():
GD
Support enabled
GD
Version 2.0 or … ;fbsql.max_persistent = -1 ;fbsql.max_results = 128 [
gd
] ; Tell the jpeg decode to libjpeg warnings and try…be displayed as notices ; disabled by default ;
gd
.jpeg_ignore_warning = 0 [exif] ; Exif UNICODE user…
php 4.3.3 and gd
Programming
Web Development
19 Years Ago
by eliauction
…image = @imagecreate(480, 250) or die ("Cannot Initialize new
GD
image stream"); $background_color = imagecolorallocate ($im, 0, 0, …gif"); imagegif($im);[/PHP] result: none image shown
gd
version: 2.0.15 from the phpinfo() GIF Read…so please help others spec: apache windows current
gd
2.0.15 current php 4.3.3 help…
Re: How to configure GD
Programming
Web Development
16 Years Ago
by petr.pavel
… Windows on your development box and that would be why
GD
doesn't find the font in Windows font folder. I…'m quite sure that you don't have to configure
GD
library in any way so let's look for other… trying the absolute path? Try downloading the latest version of
GD
library for your operating system (what is your operating system…
Re: How to configure GD
Programming
Web Development
16 Years Ago
by mcscreech
… pc with Apache/2.2.11, PHP/5.2.8,
GD
/2.0.34 and mySQL/5.0.51a. HTH, DaveT…
Re: php 4.3.3 and gd
Programming
Web Development
19 Years Ago
by eliauction
ok..i figure out what it is..the variable is not consistent... anyway how to upgrade to
gd
2.0.33.. another thing..my current
gd
version supposed to support gif..but when i changed it to content type=gif ..no image appeared...so i have to use png instead..WHY????
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC