From 841d229e26c872c724771eab90cf3442ac1ca3ae Mon Sep 17 00:00:00 2001 From: andre Date: Tue, 20 Jan 2026 20:15:21 +0100 Subject: [PATCH] rootfs/home/andre/.bashrc aktualisiert --- rootfs/home/andre/.bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/rootfs/home/andre/.bashrc b/rootfs/home/andre/.bashrc index e1db5fd..ed489c2 100644 --- a/rootfs/home/andre/.bashrc +++ b/rootfs/home/andre/.bashrc @@ -301,6 +301,7 @@ AddGPSToPicture() { H=$(exiftool -csv -ImageHeight $J | grep -v Height | awk -F',' '{print $2}') # 2% der Bildhöhe für die Schrift FS=$(bc -l <<< "$H*2/100" | awk -F. '{print $1}') + FS2=$(bc -l <<< "$FS+25" | awk -F. '{print $1}') POSITION=$(exiftool -m -p '$GPSPosition' "$J" -c \"%+.5f\") if [ -z "$POSITION" ]; then echo Position fehlt