Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stumpycr/stumpy_bmp


https://github.com/stumpycr/stumpy_bmp

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# stumpy_bmp

See https://en.wikipedia.org/wiki/BMP_file_format#Pixel_storage for BMP image format

## Installation

Add this to your application's `shard.yml`:

```yaml
dependencies:
stumpy_bmp:
github: stumpycr/stumpy_bmp
```

## Usage

```crystal
require "stumpy_bmp"
```

TODO: Write usage instructions here

## Development

TODO: Write development instructions here

## Contributing

1. Fork it ( https://github.com/stumpycr/stumpy_bmp/fork )
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create a new Pull Request

## Contributors

- [redcodefinal](https://github.com/redcodefinal) Ian Rash - creator, maintainer
- [l3kn](https://github.com/l3kn) Leon Rische - maintainer
- [reiswindy](https://github.com/reiswindy) reiswindy - contributor