PHPackages                             itgalaxy/bmp2image - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Image &amp; Media](/categories/media)
4. /
5. itgalaxy/bmp2image

ActiveLibrary[Image &amp; Media](/categories/media)

itgalaxy/bmp2image
==================

Creates an image from a Bitmap

2.0.0(9y ago)38.9k↓80%2[1 issues](https://github.com/itgalaxy/bmp2image/issues)1MITPHPPHP ^5.6 || ^7.0CI failing

Since Oct 6Pushed 9y ago4 watchersCompare

[ Source](https://github.com/itgalaxy/bmp2image)[ Packagist](https://packagist.org/packages/itgalaxy/bmp2image)[ RSS](/packages/itgalaxy-bmp2image/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (2)Dependencies (3)Versions (2)Used By (1)

bmp2image
=========

[](#bmp2image)

[![Latest Stable Version](https://camo.githubusercontent.com/fa7a85b2c53f696233e563241ec50f009a63ab5331128daf1c4837cbcd56f724/68747470733a2f2f706f7365722e707567782e6f72672f697467616c6178792f626d7032696d6167652f762f737461626c65)](https://packagist.org/packages/itgalaxy/bmp2image)[![Travis Build Status](https://camo.githubusercontent.com/d21c033f441751f64a3969550801c1db8ef0c8b0c218ace2df465a8c9a0dc505/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f697467616c6178792f626d7032696d6167652f6d61737465722e7376673f6c6162656c3d6275696c64)](https://travis-ci.org/itgalaxy/bmp2image)[![Dependency Status](https://camo.githubusercontent.com/ca34423e0a56098f6ca3cbcbc4b3d51f0d5a7e14a5dac52f034b3d2ed83637fd/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3537663466643430383836646431303034373564656366332f62616467652e7376673f7374796c653d666c61742d737175617265)](https://www.versioneye.com/user/projects/57f4fd40886dd100475decf3)

bmp2image converts BMP to images (JPG, JPEG, PNG, GIF and etc) format.

Installation
------------

[](#installation)

### Install with Composer

[](#install-with-composer)

If you're using [Composer](https://github.com/composer/composer) to manage dependencies, you can add Requests with it.

```
composer require itgalaxy/bmp2image
```

or

```
{
    "require": {
        "itgalaxy/bmp2image": ">=1.0.0"
    }
}
```

### Install source from GitHub

[](#install-source-from-github)

To install the source code:

```
git clone git://github.com/itgalaxy/bmp2image.git
```

And include it in your scripts:

```
require_once '/path/to/bmp2image/Bmp2Image.php';
```

### Install source from zip/tarball

[](#install-source-from-ziptarball)

Alternatively, you can fetch a [tarball](https://github.com/itgalaxy/bmp2image/tarball/master) or [zipball](https://github.com/itgalaxy/bmp2image/zipball/master):

```
curl -L https://github.com/itgalaxy/bmp2image/tarball/master | tar xzv
```

or

```
wget https://github.com/itgalaxy/bmp2image/tarball/master -O - | tar xzv
```

Usage
-----

[](#usage)

```
