Skip to content

Commit 8cada48

Browse files
authored
Update and rename image_png_resize.sh to image_resize.sh
1 parent f541286 commit 8cada48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

image/image_png_resize.sh renamed to image/image_resize.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#// //
1111
#// Script, 2021 //
1212
#// Created: 01, October, 2021 //
13-
#// Modified: 01, October, 2021 //
13+
#// Modified: 06, October, 2021 //
1414
#// file: - //
1515
#// - //
1616
#// Source: https://askubuntu.com/a/271797/971804 //
@@ -19,5 +19,5 @@
1919
#// //
2020
#//////////////////////////////////////////////////////////////
2121

22-
find . -maxdepth 1 -iname "*.jpg" | xargs -P 8 -L1 -I{} convert -resize 50% "{}" _resized/"{}"
22+
convert -resize "$3" "$1" "$2"
2323

0 commit comments

Comments
 (0)