aashna27
440c3e0ad0
Eslint operator spacing config ( #1109 )
...
* Eslint operator spacing config
* consistent spacing after comma
* comma styling config
* Trailing spaces config
2019-06-13 16:59:43 -04:00
aashna27
9eac21897a
Added noise reduction module ( #1105 )
...
* Added Noise Removal Module
* Remove ChangePixel Function
2019-06-13 13:09:13 -04:00
aashna27
c784de0c19
Added Eslint and husky ( #1062 )
2019-05-11 10:39:15 -04:00
Harsh Khandeparkar
0c3d7be7e2
Module tests ( #1058 )
...
* change all old module benchmarks
* no node 6
* add average module tests
* edge-detect test added
* edge detect tests
* flip-image tests
* tint tests
* saturation tests
* gradient tests
* exposure tests
* draw-rectangle tests
* color-temperature tests
* convolution tests
* paint-bucket tests
* ndvi tests
* ndvi-colormap tests
* histogram tests
* crop tests
* gamma-correction tests
* dynamic tests
* colorbar tests
* webgl-distort tests
* fisheye-gl tests
* blend module tests
* overlay module tests
2019-05-06 15:41:42 -04:00
Harsh Khandeparkar
b0096a13f4
GPU Acceleration achieved! ( #1038 )
...
* add gpu.js 2.0.0-rc.7
* add gpuUtils
* add gpuUtil convolve
* add convolution to edgeDetect
* bench it
* bench change
* newline
* pipeline
* revert edge-detect
* gpu accelerate gaussian blur
* edgeDetect use blur
* tweak values
* remove ndarray-gaussian-filter
* audit
* turn on previews
* remove oldPix
* fix travis
* Travis fix
* Try fixing travis
* Fix
* Retry
* tweaks
* convolution module on GPU
* use babelify
* trial
* remove logs
* Update .travis.yml
* Update .travis.yml
* bump version
* bump to rc.9
* rc.10
* rc.11
* Update package.json
* convolution fix
* unit test gpuUtils
* tests changed, fixed
* new fix
* more obvious parseFloat
* remove old commented code
2019-05-02 12:53:57 -04:00
aashna27
ff8c27eac2
Fixes Grid-Overlay with node Compatibility ( #1024 )
...
* Fixes Grid-Overlay
* Tests
* Correct bounds
Co-Authored-By: aashna27 <aashna.mittal27@gmail.com >
* Correct bounds
Co-Authored-By: aashna27 <aashna.mittal27@gmail.com >
* Correct bounds
Co-Authored-By: aashna27 <aashna.mittal27@gmail.com >
* Correct bounds
Co-Authored-By: aashna27 <aashna.mittal27@gmail.com >
2019-04-26 15:40:22 -04:00
Varun Gupta
c36922dbdf
attempting webgl-distort ( #1022 )
...
* attempting webgl-distort
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* fixed the error
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* WIP
* custom inputs for distort
* added test suite
* test fix and input parse
* test fix
* 3.3.0
2019-04-19 13:10:58 -04:00
Vibhor Gupta
ec40224831
Detect and Parse string separated module names ( #787 )
...
* detecting and parsing string separated module names
* test fix
* parsing multiple input methods
* travis fix
* test cases
* requested changes made
* test fix
* rebase and fix conflicts
2019-04-18 16:12:33 -04:00
Slytherin
2be7a3dca6
Fixes crop module bug ( #1019 )
...
* Fixes crop module bug
* Fixes crop functionality
* Add looks like test for crop module
2019-04-18 07:40:36 -04:00
Vibhor Gupta
e22eacf666
Add: white balance module ( #1011 )
...
* WIP
* added white balance and renamed temperature module
* import defaults
* white balance module test
2019-04-15 07:21:39 -05:00
Varun Gupta
c3e8c3fb74
Gl puppeteer ( #1007 )
...
* add geotiff
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* now running gl using localhost fixes #216
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* modularize api and fix tests
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* finishing up
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* add docs
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* fixes
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* fix benchmark.js
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
2019-04-14 10:50:26 -05:00
Varun Gupta
e4e4548c09
add canvas resize module ( #994 )
...
* add canvas resize module
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* add tests
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
2019-04-07 12:41:14 -04:00
aashna27
8ad171ee56
Tests added ( #943 )
2019-03-27 07:49:42 -04:00
Varun Gupta
cb53efbe21
redid import-image and fix ExportBin fixes #899 ( #900 )
...
* redid import-image and fix ExportBin fixes #899
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* 3.0.1
* bypass import-image
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
2019-03-20 13:53:02 -04:00
aashna27
e1a113cde1
Added tests for more modules ( #752 )
2019-03-16 12:26:40 -04:00
Slytherin
2f21bec80a
Restructure API ( #824 )
...
* Change addsteps(), loadImages(), run() and default UI
* Restructure API completely
* Add updated dist files
* Removed extra comments
* Indentation improved
* Update README.md
2019-03-14 11:04:02 -04:00
Mridul97
055b17c75f
Add replace color module ( #724 )
...
* Add color separation module
* changes
* changes
* changes
* changes
* Add test
2019-03-04 19:19:39 -05:00
Slytherin
6dd7738476
Adds "Add QR" module ( #736 )
...
* Adds Add QR module
* Grunt build changes
* Rremoved copyPixels function and added test for QR module
* Resolved test fail issues
* Adds look same test
* Change default to get from info.json
2019-02-21 10:02:24 -08:00
Slytherin
c3abdaf3aa
Add sequencer.getSteps() ( #777 )
...
* create getSteps() and test it
* Adds test with new sequencer instance and updated Readme
2019-02-17 18:14:59 -06:00
Varun Gupta
761142d9d3
createMetaModule generator ( #779 )
...
* initial createMetaModule
* fixes
* fix
* Update createMetaModule.js
* Update createMetaModule.js
* refactor and fix
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* update ndvi-colormap
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* fix test
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* add docs
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
2019-02-16 22:33:45 +05:30
Varun Gupta
81b06d1b42
Benchmarks ( #781 )
...
* benchmarks initial try
* added test to package.json
* Update benchmark.js
* Update benchmark.js
* Update benchmark.js
* Update benchmark.js
* bigger image
* change load-Image to browser only and fix benchmark
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* run on same image
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
2019-02-16 21:25:23 +05:30
Varun Gupta
fa30c1b30f
Opaque meta module + test - colorbar ( #764 )
...
* opaque colorbar test
* build
* rebase + build
* fixed opaque meta modules yay
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* add test and prevent internal logs
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* Update meta-modules.js
2019-02-13 10:36:11 -05:00
aashna27
ddde6e1e2e
Added Threshold ( #722 )
2019-02-08 11:50:45 -05:00
Vibhor Gupta
57e4849d35
Add: Module tests ( #748 )
...
* WIP
* module testing harness
* adjustments
2019-02-05 11:31:13 -05:00
Vibhor Gupta
0cd3156c06
Setup UI testing ( #720 )
...
* default sequencer ui test
* default step ui test suite
* intermediate step ui test
* preview ui test suite
* url methods test suite
* add set url params method test suite
* argument call tests
* test directory refactor
* travis fix
2019-01-31 12:56:34 -05:00
Slytherin
8fd4efc621
Add tests for notify() ( #686 )
...
* Added HTML-UI test
* Added test for notify()
* Updated Readme's
2019-01-22 10:43:39 -04:00
Mridul97
c72beb7359
test brightness module ( #624 )
2019-01-09 14:24:17 -05:00
Slytherin
aad1f823d3
Added a function to sequencer and then made the functionality available to crop and overlay module. ( #592 )
...
* Add manifest.json and cache static assets for offline use (#331 )
* Add manifest.json
* cache static assets for offline use
* update cache
* add meta theme-color and change static files to be cache
* cache the files on network request
* caching on first run
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* add a button to clear cache
* add styling to clear cache link
* Update Modules.js (#452 )
I've arranged the modules in alphabetical order.
* Added a function to parse Input coordinates and added the functionality for crop and overlay modules
* Added changed dist files
* Revert "Added changed dist files"
This reverts commit dbda25a228 .
* Changed function name and added the functionaity to src/utils folder
* Added unit test
* Added unit test to /test/util
2019-01-04 11:27:00 -05:00
Mridul97
3712f0c1cf
Skip writing defaults ( #497 )
...
* skip writing defaults
* solve build errors
2018-11-26 14:06:13 -05:00
KusioDev
5f57123503
Add resize module ( #451 )
...
* added resize module - without test
* Added resize test, deleted unused value in blend test (which I've added before)
* Fixed test
* Fixed test
* added modules file
* added imagejs to package
* removed test - not able to check width and height of the element
* Changed resize calculations
2018-11-03 00:39:41 -04:00
KusioDev
e5e372d89d
Add configurable parameter for blend module to chose image ( #424 )
...
* Add configurable parameter for blend module to chose image
* Made minor changes
* Edit test to work with new parameter
* blend offset test added
* blend offset test added
* fixed blend offset test
2018-10-23 15:03:41 -04:00
Varun Gupta
43e6253095
change url string fixes #306 ( #313 )
...
* change url string fixes #306
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* update
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* update
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* fix typo
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
2018-08-04 17:44:09 -04:00
Varun Gupta
5b4e904636
add toCliString function fixes #140 ( #312 )
...
* add toCliString function fixes #140
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* update docs
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* add test
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
2018-08-04 10:38:41 -04:00
Varun Gupta
5ab018fb84
Meta modules ( #308 )
...
* meta-modules in node
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* meta-modules in browser
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* update docs
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* more doc
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* fix typo
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* update docs and sample meta-module
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* add dynamic modules CLI from npm
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* update
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* meta-modules and sequence saving completed
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* add docs
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* update docs
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* fixed test
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
2018-08-04 10:07:20 -04:00
Varun Gupta
10e47656a3
add steps api functions ( #293 )
...
* add steps api functions
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* optimize getHeight and getWidth
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* add tests
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* update tests
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
2018-07-25 14:00:54 -04:00
Varun Gupta
42d49112ef
implement importNewModule ( #294 )
...
* implement importNewModule
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* make apis available on input object
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* update docs
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* minor updates and more docs
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* major refactor simplify module loading
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* final updates and invert installed from npm
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* update contributing.md
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* fixes
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* update documentation
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
2018-07-18 10:14:16 -04:00
Varun Gupta
10c6ad5865
Run optimize ( #275 )
...
* fixes #269
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* update demo
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* refactor and comments
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* update readme
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* updated and refactored
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* update readme
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* trying to fix tests
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* update documentation
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* update to config.mode = test
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* finaly everything works
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* 1.8.0
* update test
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* add test for run
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
2018-06-08 14:13:41 -04:00
Varun Gupta
a0f7e6c766
add importString and refactor ( #283 )
...
* add importString and refactor
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* update tests and minor changes
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* update importImage
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
2018-06-06 21:21:53 -04:00
Jeffrey Warren
37122d4c28
test import string with no configs ( #279 )
...
* test import string with no configs
* now working without ()
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* update test
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* refactor for readability
* refactor for pipes | between multiple step settings
* fixed bugs
* test fixed
2018-06-03 13:22:40 -07:00
Varun Gupta
871453b857
Url params 🎉 ( #276 )
...
* basic implementation
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* fix bug
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* fix everything
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* add test and refactor
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* update demo
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* fix comma issue
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* update test
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* now doing with native encode
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
2018-06-03 09:11:07 -07:00
Varun Gupta
ac183205f0
implement basic toString() ( #272 )
...
* implement basic toString()
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* refactor
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* remove load-image from string
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* more refactor
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* doing es5 way
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* final refactor
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* refactor
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* remove if else from map
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* fix function call
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* add sequencer.steps
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* add tests for toString and stepToString
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* fix toString final
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* fix build failing
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* refactored and fix tests
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* refactor tests
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
2018-06-01 12:45:22 -04:00
Varun Gupta
be810fb9c4
add basic test and remove some bugs ( #271 )
...
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
2018-05-28 20:54:23 -04:00
Varun Gupta
09c4f250a2
add API to get steps ( #259 )
...
* add API to get steps
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* update dist and refactor
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* rename to getStepOutput
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* api complete
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* add test
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* change indentation to 2 spaces
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* minor fixes
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* new API
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* remove commented code
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* modifiication to invert
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
2018-05-23 17:38:20 -07:00
Jeffrey Warren
2abf0fae09
Code cleanup, re-organizing and tidying ( #226 )
...
* initial cleanup
* build
* additions and build
2018-04-29 12:16:11 -04:00
Jeffrey Warren
c2756ffdbb
Module info.json -based demo UI (WIP) ( #219 )
...
* initial work
* working with failing test
* now should pass test
2018-04-20 09:34:08 -04:00
Varun Gupta
3b791ad58b
add loading spinner fallback ( #202 )
...
* add loading spinner fallback fixes #189
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* handle testing with progress spinners
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* apply fixes and improvements
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* add example
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* bug fixes
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* resolves #189
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* fix
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
2018-03-31 01:21:28 -04:00
Varun Gupta
32c5a29906
resolves #131 create output directory immediately ( #167 )
...
* resolves #131 create output directory immediately
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* fix error if no steps are passed
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* add exit message if steps not passed
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* add test for creating output directory
2018-02-06 16:42:22 -05:00
Varun Gupta
071aa68de7
resolves #162 ( #163 )
...
remove module count test - resolves #162
2018-02-01 13:37:58 -05:00
Varun Gupta
87fa166595
Only brightness module ( #161 )
...
* fixed package.json
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* resolves #113 add brightness module
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
2018-02-01 12:27:37 -05:00
Rishabh Chaudhary
38accebcc3
Fixed - move module tests into separate test files #141 ( #155 )
...
* Fixed - move module tests into separate test files #141
* Modification
* Restructure, fixed tests
2018-01-29 13:18:15 -05:00