Osdimage-plugin

Aus VDR Wiki
Wechseln zu: Navigation, Suche

Inhaltsverzeichnis

Beschreibung

Autor: Andreas Brugger

Anzeige von Bildern via OSD.

Bilder

Osdimage-plugin.jpg

Softwareanforderungen

  • ImageMagick
  • Netpbm (optional)

Installation

Es sollte alles was mit ImageMagick zu tun hat vorher deinstalliert werden. Für eine RPM-basierte Distribution (z.B. SuSE):

rpm -qa|grep ImageMagick|xargs rpm -e --nodeps
cd $SOURCEDIR
tar jxvf ImageMagick-<VERSION>.tar.bz2
cd ImageMagick-<VERSION>
./configure --prefix=/usr/local \
            --without-dps \
            --without-fpx \
            --without-gslib \
            --without-jbig \
            --without-jp2 \
            --without-lcms \
            --without-tiff \
            --without-xml \
            --without-x
make
make install
ldconfig
cd -

tar xvzf netpbm-<VERSION>.tgz
cd netpbm-<VERSION>
./configure
make
make package
# install prefix (/usr/local/netpbm) ==> /usr/local
                                         ^^^^^^^^^^
./installnetpbm
rm -r /tmp/netpbm

Optionen

DEBUG=1 Debuging einschalten
HAVE_NETPBM=1 Empfohlen für 16-Farb-OSD

Patches

Parameter

Parameter (kurz) Parameter (lang) Beschreibung
-d DIR --directory=DIR Bilderordner (ERFORDERLICH)

Bedienung

Im Bildauswahlmodus

LEFT, RIGHT, UP, DOWN Herkömlicher Naivgationsmodus
OK Sprung in höhere Verzeichnisebene
EXIT Zurück zum Hauptmenü
RED generate playlist for all the pictures in the current directory (including the subdirs) and show the first one
BLUE end the plugin

In the picture-selection-mode

DOWN, UP Vorheriges / nächsten Bild
LEFT, RIGHT Zehn Bilder in der Bilderliste rückwärts / vorwärts springen
EXIT Das Plugin beenden
RED Die ursprüngliche Ausrichtung (Drehrichtung) wiederherstellen (wie in der Bilddatei)
GREEN Gegen den Uhrzeigersinn um 90° drehen
YELLOW Im Uhrzeigersinn um 90° drehen
BLUE start slide-show, which automatically switches to the next picture in the playlist and stops at the end of the list (the timeout can be adjusted in teh setup-menu)


Links

[1] http://www.imagemagick.org Imagemagick-Homepage
[2] http://netpbm.sourceforge.net Netpbm-Projektseite
[3] http://brougs78.vdr-developer.org Homepage des Plugins
[4] http://brougs78.vdr-developer.org/comparison/index.htm Beispiele
In anderen Sprachen