Date: prev next · Thread: first prev next last
2015 Archives by date, by thread · List index


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hallo Günter,

ich habe zwar keine Ahnung von Bash-Programmierung, aber etwas Zeit
investiert und bin zu dieser Lösung gekommen:

- -----------------
#!/bin/bash

ls -1 *.JPG | while read file;
do {
orient=`identify -format '%[exif:orientation]' $file`
if [ $orient -eq 1 ]; then
convert -gravity SouthEast -font Times-Bold -pointsize 40 -fill white \
- -draw "text 30,30 'Datei: $file'" \
$file x-$file.JPG
else
convert -gravity NorthEast -font Times-Bold -pointsize 40 -fill white \
- -draw "rotate -90 text 30,30 'Datei: $file   '" \
$file x-$file.JPG
fi
}
done
- -------------

Du kannst die Exif-Orientierung auslesen. Mit -gravity zeigst Du an,
wohin geschrieben werden soll. Exif-Orientierung = 1 bedeutet das
normale Querformat-Bild.
Jetzt müsste je nach anderer Exif-Orientierung in andere Ecken
geschrieben werden und der Eintrag rotiert werden.
Was ich nicht hin bekommen habe ist ganz genaue Positionierung der
Schrift bei Hochformatfotos. Damit die Dateiendung auch sicher drauf
ist habe ich einfach Leertasten eingefügt.

Gruß

Robert
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBAgAGBQJWG4SWAAoJELDKYwaoS9AIUdcP/0AQKP1S3g9g9RNLUPtWmRHt
6zBRZ+51DSguXHHCYZMBvWgorwYhdHgV8tlcrDIOfYuXR86Tm96J22MCGyH2/2aH
H0CcIy4u/nrxzdWQGNILdszyud8+8zfJQjNUkr5GavHZYFPzfFVIYKSGFrI3o7NK
Hpn8ulQKVK2bzMB2V+luXe3st5v4d8s/+cUNk7q5Y4iZXTceYgRsZxUqplT16L1n
rko2dvJHkYdL3rg+6/wzbhDgJQ/HGuXrB02hI69XlWl0GYMBIfIgGzuX7jgpSAw9
mHedjhOpFT4JB3Q5GJkfLHQdVvE4GDiaDk+oZgcsWNb15FGcSC30hYQEmxLcV17a
/HT7fN6v8/sfAD/Fzgp+f91yZk1el13XRfZSbA27RlZgWYCf1FYHJcQgaaRffIRw
PILeTHe76RuPIEhsbThp/k2/TtMihE1NmF9Yr7+4F9Cj3RjAK+J70EU+89p7tOCk
0u59XesOgLTxAeXcqwa7FzHQuEElH13dqTiwPp1kY4Vg+xsjcpjOaw8PioMMkzBM
iND/+CCBZxNXo/qUsPn1jy0aCoSfCg6qxN5WsGsKSon/2gzb+uaaZ7GGRwLb79YK
FLduzC+niJNzX5p3d8ABDDLMM5VTZ9xA7HqPEXG/TgxbcKhQgdgt3M0Bxz2irqch
ZAGKdYEsZmTGYSS5+iF3
=pXDM
-----END PGP SIGNATURE-----

-- 
Liste abmelden mit E-Mail an: users+unsubscribe@de.libreoffice.org
Probleme? http://de.libreoffice.org/hilfe-kontakt/mailing-listen/abmeldung-liste/
Tipps zu Listenmails: http://wiki.documentfoundation.org/Netiquette/de
Listenarchiv: http://listarchives.libreoffice.org/de/users/
Alle E-Mails an diese Liste werden unlöschbar öffentlich archiviert

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.