PHP Image Handling
Free and open source PHP image Handling scripts. These scripts allow you to create images, add watermark and manipulate images.-
ImageTitle, a given text can be rendered on an image with a specified color and font. The width and height of the image is determined automatically, but the class can limit the number of characters to show in a line.ImageTitle can generate multiple images for text split in multiple lines. The generated images may be saved to files in the ...
-
The supported formats depend on GD library version.Requirements: PHP 3.0 or higher
-
Images in GIF, PNG or JPEG format are supported.Requirements: GD PHP extension
-
The image is outputted in JPEG format through function_diagram.Requirements: PHP
-
Pixels with any possible color or incolor ones can be created. GifPix can prove very usefull to create statistics - plot bars.
-
Image Uploader takes an uploaded image and check whether the MIME type is of GIF, JPEG or PNG formats, if the file size does not exceed a given limit, or the image width and height is not smaller than a given size.Image Uploader can also create thumbnails and assure that width and height of neither the thumbnails nor the original ...
-
The HTML tags required to insert the images into Web pages are also generated. phpimage uses the GD library functions to output images in the PNG or JPEG formats. phpimage can also generate the images in SVG format using a separate class.
-
The watermark image can have a color that is handled as transparent color, and can be applied with a variable opacity level within the range from 0% to 100%.The watermark image can be applied in a fixed or a random position of the image to be process. The original image can be served in GIF, JPEG, PNG, WBMP, XPM or ...
-
Smart Image can read images in either GIF, JPEG or PNG formats and apply several processing operations. It can rescale an image either by preserving its proportions or cropping it to not exceed and given width or height.An watermark can also be added by overlaying another image at a given position with a configurable transparency level. The processed image can ...
-
The images can be displayed or saved to disk.
-
B&W; stands for black and white format.
-
Pages with large images can load faster if many pieces of the same image are loaded at the same time.Image Slicer takes the limit width and height of each piece and outputs an HTML table with with image tags to load each image slice.
-
Texture Background Effect can apply a texture image on another image, making the texture appear on the processed image displaced by an offset with a given number of pixels.A texture can be applied several times with different offset values in order to obtain other effects.
-
Print Logo On Image can open a transparent image in the PNG format and place it over another image in the JPEG format.Different horizontal and vertical alignment options can be used to place the logo image. The resulting image is generated in the JPEG format and outputted as part of the current script.Requirements: PHP 4.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 ...

