From 02195dac9281edb33b8ff23768719739bc5e0d2f Mon Sep 17 00:00:00 2001 From: andre Date: Tue, 20 Jan 2026 20:10:36 +0100 Subject: [PATCH] rootfs/home/andre/.bashrc aktualisiert --- rootfs/home/andre/.bashrc | 2 ++ 1 file changed, 2 insertions(+) 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}')