Osdimage-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
(→Beschreibung) |
(→Installation) |
||
Zeile 23: | Zeile 23: | ||
cd ImageMagick-<VERSION> | cd ImageMagick-<VERSION> | ||
./configure --prefix=/usr/local \ | ./configure --prefix=/usr/local \ | ||
− | |||
--without-dps \ | --without-dps \ | ||
--without-fpx \ | --without-fpx \ |
Version vom 3. April 2005, 11:31 Uhr
Inhaltsverzeichnis |
Beschreibung
Autor: Andreas Brugger
Anzeige von Bildern via OSD.
Bilder
Hardwareanforderungen
Softwareanforderungen
- ImageMagick
- Netpbm (optional)
Installation
Es sollte alles was mit ImageMagick zu tun hat vorher deinstalliert werden. Für eine RPM basierte Distri (e.g: 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
Probleme
Optionen
DEBUG=1 | Enable Debuging |
HAVE_NETPBM=1 | Empfohlen für 16-Farb-OSD |
Parameter
Parameter (kurz) | Parameter (lang) | Beschreibung |
---|---|---|
-d DIR | --directory=DIR | Bilder Ordner (ERFORDERLICH) |
Links
[1] | http://www.imagemagick.org | Imagemagick Homepage |
[2] | http://netpbm.sourceforge.net | Netpbm Projektseite |
[3] | http://home.pages.at/brougs78 | Homepage des Plugins |
[4] | http://home.pages.at/brougs78/comparison/index.htm | Beispiele |