Preserve metadata when converting to webp
Added to $WEBP_ARGS the '-metadata string all' that copies the metadata from source to webp destination
This commit is contained in:
parent
f8f6188edc
commit
c5fc39d5d1
|
@ -16,7 +16,7 @@ CGREEN="${CSI}1;32m"
|
|||
FIND_ARGS=""
|
||||
PNG_ARGS=""
|
||||
JPG_ARGS=""
|
||||
WEBP_ARGS=""
|
||||
WEBP_ARGS="-metadata string all"
|
||||
IMG_PATH="$PWD"
|
||||
|
||||
_help() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user