-
This PHP image handling script acts as an advanced, lightweight, object-oriented image manipulation library. several types of image manipulation operations are provided requires no any external libraries but just the GD2 extension.Zebra_Image script is designed to rescale, flip, rotate and crop images. It supports supports loading and saving images in the JPEG, GIF and PNG formats, while preserving transparency for ...
-
This PHP image script is used to create and output an image with superimposed text and/or other images using Imagick extension. It can also add borders to the image if needed, the generated image can ba saved to a file in JPEG format or served as the current script output.Requirements:- PHP 5.0 or Higher
-
Auto-Crop can be used to crop images by removing edges of the same color. This PHP script loads a GIf, JPEG or PNG image and then scans it to delete edges color. it crops the image to remove the edge areas that have the same color around it.The cropped image is outputted in the same formoat as the original image ...
-
Image Manipulation Class is a PHP script aims to manipulate and convert images from files. It can open images from files in GIF, JPEG, PNG formats, and can perform several types of image manipulation operations like: resizing, cropping, convert to grey scale or sepia.All processed images can then be saved back to files in the JPEG, GIF and/or PNG formats.Requirements:- ...
-
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 ...
-
PDF to JPG (Flip book) uses ImageMagick convert tool and Ghostscript to generate JPEG images from given PDF files. The resulting images are stored in separate directory. The PDF to JPG (Flip book) also generates ZIP archive with a the images and XML file in the Flip book format Requirements: PHP 5.0 or higher
-
boxPlot takes an array with the values to plot and makes the necessary calculations to determine the positions of the boxes rendered in the chart. It generates an image of a given width and height and stores it in JPEG format file. More than one data array can be rendered and a series names can be added in each boxplot. ...
-
HolyImage can open image files of either GIF, JPEG or PNG formats and create new version of the images with a different size. It can resize the image keeping the proportion relative to a given width or height. The resized version ca be saved to a file in GIF, JPEG or PNG formats, or used as the active script output. ...
-
PHP gauge can create an image with a gauge and a pointer rendered at a given angle. The span of rotation angle, the minimum and maximum values, and the maximum values for green and yellow areas are configurable parameters. The gauge image that is generated according to a predefined size is served as the active script output in GIF, PNG, ...
-
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 ...
-
Simple Image Resizer to resize an image from bigger to smaller size, supporting many image format such as PNG, JPG, and GIF. Simple Image Resizer is useful when we want to upload an original image and make it thumbnail view on your site which has best result thumbnail image, without reducing the quality from original image. Easy to use for ...
-
To reduce the size of JPEG image file, usually the image is saved with lower quality compression factor. However, using this method does not guarantee that the size of the resulting image file will be smaller than a given size limit.JPEG Reducer tries different quality settings to determine the best compression ratio for reducing the file size to under a ...
-
The graph of the function root is also drawn and outputted as a JPEG image.
-
The graph is outputted as a JPEG image through parametric_diagram.
-
JPEG images can be loaded from local files or remote URLs. image_jpg perform several image manipulation operations like adding borders and resize images.The manipulated images can be saved to JPEG files.Requirements: PHP 3.0 or higher



