Commit Graph

311 Commits

Author SHA1 Message Date
Danielle Shwed
801ea35393 Add Saturation Module (#193)
* fixed blur module as well as issue with no output when running debug

* added saturation module

* fixing requested changes

* fixing exportBin

* requested fixes
2018-02-26 10:52:25 -05:00
Varun Gupta
e8ab480687 Added native gaussian Blurring module(no dependencies) (#186)
* Added Blur Module

* Issue 177 fixing Blur module

* blur module fixed info json

* fixing blur module

* Delete .DS_Store

* add a native blurring solution

Signed-off-by: tech4GT <varun.gupta1798@gmail.com>

* fixed package.json

Signed-off-by: tech4GT <varun.gupta1798@gmail.com>

* delete .ds_store and update gitignore

Signed-off-by: tech4GT <varun.gupta1798@gmail.com>
2018-02-22 16:43:14 -05:00
Varun Gupta
9d3e511bca resolves #184 (#185) 2018-02-21 22:10:25 -05:00
mayank1010
d3a4c336a0 Empty directory bug fixed (#179)
added the check to test if the directory is empty by comparing it's length with 0.
2018-02-21 14:55:24 -05:00
Varun Gupta
0fd797ed5a resolves #182 (#183)
Signed-off-by: tech4GT <varun.gupta1798@gmail.com>
2018-02-21 11:31:20 -05:00
Varun Gupta
27ee18b3d2 resolves #153 (#180)
Signed-off-by: tech4GT <varun.gupta1798@gmail.com>
2018-02-20 17:28:19 -05:00
Varun Gupta
5922b0de58 resolves #174 (#175)
Update readme -- resolves #174
2018-02-16 18:36:21 -05:00
Varun Gupta
fd45d3caf3 resolves #132 fix options object (#171)
* resolves #132 fix options object

* Add Documentation for --details parameter

* fix spacing issue

* update naming of options parameter

Signed-off-by: tech4GT <varun.gupta1798@gmail.com>
2018-02-16 18:03:39 -05:00
Varun Gupta
bbef4bca57 Added Edge Detection module (#168)
* step 1 grayscale

Signed-off-by: tech4GT <varun.gupta1798@gmail.com>

* add basic edge detection resolves #166

* updated the description

Signed-off-by: tech4GT <varun.gupta1798@gmail.com>

* fixed typo

Signed-off-by: tech4GT <varun.gupta1798@gmail.com>

* updated the description for edge detection module

Signed-off-by: tech4GT <varun.gupta1798@gmail.com>

* add NonMaxSuppression and DoubleThreshold

Signed-off-by: tech4GT <varun.gupta1798@gmail.com>

* comlpeted edge detection

Signed-off-by: tech4GT <varun.gupta1798@gmail.com>

* cleared remaining weak edges

Signed-off-by: tech4GT <varun.gupta1798@gmail.com>
2018-02-16 17:07:00 -05: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
c5dee8aef3 Add bookmarklet (#164)
* resolves #162

* add bookmarklet link to readme resolves #148

Signed-off-by: tech4GT <varun.gupta1798@gmail.com>

* Update README.md
2018-02-02 12:52:08 -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
Varun Gupta
a5d5dd9f52 fixed package.json (#160)
Signed-off-by: tech4GT <varun.gupta1798@gmail.com>
2018-02-01 11:55:01 -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
Varun Gupta
c19a663fa2 resolves #133 add -b --basic mode to only output final image update readme (#154)
* resolves #133 add -b --basic mode to only output final image update readme

Signed-off-by: tech4GT <varun.gupta1798@gmail.com>

* format logs and help

* update dist files
2018-01-23 12:26:02 -05:00
Varun Gupta
38cf05bb9e resolves #129 message to user informing about the async execution (#152)
Signed-off-by: tech4GT <varun.gupta1798@gmail.com>
2018-01-21 10:26:37 -05:00
Chinmay Pandhare
3f99e2b44c fixed replaceImage (#151)
* 1.0.0

* Fixed Replace Image

* Added test to check if replaceImage works
2017-10-26 14:35:23 -04:00
Jeffrey Warren
73e5d14569 various tweaks and adjustments to demo; bugfix for select/input changes (#149) 2017-10-23 23:16:22 -04:00
Chinmay Pandhare
135c142ba8 Updates to Demo (#143)
* 1.0.0

* Added 'select' input

* Added loader

* Fix File Reader
2017-10-18 17:02:42 -04:00
Jeffrey Warren
14c59be19c Additions to README - diagrams (#144)
* Additions to README

* Update README.md

* Add files via upload
2017-10-18 16:32:33 -04:00
Jeffrey Warren
ec10ab0b0d Update imageSelection.js 2017-10-18 16:28:23 -04:00
Jeffrey Warren
1c7f59cbfd Dynamic module, new demo image, demo cleanup, re-configurable demo steps (#139)
* rebase and build

* bump version to v0.1.1
2017-10-13 21:30:06 -04:00
Jeffrey Warren
bef53ef1a2 Step descriptions (work in progress) (#135)
* additional changes, not sure of yet

* working, but probably redundant code

* remove comment line

* rebuild
2017-10-13 13:16:07 -04:00
Jeffrey Warren
1c7f7c15af assortment of tweaks, additional tests (#134) 2017-10-05 15:16:25 -06:00
makeupsomething
7cbf793655 Added uglify command to build function (#124) 2017-10-05 14:29:46 -06:00
Jeffrey Warren
829e19e58d various fixes and changes to SegmentedColormap module (#128) 2017-10-04 14:31:43 -04:00
Jeffrey Warren
ca6910017d url hash initial implementation (#125)
* url hash initial implementation

* completed url hash UI
2017-10-02 08:37:10 -04:00
Jeffrey Warren
4e780f3a91 drag drop added to demo (#121) 2017-09-11 20:30:50 -04:00
Jeffrey Warren
3a4e4f9575 Merge pull request #117 from publiclab/readme-fixes
Update README.md with fixed Contributing links
2017-09-10 13:11:25 -04:00
Jeffrey Warren
6420a70aad Update CONTRIBUTING.md 2017-09-10 13:11:07 -04:00
Jeffrey Warren
99ec91b916 Update README.md 2017-09-10 12:54:03 -04:00
Chinmay Pandhare
4d9a4bcaa1 Merge pull request #107 from ccpandhare/docs
Update Docs
2017-09-10 03:26:25 +05:30
Jeffrey Warren
0e50a1b2f5 Merge pull request #111 from publiclab/demo-css
Update demo.css for narrower screens
2017-09-09 09:30:33 -04:00
Jeffrey Warren
376c264168 Update demo.css 2017-09-09 09:17:55 -04:00
Jeffrey Warren
1f3000b7f9 Demo styling tweaks (#105)
* html demo tweaks

* in-progress demo styling

* merge fies

* old demo cleanup
2017-09-06 14:34:24 -04:00
Chinmay Pandhare
dc9827049a Merge pull request #109 from ccpandhare/master
Remove const
2017-09-05 20:39:39 +05:30
Chinmay Pandhare
f69f8461a7 Remove const 2017-09-05 19:45:06 +05:30
Chinmay Pandhare
bde6dbed8f Cleanup CONTRIBUTING.md 2017-09-03 15:58:07 +05:30
Chinmay Pandhare
4fb1ecce86 Added Installation Instructions; Update Dependancies 2017-09-03 15:38:03 +05:30
Chinmay Pandhare
5b860dee83 Merge pull request #104 from ccpandhare/master
Changed const to var
2017-09-01 20:22:17 +05:30
Chinmay Pandhare
959f5db6df Merge master 2017-09-01 20:00:33 +05:30
Chinmay Pandhare
237a96247a Remove ES6 const syntax 2017-09-01 19:59:25 +05:30
Chinmay Pandhare
2e4255a5ca Merge pull request #103 from ROODAY/cli-fixes
Cleaned up CLI
2017-09-01 12:09:33 +05:30
Rudhra Raveendran
fe3ec335fe made CLI cleaner 2017-08-29 10:33:01 -04:00
Chinmay Pandhare
eafc639555 Merge pull request #102 from ROODAY/step-enhancements
Merging Step Enhancements!
2017-08-29 00:25:38 +05:30
Rudhra Raveendran
7da59aed0c Updated README to include CLI instructions 2017-08-28 14:38:26 -04:00
Rudhra Raveendran
d759680869 abstracted validation to a function 2017-08-28 12:51:10 -04:00
Rudhra Raveendran
4c662d908e grammar 2017-08-28 12:16:34 -04:00
Rudhra Raveendran
c5d62e5529 Resolved #97 and #100 2017-08-28 12:14:48 -04:00