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:
borekon 2025-01-28 10:53:54 +01:00
parent f8f6188edc
commit c5fc39d5d1

View File

@ -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() {