Members:
- Remil Marzan, Brian Alspach, & Cayla Zabel
- Taking a colored 8-bit bitmap file and transforming it to grayscale, bluescale, and inverting the given original image shown below.
Transformations:
- Greyscale Transformation:
-
grayTransform
-
- Blue Transformation:
-
blueTransform
-
- Inverted Transformation:
-
invertTransform
-
Use this app by opening your favorite Terminal and running these commands:
- node bitmap.js [transform(s)]
- Examples:
-
node bitmap.js grayTransform
-
node bitmap.js blueTransform
-
node bitmap.js invertTransform
-
More transformations are to come!
ⒸCodeFellows 2017 Team Bad Hair Day