-
HTML Chart is easy to use and does not use the GD library.
-
The PHP GD library or the ImageMagick program can be used. Thumbnail Party generates thumbnail images with a size proportional to the original image.If the original image is smaller than the target thumbnail size, the class may optionally enlarge the original image. The empty spaces around the rescaled image can be optionally filled with a background color. The rescaled image ...
-
HTML Bar Chart works with any browser and the GD PHP extension is not required.
-
JPEG Fit takes a picture in any format supported by the GD library and generates a JPEG picture with the maximum quality factor that makes the picture file size not exceed a given limit.The binary search algorithm is used to reach the ideal quality factor in the smallest number of iterations.JPEG Fit stops searching when a given number of limit ...
-
Bar and Line Point Chart takes a set of values to present in the chart and generates an image of a given size using the GD library to render the chart graphics.Parameters such as the title, sub-title, horizontal and vertical axis captions, horizontal and vertical scales, can be configured.
-
GD2 Class uses the PHP GD2 library functions in order to perform the operations.Key Features of GD2 Class:- Read images from files in the GIF, PNG and JPEG formats- Resize images to a given width and height- Crop an image given the coordinates and dimensions of the cropping rectangle- Apply several types of image effects like: negate, grayscale, edge detect, ...
-
Bar chart drawing can be used to generate bar chart diagrams using only HTML with CSS styles and icons images. It does not use GD or any other dynamic graphics generation library. It takes as parameters a set of values that define each bar of the chart, a set of labels for horizontal and vertical axis legends.Bar chart drawing generates ...
-
Render formula can be use to render mathematical formulas as graphical images. It parses a formula with constant and variable values combined with several possible mathematical operations.Currently Render formula supports formulates using the operations: addition, subtraction, multiplication, division, and functions like square root, sin arc sin, cosine, and power.Then Render formula renders the given formula in an GD library image. ...
-
Plottable Thumbnail Library is a script that generates thumbnail images on the fly. It may be useful for creating image galleries.The thumbnails can be generated as the current script output or have its file data returned as a string.Plottable Thumbnail Library supports caching the generated thumbnail images in server side files. It requires the PHP GD extension. For remote files, ...
-
Pictorus GIF Text is a simple class that can be used to render text as images.Pictorus GIF Text generates an image with the PHP GD library extension and renders a given text with configurable text font, foreground and background color and transparency.The resulting image is generated in the GIF format and is served as the current script output.
-
Mandelbrot can generate Mandelbrot and Julia fractals images using arbitary precision math using the PHP BC extension.Mandelbrot can be configured to set many different fractal parameters and the size of the output image, which is saved to a file in the PNG format using PHP GD extension.
-
Dumbnail creates a thumbnail of an image. Size of thumbnail is determined with maximum width and height of an thumbnail. You need GD module so the class will be able to use specific functions.Note: PHP function ImageGIF not availableSince all GIF support was removed from the GD library in version 1.6, this function is not available if you are using ...
-
Gallery4All is a picture gallery that can be very easy integrated in your design or script. You only have to call one function: show_gallery(). In the administration panel you can insert/edit pictures and categories.The thumbnails are generated with GD libraries, you can use either GD 1.x or 2.x version. You optionally have short urls feature thanks to mod_rewrite.
-
Cookies Graph Counter is a PHP-based visitor counter script using cookies. It uses the GD library to create a gif graph counter on your Web page.

