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.
1 parent 61cb9a0 commit d4e7aa7Copy full SHA for d4e7aa7
Main.py
@@ -1,5 +1,5 @@
1
import os
2
3
-command = "-h"
4
-##command = "from_webp -q 100"
+
+command = "from_webp -q 100"
5
os.system("python3 image_converter.py " + command)
0 commit comments