Skip to content

brials/04-bitmap_transformer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitmap Transformations

Members:

  • Remil Marzan, Brian Alspach, & Cayla Zabel

Purpose of This App

  • Taking a colored 8-bit bitmap file and transforming it to grayscale, bluescale, and inverting the given original image shown below.
  • alt tag

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

About

Lab 04 - Bitmap Transformer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%