Sasha Boginsky
c762f1ad5d
Add issue and pull request templates into image sequencer repository ( #420 )
...
* Add issue and pull request templates into image sequencer repository
* Add issue and pull request templates into image sequencer repository
2018-10-22 15:09:25 -04:00
aashna27
965399a2b4
Added scripts in package.json to fix installation ( #411 )
...
* Added scripts in package.json to fix installation
* Update setup script
* Update README.md
Add installation instructions for windows
* Update README.md
added headers for windows and Unix
2018-10-22 11:55:18 -04:00
aashna27
3df5ca3802
Added link in description of edge-detect module ( #419 )
2018-10-22 11:54:39 -04:00
Jeffrey Warren
7e594c4168
updated package.json versions ( #426 )
2018-10-20 18:40:32 -04:00
Kshitij
5e28f901eb
fix typos ( #412 )
...
* fix typos
This commit fixes the issue #408
* remove trailing space
2018-10-20 02:37:14 +08:00
sagarwala
48eafe806f
removed typos as mentioned in issue #408 ( #410 )
2018-10-17 09:32:20 +08:00
Sasha Boginsky
6638e9bdb4
Update info.json #407 ( #413 )
...
* Update info.json
* Update PRs #413
2018-10-16 12:16:56 +08:00
Varun Gupta
bf80c2b2b6
add lock files ( #414 )
...
Signed-off-by: Varun Gupta <varun.gupta1798@gmail.com >
2018-10-16 12:12:11 +08:00
Varun Gupta
e512e98921
update start script ( #406 )
...
Signed-off-by: Varun Gupta <varun.gupta1798@gmail.com >
2018-10-14 06:22:19 +08:00
puneet bindal
9168c15cf9
added gif feature ( #360 )
...
* added gif feature
* increased frame duration n changed gif btn name
* removed inline css
* improved ui
* #363 Add placeholder option to input (#370 )
* Add placeholder option to input , change type of brightness input to number
Changes to be committed:
modified: examples/lib/defaultHtmlStepUi.js
modified: src/modules/Brightness/info.json
* change 0% to 0 in brightness placeholder
* Add gamma module (#374 )
* Add gamma module
* update description
* Add matrix math module (#358 )
* Add matrix math module
* add info.json file
* correct format of module
* Add a constant factor input field
* clone the pixels array
* change default values
* add extra information on convolution module (#381 )
* adds default values to input fields for all module steps ( fixes #382 ) (#384 )
* added default values to input fields for all module steps
* merged
Signed-off-by: Ankit Singla <asingla590@gmail.com >
* Accept type images in input field #364 (#366 )
* gif button name changed
* fixes #383 (#396 )
Signed-off-by: Varun Gupta <varun.gupta1798@gmail.com >
* fix (#387 )
Signed-off-by: Varun Gupta <varun.gupta1798@gmail.com >
* updated
* Issue #392 Fixes alignment of message in Add step box (#393 )
* Fixes alignment of message in Add step box
* fixes css info id
* updates class selector in demo
* Spacing changes
* correctly regulates the behaviour of all links (#397 )
Signed-off-by: Ankit Singla <asingla590@gmail.com >
* enables Save button for an action if any of its input fields gain focus (#394 )
* Updated index.html (#379 )
* add histogram module (#354 )
* add histogram module
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* add option to drop gradient
Signed-off-by: Varun Gupta <varun.gupta1798@gmail.com >
* fix bug
Signed-off-by: Varun Gupta <varun.gupta1798@gmail.com >
2018-10-10 03:46:04 -05:00
Varun Gupta
276a637ac3
add histogram module ( #354 )
...
* add histogram module
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* add option to drop gradient
Signed-off-by: Varun Gupta <varun.gupta1798@gmail.com >
* fix bug
Signed-off-by: Varun Gupta <varun.gupta1798@gmail.com >
2018-10-08 14:56:35 -05:00
Daksh Gondaliya
1d085c7f20
Updated index.html ( #379 )
2018-10-08 14:14:02 -04:00
Ankit Singla
802b281096
enables Save button for an action if any of its input fields gain focus ( #394 )
2018-10-08 14:13:09 -04:00
Ankit Singla
67408ca338
correctly regulates the behaviour of all links ( #397 )
...
Signed-off-by: Ankit Singla <asingla590@gmail.com >
2018-10-08 14:12:34 -04:00
Daniel Larner
a67fe91d0d
Issue #392 Fixes alignment of message in Add step box ( #393 )
...
* Fixes alignment of message in Add step box
* fixes css info id
* updates class selector in demo
* Spacing changes
2018-10-08 12:22:56 -04:00
Varun Gupta
09669fe858
fix ( #387 )
...
Signed-off-by: Varun Gupta <varun.gupta1798@gmail.com >
2018-10-06 13:06:41 -04:00
Varun Gupta
768117a078
fixes #383 ( #396 )
...
Signed-off-by: Varun Gupta <varun.gupta1798@gmail.com >
2018-10-06 13:06:15 -04:00
aashna27
2e7e042baa
Accept type images in input field #364 ( #366 )
2018-10-05 13:18:56 -04:00
Ankit Singla
b300dc2d1f
adds default values to input fields for all module steps ( fixes #382 ) ( #384 )
...
* added default values to input fields for all module steps
* merged
Signed-off-by: Ankit Singla <asingla590@gmail.com >
2018-10-05 11:55:11 -04:00
Mridul97
fef021911b
add extra information on convolution module ( #381 )
2018-10-05 08:00:05 -04:00
Mridul97
70654a5aac
Add matrix math module ( #358 )
...
* Add matrix math module
* add info.json file
* correct format of module
* Add a constant factor input field
* clone the pixels array
* change default values
2018-10-04 12:46:21 -04:00
Mridul97
338e610fe7
Add gamma module ( #374 )
...
* Add gamma module
* update description
2018-10-03 15:00:42 -04:00
Adriano Costa
06d2aaf1e2
#363 Add placeholder option to input ( #370 )
...
* Add placeholder option to input , change type of brightness input to number
Changes to be committed:
modified: examples/lib/defaultHtmlStepUi.js
modified: src/modules/Brightness/info.json
* change 0% to 0 in brightness placeholder
2018-10-02 18:18:31 -04:00
vikul1234
5a362f5c9a
Update demo.css ( #365 )
2018-10-01 11:46:57 -06:00
puneet bindal
76826d431d
refracted defaultHtmlStepUi.js ( #362 )
2018-09-30 19:43:51 -06:00
Mridul97
88364decf6
change display value of ndvi from 0-255 to -1 to 1 ( #333 )
...
* change display value of ndvi from 0-255 to -1 to 1
* change in dist files
* Truncate ndvi value for displaying
2018-09-12 11:10:32 -04:00
Mridul97
bb17e9452f
Add download button ( #328 )
2018-09-11 15:57:55 -04:00
Varun Gupta
cce65141d2
fix UI functions ( #330 )
...
* fix UI functions
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* Update package.json
v2.2.3
2018-09-08 11:13:25 -04:00
Mridul97
b707592588
Show 'Press save to see changes' next to each step's 'Save' button ( #329 )
2018-09-05 18:17:28 -04:00
Varun Gupta
0638a1c68c
refactor and remove hysteresis ( #327 )
...
* refactor and remove hysteresis
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* fixes #323
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* bump version #
v2.2.2
2018-09-05 16:39:13 -04:00
Mridul97
6106e5ee0c
Disable-save-button ( #322 )
2018-08-30 15:04:09 -04:00
Jeffrey Warren
d4eff45664
version bup ( #321 )
2018-08-06 14:42:19 -04:00
Varun Gupta
5a3b94d4ee
fix ( #319 )
...
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
2018-08-06 14:33:37 -04:00
Varun Gupta
a238fc65e1
2.2.0 ( #317 )
2018-08-06 12:10:45 -04:00
Varun Gupta
e15e981d0b
Colorbar added ( #316 )
...
* setup
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* overlay done
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* add colorbar fixes #285
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* add inputs to colorbar
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
2018-08-06 11:53:08 -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
6be996692a
pixel value on hover in ndvi fixes #307 ( #314 )
...
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
2018-08-04 11:09:36 -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
kevinkmmak
56feb4c546
Add-button-dim ( #310 )
...
Dim the button onLoad, then enable it when selected.
2018-07-24 12:55:52 -04:00
Varun Gupta
73a9cd2961
named export for single image basic mode fixes #297 ( #301 )
...
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
2018-07-18 10:39:21 -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
0c0147354e
fallback to jpg when no format detected ( #296 )
...
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
2018-07-01 08:09:10 -04:00
Varun Gupta
510cf3421a
reduce redundance of add and insert fixes #261 ( #295 )
...
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
2018-06-21 15:15:09 -04:00
Varun Gupta
8d6b82d988
Minimize mod req ( #289 )
...
* remove trailing spaces from Run.js
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* minimize module requirements demonstrated with invert fixes #122
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* refactored modules
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* update docs
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* remove all trailing spaces from all files
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* fixing crop module
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* fix
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* update contributing.md
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
2018-06-15 14:44:18 -05:00
Varun Gupta
5132612dc2
fixed the demo ( #291 )
...
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
2018-06-11 11:25:33 -04:00
Varun Gupta
f4315159a9
fix remove step UI ( #288 )
...
* fix remove step UI
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* 2.1.0
v2.1.0
2018-06-08 15:46:32 -04:00
Varun Gupta
de20254637
2.0.0 ( #287 )
v2.0.0
2018-06-08 14:31:50 -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