browse by tag: gd
sort by
Simple poll with PHP and GD
in PHP added by mahmoudcasey, on 9/1/2008 gd mysql poll
This tutorial will demonstrate how to make a basic poll using PHP, and store the results in MySQL. We will then display the results by making a pie chart with the GD Library.
comment save reportGetting to know GD
in PHP added by Sidewinder, on 9/11/2007 beginner tutorials gd general
Have you ever been on aim and received a message from one of your friends with a big long URL followed by something like John%20Is%20Stupid; You know what ever it is, wont be worth your time, but you click on it anyway to find someone goofy looking holding a sign and on it printed in big bold letters "John Is Stupid". Ever wonder how they work?
comment save reportGd / FreeType text label generator
in PHP added by AnyExample, on 25/6/2007 advanced tutorials freetype gd ttf
This is an example of using Gd / FreeType to generate image text labels with TTF font. Provided script could be used as "text rasterization service" to generate arbitrarily text-images for a web site. MD5-based authorization is used to avoid image generation by unauthorized users.
comment save reportMagickWand for Beginners
in PHP added by AKnife, on 11/5/2007 beginner tutorials gd im image image manipulation imagemagick
The "MagickWand" interface to ImageMagick for PHP makes image manipulation as easy as it can get.
comment save reportStorage and re-use of images using PHP/GD - Part 2
in PHP added by goodphptutorials, on 22/8/2006 gd image storage media web publishing
Publishing images on the web is nice, but tedious. It would be nice if we could use a system that automates the uploading, storage, converting and resizing of our images. We could feed that system our images once, and retrieve them later in many different formats. In this article, we will write some scripts that come close to this ideal system. PHP and the GD-library will provide us with an easy method of uploading, searching and publishing our images.
comment save reportStorage and re-use of images using PHP/GD - Part 1
in PHP added by goodphptutorials, on 21/8/2006 gd image upload images media
Publishing images on the web is nice, but tedious. It would be nice if we could use a system that automates the uploading, storage, converting and resizing of our images. We could feed that system our images once, and retrieve them later in many different formats. In this article, we will write some scripts that come close to this ideal system. PHP and the GD-library will provide us with an easy method of uploading, searching and publishing our images.
comment save reportImage manipulation with PHP & the GD library, Part 2
in PHP added by goodphptutorials, on 17/8/2006 gd images media
In this second part of the article series on PHP?s image functions Dennis Pallett shows you how to resize images on-the-fly and how to dynamically add a watermark to an image. Full demo code included.
comment save reportImage manipulation with PHP & the GD library, Part 1
in PHP added by goodphptutorials, on 17/8/2006 gd images media
In this first part of a new article series on PHP?s image functions Dennis Pallett will show you how to open, display and save images with the GD library. You will also learn how to build a simple image converter script, with full source included.
comment save reportDynamic Images
in PHP added by goodphptutorials, on 27/1/2006 dynamic image gd media
If you frequent forums, you'd probably remember images in people's signatures that would display information about your computer. Such mysticism! This tutorial will teach you that, and more!
comment save reportGD Library
in PHP added by goodphptutorials, on 3/12/2005 dynamic images gd images media
his tutorial is for users who are trying to get a good introduction about the PHP GD functions.
comment save report