BMP_Loader
Package:
Summary:
Read and write BMP images in pure PHP
Groups:
Author:
Description:
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.
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.
Comments are closed.