We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b438f70 + 83ba485 commit df756dcCopy full SHA for df756dc
src/superannotate/lib/core/usecases.py
@@ -1377,6 +1377,8 @@ def execute(self):
1377
1378
new_settings_to_update = []
1379
for new_setting in self._to_update:
1380
+ if new_setting["attribute"] == 'ImageQuality':
1381
+ new_setting["value"] = ImageQuality.get_value(new_setting["value"])
1382
new_settings_to_update.append(
1383
{
1384
"id": attr_id_mapping[new_setting["attribute"]],
0 commit comments