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 f541286 commit 8cada48Copy full SHA for 8cada48
image/image_png_resize.sh renamed to image/image_resize.sh
@@ -10,7 +10,7 @@
10
#// //
11
#// Script, 2021 //
12
#// Created: 01, October, 2021 //
13
-#// Modified: 01, October, 2021 //
+#// Modified: 06, October, 2021 //
14
#// file: - //
15
#// - //
16
#// Source: https://askubuntu.com/a/271797/971804 //
@@ -19,5 +19,5 @@
19
20
#//////////////////////////////////////////////////////////////
21
22
-find . -maxdepth 1 -iname "*.jpg" | xargs -P 8 -L1 -I{} convert -resize 50% "{}" _resized/"{}"
+convert -resize "$3" "$1" "$2"
23
0 commit comments