Fixes resize_images warning
This commit is contained in:
parent
226668ca74
commit
8bb49f2497
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
resize_images = ''
|
||||
for img in (find . -type f -name "*.JPG")
|
||||
set original_size (stat -f %z "$img")
|
||||
convert "$img" -resize 40% "$img"
|
||||
magick convert "$img" -resize 40% "$img"
|
||||
set new_size (stat -f %z "$img")
|
||||
echo "Processed $img"
|
||||
echo "Original size: $original_size bytes"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue