diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-07 21:42:16 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-07 21:42:16 +0200 |
| commit | b85bb1cd5c80b94cd76dc80fd5a3c58699d95346 (patch) | |
| tree | 5969a51bb801c4e56c10bf7045c928aee4c26c63 /options/dataset_options.py | |
| parent | d91422b81f7f3ad210ab6625ac8bb4eb2b2fec23 (diff) | |
output format
Diffstat (limited to 'options/dataset_options.py')
| -rw-r--r-- | options/dataset_options.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/options/dataset_options.py b/options/dataset_options.py index 7ac5a8a..454d576 100644 --- a/options/dataset_options.py +++ b/options/dataset_options.py @@ -99,6 +99,13 @@ class DatasetOptions(BaseOptions): help='exit immediately if set to true (used to interrupt)' ) + self.parser.add_argument( + '--output-format', + type=str, + default="JPEG", + help='what gets sent over the wire - JPEG or PNG' + ) + ## LOAD A NEW SEQUENCE self.parser.add_argument( |
