summaryrefslogtreecommitdiff
path: root/options
diff options
context:
space:
mode:
Diffstat (limited to 'options')
-rw-r--r--options/dataset_options.py7
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(