diff options
| author | yo mama <pepper@scannerjammer.com> | 2016-10-02 09:37:27 -0700 |
|---|---|---|
| committer | yo mama <pepper@scannerjammer.com> | 2016-10-02 09:37:27 -0700 |
| commit | c990fd1cf181414f241d6279673da301d9e831d3 (patch) | |
| tree | 00675cb4683194f26991f8188f11d754c455d76a /share/frontend/imthresh | |
| parent | bdca51266952a8043a8a204dc34e0c2482e54920 (diff) | |
fixed it
Diffstat (limited to 'share/frontend/imthresh')
| -rw-r--r-- | share/frontend/imthresh/img/generating.gif | bin | 198082 -> 158268 bytes | |||
| -rw-r--r-- | share/frontend/imthresh/index.html | 7 |
2 files changed, 6 insertions, 1 deletions
diff --git a/share/frontend/imthresh/img/generating.gif b/share/frontend/imthresh/img/generating.gif Binary files differindex a944dd8..a0e5cda 100644 --- a/share/frontend/imthresh/img/generating.gif +++ b/share/frontend/imthresh/img/generating.gif diff --git a/share/frontend/imthresh/index.html b/share/frontend/imthresh/index.html index 45d6fa9..339d96d 100644 --- a/share/frontend/imthresh/index.html +++ b/share/frontend/imthresh/index.html @@ -2,7 +2,7 @@ <html> <head> <meta charset="utf-8" /> - <title>Photoblaster Concatenate</title> + <title>Photoblaster Threshold</title> <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script> <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script> @@ -177,6 +177,11 @@ "triangle" ] }, + "finalformat": { + "type": "string", + "title": "Final Image Format:", + "enum": [ "gif", "jpg", "png" ] + }, "username": { "type": "string", "title": "Username:" |
