Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stumpycr/stumpy_bmp
https://github.com/stumpycr/stumpy_bmp
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stumpycr/stumpy_bmp
- Owner: stumpycr
- License: mit
- Created: 2017-05-04T18:38:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-07T23:33:00.000Z (over 3 years ago)
- Last Synced: 2023-05-07T10:10:30.172Z (over 1 year ago)
- Language: Crystal
- Size: 150 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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