-
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
-
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
-
A specified EBM file can be parsed in order to retrieve its pixel colors.EBM2BMP can either serve an image in BMP format, or an HTML table with cells displayed using the colors of the emblem image pixels, or return an array with the emblem image data.EBM2BMP may also replace colors in the image with new tone values.Requirements: PHP 4.0 or ...
-
imagebmp takes a GD image resource handle, reads its pixels, and generates a 24 bit BMP image. The resulting image can be served as the current script output or to a local file.
-
image_bmp does not require any external modules such as the GD library or ImageMagick. Since the BMP format is not optimized in any way, dealing with such images is a slow process.

