rootfs/home/andre/.bashrc aktualisiert

This commit is contained in:
2026-01-20 20:15:21 +01:00
parent 02195dac92
commit 841d229e26

View File

@@ -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