diff --git a/rootfs/home/andre/.bashrc b/rootfs/home/andre/.bashrc index 66cec6b..e1db5fd 100644 --- a/rootfs/home/andre/.bashrc +++ b/rootfs/home/andre/.bashrc @@ -296,6 +296,7 @@ Insta360Pictures() { } AddGPSToPicture() { + J=$1 # höhe des bildes ermitteln H=$(exiftool -csv -ImageHeight $J | grep -v Height | awk -F',' '{print $2}') # 2% der Bildhöhe für die Schrift @@ -316,6 +317,7 @@ AddGPSToPictures() { } AddTimestampToPicture() { + J=$1 # höhe des bildes ermitteln H=$(exiftool -csv -ImageHeight $J | grep -v Height | awk -F',' '{print $2}')