PHP Image Handling
Free and open source PHP image Handling scripts. These scripts allow you to create images, add watermark and manipulate images.-
TextToImage is the foreground and background color, as well as the font size can be specified.The generated image can be saved to file in GIF, JPEG and PNG formats.Requirements: PHP 5.0 or higher
-
An HTTP request is sent to the Google Translate API Web server with the text to be translated, as well as the original and target languages with Google Translate API.The Google Translate API decode the JSON response returned by the server and returns the translated text.Requirements: PHP 4.1 or higher
-
Mr. Thumb Image Resizing can open a given image in GIF, JPEG, PNG, BMP and WBMP formats. The script can resize the image to a given size keeping the original proportion between width and the height.The resulting image can be served as the current script output or saved to a local file.Requirements: PHP 5.0 or higher
-
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
-
An image in PNG and JPEG format can be loaded and a transparent watermark can be overlaid over PHP - GD Watermarker. The watermark image horizontal and vertical alignment and border padding are configurable parameters.The resulting image with the applied watermark image is saved to a file with the same name of the original, but the class generates a backup ...
-
PHP OOIM can load a given image file in JPEG, GIF, PNG, BMP or XBM format and apply one or more image processing operations.The resulting image can be used as the current script output or saved to a file.Key Features of PHP OOIM:- Scaling- Cropping- Adding a watermark- Draw lines or boxes- Filling white space with a colorRequirements: PHP 5.0 ...
-
Get Image Color can open an image file in JPEG format and traverse its pixels to find which are the most used colors. It can skip a given number of analyzed pixels according to the granularity parameter.An array of the top most used colors up to a specified limit of number or color, is returned. The colors are returned in ...
-
coverFlow, a new image is composed from a set of images by displaying them using the cover flow 3D perspective effect.The coverFlow also generates HTML maps so clicks on the displayed images lead to a new URL that displays the clicked image as the main cover imageRequirements: PHP 4.0.6 or higher
-
Overlay Text takes the path of a background image file and creates a new image with a text rendered over the background image. Parameters such as the text font, size, color and alignment, can be configured.The generated overlay image is stored in a given path in JPEG format.Requirements: PHP 4.0 or higher
-
PHP Image Thumb Generator can open a given image file in the GIF, JPEG and PNG format. It can create a thumbnail of the image with given size, preserving the proportion between the original width and height.Thumbnail images get served in the same format as the original images as the output of the current script.Requirements: PHP 5.0 or higher
-
Image Uploader and Resizer can take an uploaded file and move it to a given directory. If the directory does not exist, the class creates it and sets its permissions to make it accessible.Thumbnail files can also be created if the image is in GIF, JPEG or PNG format.Requirements: PHP 5.0 or higher
-
You seem to see them everywhere: nice images with a reflection below. Create reflection of an JPG of PNG file will enable you to add such a reflection to an image on your website.Create reflection of an JPG of PNG file has two basic methods of operation:- return one image with the original image plus a reflection- return an image ...
-
Img_utils can open an image in either GIF, PNG, JPEG or BMP formats and apply several types of image processing operations. The image can be cropped, resized or scaled.The processed image can be saved back to a file in any of the supported formats.Requirements: PHP 4.0 or higher
-
Image to PHP Standalone Output is based on the "Image to PHP" class by Ben Yacoub Hatem. Requirements: PHP 5 or higher
-
svg2png uses the Inkscape program in order to convert the SVG to PNG format. Requirements: PHP 4.2 or higher

