Osdimage-plugin

Aus VDR Wiki
Wechseln zu: Navigation, Suche

Inhaltsverzeichnis

Beschreibung

Anzeige von Bildern via OSD.

Osdimage-plugin.jpg

Hardwareanforderungen

Softwareanforderungen

  • ImageMagick
  • Netpbm (optional)

Installation

Tip: Es sollte alles was mit ImageMagick zu tun hat vorher deinstalliert werden. Bei einer RPM basierten Distri (e.g: SuSE) wären das folgende Befehle:

rpm -e --nodeps ImageMagick-Magick++
rpm -e --nodeps ImageMagick-devel
rpm -e --nodeps ImageMagick
cd $SOURCEDIR
tar jxvf ImageMagick-<VERSION>.tar.bz2
cd ImageMagick-<VERSION>
./configure --prefix=/usr/local \
            --without-perl \
            --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

Probleme

Optionen

HAVE_IMAGEMAGICK = 1
DEBUG = 1
HAVE_NETPBM = 1 recommended for 16-color-OSD

Parameter

Parameter (kurz) Parameter (lang) Beschreibung
-d DIR --directory=DIR picture-directory (REQUIRED)

Links

[1] http://www.imagemagick.org imagemagick Homepage
[2] http://netpbm.sourceforge.net Netpbm Projektseite
[3] http://home.pages.at/brougs78 Homepage des Plugins