1.0.0 • Published 8 years ago

bitmap-transform v1.0.0

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

CodeFellows-401d8 Bitmap transformer homework

Usage:

  • Clone and navigate to bitmap-transformer folder
  • Use command with the format .bin/bitmap <filename.bmp> <transform options>
  • Available transform options: invert/grayscale/bluescale/greenscale/redscale

Bonus points completed:

  • Can handle palette and non-palette bitmaps
  • Can handle multiple types of bitmaps (not just BM)
  • Handle LE and BE computers with a single if statement
  • Create a command line interface
  • Command line interface that can select the transform
  • Can handle various sized bitmaps. NOTE** Various sized non-palette bitmaps only have the invert and grayscale working, haven't figure out the algorithms for bluescale/greenscale/redscale yet. All the options for palette bitmap should be working as intended even for various sized.
  • Make your command install-able on npm and use a "bin"

Contributors: