Lab shannon#11
Open
sedillon93 wants to merge 14 commits intocodefellows-seattle-javascript-401d19:masterfrom
Open
Lab shannon#11sedillon93 wants to merge 14 commits intocodefellows-seattle-javascript-401d19:masterfrom
sedillon93 wants to merge 14 commits intocodefellows-seattle-javascript-401d19:masterfrom
Conversation
added 13 commits
November 30, 2017 17:05
Rubiksron
reviewed
Dec 5, 2017
.eslintignore
Outdated
| @@ -0,0 +1,7 @@ | |||
| # Created by Vinicio Vladimir Sanchez Trejo | |||
Rubiksron
reviewed
Dec 5, 2017
.eslintrc
Outdated
| @@ -0,0 +1,28 @@ | |||
| # Created by Vinicio Vladimir Sanchez Trejo | |||
Rubiksron
reviewed
Dec 5, 2017
| * Add or Mutiply a Hue | ||
| * Add or Subtract Contrast | ||
|
|
||
| The program alters an image (bmp format) using one of three provided transformation types and saves the new image as a different file. Three parameters are required: the file path of the image to be altered (must be a .bmp format), the desired output file path (with .bmp extension), and the name of the transform desired (invert, randomize, or greyscale). If a parameter is not supplied the program will return an error. If the transformation type is not one of the three provided an error will be thrown and no new image will be created. |
There was a problem hiding this comment.
all of your files ending in .md should use proper markdown syntax. this is a big project, be a bit more specific :)
Rubiksron
reviewed
Dec 5, 2017
| const bitmapTransformer = require(`../lib/bitmapTransformer`); | ||
| const indexJS = require(`../index.js`); | ||
|
|
||
| describe(`bitmapTransformer.js`, () => { |
Rubiksron
reviewed
Dec 5, 2017
index.js
Outdated
| @@ -0,0 +1,46 @@ | |||
| #!/usr/bin/env node | |||
…f arguments provided to bitmaptransformer.readfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.