j433866
|
514eef50de
|
Add image filter operation
|
2019-03-04 14:48:17 +00:00 |
|
j433866
|
ec1fd7b923
|
Add image opacity operation
|
2019-03-04 14:38:25 +00:00 |
|
j433866
|
737ce99398
|
Add image brightness / contrast operation
|
2019-03-04 14:24:57 +00:00 |
|
j433866
|
4f1a897e18
|
Add Crop Image operation
|
2019-03-04 13:48:48 +00:00 |
|
j433866
|
588a8b2a3a
|
Fix code syntax
|
2019-03-04 13:48:29 +00:00 |
|
j433866
|
f281a32a4e
|
Add Wikipedia URLs
|
2019-03-04 13:48:13 +00:00 |
|
j433866
|
d09e6089ca
|
Add min width and height values
|
2019-03-04 11:52:54 +00:00 |
|
j433866
|
7b6062a4a2
|
Set min blur amount to 1, add status message for gaussian blur.
|
2019-03-04 11:47:50 +00:00 |
|
j433866
|
7975fadfe9
|
Add options for min, max and step values for number inputs.
|
2019-03-04 11:46:27 +00:00 |
|
Karsten Silkenbäumer
|
ad571e6019
|
Change author URL
|
2019-03-03 17:20:54 +01:00 |
|
Karsten Silkenbäumer
|
14d924f6c7
|
Add test for the error fixed before
|
2019-03-02 22:27:53 +01:00 |
|
Karsten Silkenbäumer
|
282f02f4d5
|
Fix error when decoding a text with 2+ whitespaces in AMNZ mode
|
2019-03-02 22:17:44 +01:00 |
|
Karsten Silkenbäumer
|
d36cede0c7
|
Use better names for the alphabet selection
|
2019-03-02 17:55:03 +01:00 |
|
Karsten Silkenbäumer
|
a262d70b88
|
Add Bacon cipher encoding
|
2019-03-02 17:33:17 +01:00 |
|
n1474335
|
9fa7edffbf
|
Improved file extraction error handling
|
2019-03-02 16:12:21 +00:00 |
|
n1474335
|
24a47445f6
|
Merge branch 'master' into feature-extract-files
|
2019-03-02 15:40:32 +00:00 |
|
Karsten Silkenbäumer
|
77b098c5fe
|
Add Bacon cipher decoding
|
2019-03-02 15:00:42 +01:00 |
|
d98762625
|
e4b688a2c3
|
Make Frequency dist test more sensible
|
2019-03-01 16:58:43 +00:00 |
|
d98762625
|
6d219ade2d
|
remove legacy async api from NodeRecipe
|
2019-03-01 16:56:14 +00:00 |
|
d98762625
|
b48c16b4db
|
Refactor Dish _translate to handle sync and async depending on environment.
|
2019-03-01 16:38:54 +00:00 |
|
d98762625
|
0a1ca18de5
|
refactor Dish get to handle sync and async
|
2019-03-01 08:59:18 +00:00 |
|
s2224834
|
9a0b784153
|
Typex: improve operation description
|
2019-02-28 18:56:59 +00:00 |
|
s2224834
|
a446ec31c7
|
Improve Enigma/Bombe descriptions a little.
|
2019-02-28 18:48:36 +00:00 |
|
s2224834
|
9323737d1d
|
Bombe: fix rotor listing order for multibombe
|
2019-02-28 18:37:48 +00:00 |
|
s2224834
|
d288acdd4e
|
Add some files that escaped commit before
|
2019-02-28 17:50:10 +00:00 |
|
s2224834
|
765aded208
|
Typex: add simple tests
|
2019-02-28 17:22:09 +00:00 |
|
s2224834
|
1f9fd92b01
|
Typex: rotors in same order as Enigma
|
2019-02-28 17:21:47 +00:00 |
|
s2224834
|
2be642e4c9
|
Merge branch 'feature/bombe' into feature/typex
|
2019-02-28 17:00:33 +00:00 |
|
s2224834
|
934356dea8
|
Tweaks for new rotor order
|
2019-02-28 16:56:28 +00:00 |
|
s2224834
|
a037bf6f9d
|
Merge branch 'master' into feature/bombe
|
2019-02-28 16:29:21 +00:00 |
|
n1474335
|
c005c86c27
|
Added argSelector ingredient type and reversed rotors in Enigma and Bombe operations.
|
2019-02-28 16:05:23 +00:00 |
|
Matt
|
68278267e1
|
Update libyara-wasm
|
2019-02-23 15:13:58 +00:00 |
|
Matt
|
da2d5674a5
|
Ported heatmap and hex density chart ops
|
2019-02-23 00:41:19 +00:00 |
|
Matt
|
5bb8eb22ec
|
Merge branch 'master' into module-charts
|
2019-02-22 23:36:14 +00:00 |
|
j433866
|
0d86a7e427
|
Add resize algorithm option
|
2019-02-20 15:35:53 +00:00 |
|
j433866
|
9f4aa0a123
|
Remove trailing space
|
2019-02-20 13:17:57 +00:00 |
|
j433866
|
da838e266e
|
Add flip image operation
|
2019-02-20 13:04:15 +00:00 |
|
j433866
|
fd160e87e8
|
Add image operations to Categories
|
2019-02-20 11:54:59 +00:00 |
|
j433866
|
0dd4304902
|
Add new Blur Image operation.
Performs both fast blur and gaussian blur
|
2019-02-20 11:48:24 +00:00 |
|
j433866
|
a0b94bba4e
|
Change run() functions to be async
|
2019-02-20 11:26:39 +00:00 |
|
j433866
|
74c2a2b5cb
|
Add Invert Image operation
|
2019-02-20 11:12:15 +00:00 |
|
j433866
|
b691c30677
|
Add dither image operation
|
2019-02-20 09:20:38 +00:00 |
|
j433866
|
01acefe4cf
|
Remove scale image operation.
(Same functionality is implemented in Resize Image)
|
2019-02-19 16:20:36 +00:00 |
|
j433866
|
1a2c5a95c7
|
Add resize image operation
|
2019-02-19 16:19:34 +00:00 |
|
j433866
|
eb8725a0db
|
Fix degrees error
|
2019-02-19 16:10:53 +00:00 |
|
j433866
|
57e1061063
|
Add Scale Image operation
|
2019-02-19 15:37:59 +00:00 |
|
j433866
|
91f4681a3c
|
Add rotate image operation
|
2019-02-19 15:37:49 +00:00 |
|
d98762625
|
ff2521aa9f
|
WIP Dish now working on dev with dynamically loaded _translate and get functions
|
2019-02-15 16:26:22 +00:00 |
|
d98762625
|
9094e8bde9
|
WIP tidy up. WHy is dish being passed back with chef.bake now?
|
2019-02-15 16:11:13 +00:00 |
|
d98762625
|
573a292e16
|
WIP dynamically define async functions in Dish, only if needed
|
2019-02-15 15:40:29 +00:00 |
|