bitmap-transform

1.0.0 • Public • Published

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:

Readme

Keywords

none

Package Sidebar

Install

npm i bitmap-transform

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • steventhan