rootfs/home/andre/.bashrc aktualisiert
This commit is contained in:
@@ -301,6 +301,7 @@ AddGPSToPicture() {
|
|||||||
H=$(exiftool -csv -ImageHeight $J | grep -v Height | awk -F',' '{print $2}')
|
H=$(exiftool -csv -ImageHeight $J | grep -v Height | awk -F',' '{print $2}')
|
||||||
# 2% der Bildhöhe für die Schrift
|
# 2% der Bildhöhe für die Schrift
|
||||||
FS=$(bc -l <<< "$H*2/100" | awk -F. '{print $1}')
|
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\")
|
POSITION=$(exiftool -m -p '$GPSPosition' "$J" -c \"%+.5f\")
|
||||||
if [ -z "$POSITION" ]; then
|
if [ -z "$POSITION" ]; then
|
||||||
echo Position fehlt
|
echo Position fehlt
|
||||||
|
|||||||
Reference in New Issue
Block a user