Download the PHP package ecourtial/php-bmp-parser without Composer
On this page you can find all versions of the php package ecourtial/php-bmp-parser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package php-bmp-parser
PHP BMP Parser
Description
- This small library allows you to parse a standard Windows BMP file (generic information + pixel by pixel).
- No third party libraries required. It is only based on native PHP functions.
- It also provides a basic feature to edit an existing BMP file (for this feature you will need the gd PHP extension).
Limitations
So far the library only handles the following files:
- 24 bits (true colors)
- 8 bits (256 colors) with palette
- 4 bits (16 colors) with palette
Another limitation, when editing: the current version of the library only allows editing 24 bits files.
Installation
composer require ecourtial/php-bmp-parser
Utilization
All versions of php-bmp-parser with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
The package ecourtial/php-bmp-parser contains the following files
Loading the files please wait ....