gd
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 146
GD FontMaker 1
Allows you to create your own custom GD fonts for use with PHPs ImageLoadFont function. check it out. more>> Allows you to create your own custom GD fonts for use with PHPs ImageLoadFont function. check it out.<<less
Added: 2005-04-22 License: GPL Price: $0.00USD
14 downloads
Counter.gd 1.0.1
A counter is based on the client-server model. It should only on the home page automatically generated source code is copied and inserted on your home page. The rest is done www.counter.gd. The following values are represented: - Domain - more>> A counter is based on the client-server model. It should only on the home page automatically generated source code is copied and inserted on your home page. The rest is done www.counter.gd. The following values are represented: - Domain - Visitors to time on-line (in the last 5 minutes) - Visitors today - Visitors in the last 30 days - Visitors total - Last impression (date and time) - Impressions in the last 30 days - Impressions total - Display of the visitors of the last 30 days over bar chart - Display of the side calls of the last 30 days over bar chart For Joomla / Mambo: You have to fetch only a Counter-ID from www.counter.gd, download & install the module and register the Counter-ID under attitudes. The module offers different attitudes (like representation of the counters, button style etc.). Your statistics is available thereafter over a Button (a picture on your Web operational readiness level appears).<<less
Added: 2007-11-20 License: GPL Price: $0.00USD
13 downloads
GD Star Rating 1.5.2
This WordPress plugin allows you to set up rating system for pages and/or posts in your blog. more>> <<less
Added: 2009-07-07 License: GPL Price: GPL
17 downloads
GDGraph for PHP 2.1.0
Do line, pie and bar graphs from preformed arrays with GD and PHP. more>> Do line, pie and bar graphs from preformed arrays with GD and PHP.<<less
Added: 2005-10-22 License: GPL Price: $0.00USD
11 downloads
Gd / FreeType text label generator
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. more>> 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.<<less
Added: 2007-06-21 License: Other Free / Open Source License Price: Free
876 downloads
Resize Images Using PHP and GD Library
The article along with complete code sample demonstrates the use of GD library to generate thumbnails. The script first saves the uploaded image in a specific location, it then generates a thumbnail version of the image and finally saves the generated more>> The article along with complete code sample demonstrates the use of GD library to generate thumbnails. The script first saves the uploaded image in a specific location, it then generates a thumbnail version of the image and finally saves the generated thumbnail image in JPEG format. The article also includes explanation of the calculations involved and a few other tips.<<less
Added: 2009-05-04 License: Freeware Price: $0.00USD
10 downloads
Poll Result Bar Through PHP GD Function
It is useful for displaying Single Result bar for Testimonial, Review, or topic rating. In this article, You will learn how to create Images, Resize, Copy and Merge into One Image, using PHP GD Functi more>> It is useful for displaying Single Result bar for Testimonial, Review, or topic rating. In this article, You will learn how to create Images, Resize, Copy and Merge into One Image, using PHP GD Functions, also you will find a trick to create seo friendly url with just a single line of code.<<less
Added: 2007-06-03 License: PHP License Price: Free
909 downloads
Create Thumbnails with GD (2 Functions) 1
Hi all, this little set of functions will create thumbnails of images using PHP?s built in GD functionality. The first function will create thumbnails that save the original aspect ratio. The second will create a sqaure cropped thumbnail. more>> Hi all, this little set of functions will create thumbnails of images using PHP?s built in GD functionality. The first function will create thumbnails that save the original aspect ratio. The second will create a sqaure cropped thumbnail.<<less
Added: 2008-02-26 License: Freeware Price: $0.00USD
16 downloads
How to center a text on an image using GD
This tutorial can give you an idea of how to center a text on an image using the GD Library. The script creates an image and centers a text on it. more>> This tutorial can give you an idea of how to center a text on an image using the GD Library. The script creates an image and centers a text on it.<<less
Added: 2008-10-09 License: Freeware Price: $0.00USD
12 downloads
An intro to using the GD image library with PHP
A brief introduction to the world of image manipulation in PHP using the GD library. This tutorial will guide you through creating a clock that will display the current time. more>> A brief introduction to the world of image manipulation in PHP using the GD library. This tutorial will guide you through creating a clock that will display the current time.<<less
Added: 2002-02-04 License: Not Specified Price: Free
2854 downloads
Watermark Your Images with Text Using PHP and GD Library
The article along with complete code sample demonstrates the use of PHP and GD library to watermark uploaded images on the fly. The method demonstrated here to watermark an uploaded image is to render a partially transparent line of text over the more>> The article along with complete code sample demonstrates the use of PHP and GD library to watermark uploaded images on the fly. The method demonstrated here to watermark an uploaded image is to render a partially transparent line of text over the original image.<<less
Added: 2009-05-06 License: Freeware Price: $0.00USD
17 downloads
Watermark Your Images with another Image Using PHP and GD Library
The article along with complete code demonstrates the use of GD library to watermark images on the fly. The method demonstrated here to watermark an uploaded image is to overlay the original image with another image, preferably a transparent PNG image. more>> The article along with complete code demonstrates the use of GD library to watermark images on the fly. The method demonstrated here to watermark an uploaded image is to overlay the original image with another image, preferably a transparent PNG image.<<less
Added: 2009-05-04 License: Freeware Price: $0.00USD
19 downloads
Generate Images with Round Corners On-The-Fly Using PHP and GD Library
The code sample demonstrates the use of GD library to apply round corners on an image on-the-fly. It allows you to apply round corners of arbitrary size and color on a GIF, JPEG or PNG image. The source image is read on-demand and sent directly to the more>> The code sample demonstrates the use of GD library to apply round corners on an image on-the-fly. It allows you to apply round corners of arbitrary size and color on a GIF, JPEG or PNG image. The source image is read on-demand and sent directly to the browser. This script can potentially eliminate the need of a graphics editing program to apply round corners on tons of images plus revising the images (e.g. when the color scheme or layout of the website changes) is not required.<<less
Added: 2009-05-10 License: Freeware Price: $0.00USD
16 downloads
How to resize an image (on the fly) and keep its aspect ratio using GD
This is a PHP Class useful if you need to resize images keeping their aspect ratio, using the GD Library. The new height is calculated proportionally to the new width?s size and reverse. For instance you have an image with the following dimensions: width more>> This is a PHP Class useful if you need to resize images keeping their aspect ratio, using the GD Library. The new height is calculated proportionally to the new width?s size and reverse. For instance you have an image with the following dimensions: width - 1000, height - 800. Its thumbnail with a width of 250 will have the height of 200 (the ratio is kept).<<less
Added: 2008-10-09 License: Freeware Price: $0.00USD
13 downloads
3dlib 0.11
3dlib is a PHP class for drawing anything you want in 3D space coordinates including 3D Charts. All 3D space transformations are implemented. Some GD functions are adapted. 3dChart() function is added. more>> 3dlib is a PHP class for drawing anything you want in 3D space coordinates including 3D Charts. All 3D space transformations are implemented. Some GD functions are adapted. 3dChart() function is added.<<less
Added: 2001-06-05 License: Freeware Price: 0.00
10 downloads
Other version of 3dlib
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above gd search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed