PHP Classes / BMP_Loader

Read and write BMP images in pure PHP

BMP_Loader PHP Class

This class can be used to read and write BMP images in pure PHP. It 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. The class can also do the opposite, i.e. take a GD image resource handle and save the image data to a file in the BMP format.

Similar PHP Classes

Search in PHP Classes

Filter by tags