rootfs/home/andre/.bashrc aktualisiert
This commit is contained in:
@@ -296,6 +296,7 @@ Insta360Pictures() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
AddGPSToPicture() {
|
AddGPSToPicture() {
|
||||||
|
J=$1
|
||||||
# höhe des bildes ermitteln
|
# höhe des bildes ermitteln
|
||||||
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
|
||||||
@@ -316,6 +317,7 @@ AddGPSToPictures() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
AddTimestampToPicture() {
|
AddTimestampToPicture() {
|
||||||
|
J=$1
|
||||||
# höhe des bildes ermitteln
|
# höhe des bildes ermitteln
|
||||||
H=$(exiftool -csv -ImageHeight $J | grep -v Height | awk -F',' '{print $2}')
|
H=$(exiftool -csv -ImageHeight $J | grep -v Height | awk -F',' '{print $2}')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user