Osdimage-plugin
From VDR Wiki
(Difference between revisions)
(initial) |
m |
||
| Line 11: | Line 11: | ||
==Installation== | ==Installation== | ||
To install ImageMagick | To install ImageMagick | ||
| - | + | cd $SOURCEDIR | |
| - | cd $SOURCEDIR | + | tar jxvf ImageMagick-<VERSION>.tar.bz2 |
| - | tar jxvf ImageMagick-<VERSION>.tar.bz2 | + | cd ImageMagick-<VERSION> |
| - | cd ImageMagick-<VERSION> | + | ./configure --prefix=/usr/local \ |
| - | ./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 | + | make install |
| - | make install | + | ldconfig |
| - | ldconfig | + | |
| - | + | ||
and netpbm | and netpbm | ||
| - | + | cd $SOURCEDIR | |
| - | cd $SOURCEDIR | + | tar xvzf netpbm-<VERSION>.tgz |
| - | tar xvzf netpbm-<VERSION>.tgz | + | cd netpbm-<VERSION> |
| - | cd netpbm-<VERSION> | + | ./configure |
| - | ./configure | + | make |
| - | make | + | make package |
| - | make package | + | # install prefix (/usr/local/netpbm) ==> /usr/local |
| - | # install prefix (/usr/local/netpbm) ==> /usr/local | + | ^^^^^^^^^^ |
| - | + | ./installnetpbm | |
| - | ./installnetpbm | + | rm -r /tmp/netpbm |
| - | rm -r /tmp/netpbm | + | |
| - | + | ||
See [[plugin installation]]. | See [[plugin installation]]. | ||
Revision as of 22:45, 30 November 2004
Contents |
Description
File:Osdimage-plugin.jpg
Screenshot
The OSDImage plugin is an image viewer for VDR. Unlike the image-plugin this plugin uses the OSD to display the images.
Hardware requirements
Software requirements
- ImageMagick
- Netpbm (optional)
Installation
To install 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
and netpbm
cd $SOURCEDIR
tar xvzf netpbm-<VERSION>.tgz
cd netpbm-<VERSION>
./configure
make
make package
# install prefix (/usr/local/netpbm) ==> /usr/local
^^^^^^^^^^
./installnetpbm
rm -r /tmp/netpbm
See plugin installation.
Options
| Option | Description |
|---|---|
| DEBUG = 1 | Enable debug mode |
| HAVE_NETPBM = 1 | Recommended for 16-color-OSD |
Configuration
Parameter
| Parameter (short) | Parameter (long) | Description |
|---|---|---|
| -d DIR | --directory=DIR | Image directory (required) |
Problems
Links
| [1] | http://home.pages.at/brougs78 | Plugin homepage |
| [2] | http://www.imagemagick.org | ImageMagick homepage |
| [3] | http://netpbm.sourceforge.net | Netpbm homepage |
| [4] | http://home.pages.at/brougs78/comparison/index.htm | Ein paar Beispiele wie es aussehen kann. Aber die Ausgabe auf dem Fernseher sollte noch besser aussehen. |
