1.0.1 • Published 8 years ago

bitmap_transformer v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

Bitmap transformer

Build Status codecov npm version npm downloads

This is a basic bitmap parser and transformer.

Instructions

# Install with npm
npm install --global bitmap_transformer

# Run command line
# bitmap_transformer <transform type> <input bitmap> <output bitmap>
# Transformation types
#    black
#    mirror
#    grey-scale
#    red-scale
#    invert

# Example
bitmap_transformer black ./img/palette-bitmap.bmp ./img/transformed-img/black.bmp

# Run tests
gulp test

# Run lint
gulp lint

# Watch both the tests and the linter
gulp watch

Bonus points

  • Create a command line interface
  • Can handle any sized bitmap
  • Handle both endianess (not quite sure if this works completely, kind of had to test)
  • Command line can select transform type
  • Make project installable with npm

Authors

1.0.1

8 years ago

1.0.0

8 years ago

0.1.0

8 years ago