Skip to content

branespace/bitmaptransform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bitmaptransform

This program can be called via node index.js <transformation> <original.bmp> <newfile.bmp>

Author: Greg Irwin

Collaborators: Steven Chadwick and Kasim Siddiqui

Transformations

Several different transformations are possible: Grayscale, sepia, invert colors, flip horizontally, flip vertically, blue channel, red channel, and green channel.

A transformation can be called as an option in a couple of different ways:

  • --gray or -y
  • --sepia or -s
  • --invert or -i
  • --vertical or -v
  • --horizontal or -h
  • --blue or -b
  • --red or -r
  • --green or -g

The help command is available: node index.js --help

Get a list of available transformations: node index.js --list

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages