Image-plugin
From VDR Wiki
(Difference between revisions)
(Preparation) |
(initial) |
||
| Line 1: | Line 1: | ||
==Description== | ==Description== | ||
| - | [[Image: | + | [[Image:Image-plugin.jpg|thumb|Screenshot]] |
| + | The '''image plugin''' displays images in varies formats (e.g. JPEG, PNG, TIFF,...). | ||
==Hardware requirements== | ==Hardware requirements== | ||
| + | * slightly faster computer (>500MHz) | ||
==Software requirements== | ==Software requirements== | ||
| + | * netpbm > 10.0 | ||
| + | * sharutils | ||
| + | * file (should be included in every distribution) | ||
==Installation== | ==Installation== | ||
| - | + | To install netpbm | |
| + | <pre> | ||
| + | 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 | ||
| + | </pre> | ||
| - | + | copy imageplugin.sh | |
| + | <pre> | ||
| + | cd $SOURCEDIR/PLUGINS/src/image/script/imageplugin.sh /usr/bin | ||
| + | </pre> | ||
| - | + | See [[plugin installation]] | |
==Configuration== | ==Configuration== | ||
| + | Alter '''/usr/bin/imageplugin.sh''' | ||
| + | <pre> | ||
| + | - #PATH=/usr/local/bin:$PATH | ||
| + | + PATH=/usr/local/bin:$PATH | ||
| + | </pre> | ||
| + | |||
| + | For more information see the README file. | ||
==Parameter== | ==Parameter== | ||
| Line 22: | Line 49: | ||
!Description | !Description | ||
|- | |- | ||
| - | | - | + | | -m CMD || --mount=CMD || CMD to mount/unmount/eject image sources (default: mount.sh) |
|- | |- | ||
| - | | - | + | | -C CMD || --convert=CMD || use CMD when converting Images (default: imageplugin.sh) |
| - | + | ||
| - | + | ||
| - | = | + | |
| - | + | ||
| - | | | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
|} | |} | ||
==Problems== | ==Problems== | ||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
==Links== | ==Links== | ||
{| | {| | ||
| [1] | | [1] | ||
| - | | http:// | + | | http://www.deltab.de/vdr/image.html |
| Plugin homepage | | Plugin homepage | ||
| + | |- | ||
| + | | [2] | ||
| + | | http://netpbm.sourceforge.net | ||
| + | | Netpbm projektsite on SourceForge | ||
| + | |- | ||
| + | | [3] | ||
| + | | ftp://ftp.astron.com | ||
| + | | Ftp "file" | ||
| + | |- | ||
| + | | [4] | ||
| + | | http://ffmpeg.sourceforge.net | ||
| + | | FFMPEG homepage | ||
|} | |} | ||
| Line 58: | Line 78: | ||
<!-- Link to the german VDR Wiki --> | <!-- Link to the german VDR Wiki --> | ||
| - | [[de: | + | [[de:Image-plugin]] |
Revision as of 19:55, 14 November 2004
Contents |
Description
The image plugin displays images in varies formats (e.g. JPEG, PNG, TIFF,...).
Hardware requirements
- slightly faster computer (>500MHz)
Software requirements
- netpbm > 10.0
- sharutils
- file (should be included in every distribution)
Installation
To install 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
copy imageplugin.sh
cd $SOURCEDIR/PLUGINS/src/image/script/imageplugin.sh /usr/bin
Configuration
Alter /usr/bin/imageplugin.sh
- #PATH=/usr/local/bin:$PATH + PATH=/usr/local/bin:$PATH
For more information see the README file.
Parameter
| Parameter (short) | Parameter (long) | Description |
|---|---|---|
| -m CMD | --mount=CMD | CMD to mount/unmount/eject image sources (default: mount.sh) |
| -C CMD | --convert=CMD | use CMD when converting Images (default: imageplugin.sh) |
Problems
Links
| [1] | http://www.deltab.de/vdr/image.html | Plugin homepage |
| [2] | http://netpbm.sourceforge.net | Netpbm projektsite on SourceForge |
| [3] | ftp://ftp.astron.com | Ftp "file" |
| [4] | http://ffmpeg.sourceforge.net | FFMPEG homepage |
