You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -41,10 +32,10 @@ In that case using an virtual environment is recommended
41
32
42
33
### Arguments
43
34
-`-s, --src` (required): set the path to the directory you want to convert (source)!
44
-
-`-t, --tgt`: where to store the converted images (target), by default they are stored in the "converted" folder.
45
-
-`-d, --delete-source-directory`: removes the directory with the original images (source)
46
-
-`-r, --resolution`: Allows to set the converted image resolutions, you can use numbers or percentages: eg 75% -> width and height are 75% of the original size, 1000,1500 sets the width to 1000px and the height to 1500px
47
-
-`-e, --ext`: specify the converted image format that will be used for the converted images; by default the `.jpg`is used. valid options are:
35
+
-`-t, --tgt`: where to store the converted images (target); by default, they are stored in the "converted" folder.
36
+
-`-d, --delete-source-directory`: removes the directory with the original images (source).
37
+
-`-r, --resolution`: allows to set the converted image resolutions; you can use numbers or percentages: e.g., 75% -> width and height are 75% of the original size, 1000,1500 -> width to 1000px and the height to 1500px
38
+
-`-e, --ext`: specify the output image format for the converted images; by default, it is JPG. Valid options are:
48
39
-`.jpg`
49
40
-`.png`
50
41
@@ -66,10 +57,19 @@ In that case using an virtual environment is recommended
0 commit comments