-
GD barchart generator is a PHP library for generating bar charts. It's very easy to configure and relies onPHP's GD library to draw data. Features of GD barchart generator:- Easy to pass data to it- Set custom font- Set axis text angle- Set chart size- Add axis labels- Set bar width- Set the space between blocks- Set bar colors (or ...
-
PHP Image Magician is an open source project that uses PHP GD to perform image manipulation in an easy, succinct way. Resizing, cropping, watermarking, adding text - we got it all and more! Features of PHP Image Magician:- Easy resize- Watermark- Shadows & Reflections- Transparency support- Full crop capabilites- Text- Borders, Rounded corners, Rotation- Image type conversion- BMP support- EXIF ...
-
This script can render images with text using graphics as fonts. It takes a text string and creates an image on which the characters of the string are displayed using separate image files to render each character. The text may be aligned to the left, right, center or be justified. The image width may be limited so the text is ...
-
This PHP script is to creat thumbnails of JPG, PNG, and GIP images. It requires PHP incl. GD library and optionally ImageMagick and MySQl. Thumbnails are cached to increase performance.If ImageMagick is installed, thumbnails will be created with ImageMagick because of the better quality. (Note: This script uses a system call for ImageMagick - this will not work in PHP ...
-
This is a PHP script to render Thaana text characters. Thaana is the modern writing system of the Divehi language spoken in the Maldives. To render the native Thaana characters, the class uses images generated by the GD library.However, since the GD library does not support right-to-left scripts and does not offer line wrapping to fit text within a bounding ...
-
Object Oriented GD library can manipulate images using the GD extension functions. It is basically a wrapper around almost all functions of the GD image extension. It is a professional PHP image handling script. Handled formats include PNG, GIF, JPEG, WBMP, XPM and XBM.This script includes functions for creating, reading and writing images, resizing, rotate and copying parts of images, ...
-
CF Captcha is a Simple PHP Anti-Spam Captcha Script based on PHP/GD, to help prevent web robot from flooding your Comments, Guestbooks, Contact forms or any other online application susceptible to spam.One of the main Features of this script is that it alternates between a simple math problems (Additions, subtraction and multiplication sums) and a random spring of characters.Requrements:- PHP ...
-
BMP2GD is a PHP script designed can be used to convert images in the BMP format. It can read a given image file in the BMP format and create a GD image resource from the contained image data. Note:Only non-compressed BMP images are supported. Requirements:- PHP 4.0 or higher
-
This package can be used to manipulate videos files in PHP using the ffmpeg program.It provides classes for retrieving information from video and audio files like the duration, frame and sample rate, frame size, etc..It can also extract individual frames from the videos and create GD image resources.It supports the all the video formats supported by ffmpeg like MOV, AVI, ...
-
BMP_Loader can read an image file in BMP format and parse its data to build an image that can be manipulated by the GD extension functions.A BMP image can also be generated from a GD image resource handle.Requirements:- PHP 5.0 or higher- PHP GD extension
-
GD Image Manipulation can open image files in GIF, JPEG or PNG format and perform several types of operations. Currently GD Image Manipulation can generate HTML tags to display the image, resize the image to fit a given width or height, rotate or flip the image horizontally or vertically, apply color effects like sepia, colorize, negate, grayscale, brightness adjust, contrast ...
-
Both black/white and colour rendering modes are supported.Requirements: PHP GD extension
-
The supported formats depend on GD library version.Requirements: PHP 3.0 or higher
-
A JPEG-compressed version of the processed image is saved on the server. extensive GD2+ image manipulations can easily handle proportional thumbnails with stacked transformations.Multiple transformations can be stacked together with ease.Key Features of extensive GD2+ image manipulations:- bevel - shaded bevelled edges (width,hex light colour,hex dark colour)- greyscale - black n white (ratio red,ratio green,ratio blue)- ellipse - carved ellipse ...
-
The PHP GD library functions are used to create an image with a specified size.phpGDImage can render several types of basic graphics on the image like points, lines, rectangles, filled areas and text. The graphics may be rendered with configurable colors, thickness and font parameters.The generated image may be saved to a given server file in the PNG format or ...






