rootfs/home/andre/.bashrc aktualisiert

This commit is contained in:
2026-01-20 20:10:36 +01:00
parent f44e62dd62
commit 02195dac92

View File

@@ -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}')