renamed ColorStretch filter to Enhance. cleaned up the code a bit. updated tests. changed function signature back to just image data

This commit is contained in:
Eric Rowell
2014-01-02 21:12:41 -08:00
parent a0d0f23ef8
commit 374bc22680
6 changed files with 111 additions and 187 deletions

View File

@@ -17,7 +17,7 @@ module.exports = function(grunt) {
'src/filters/Mask.js',
'src/filters/ColorPack.js',
'src/filters/ConvolvePack.js',
'src/filters/ColorStretch.js',
'src/filters/Enhance.js',
'src/filters/Flip.js',
'src/filters/Levels.js',
'src/filters/Mirror.js',