Image-plugin: Difference between revisions
Jump to navigation
Jump to search
(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 |
|||
⚫ | |||
⚫ | |||
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 |
|||
===Options=== |
|||
<pre> |
|||
cd $SOURCEDIR/PLUGINS/src/image/script/imageplugin.sh /usr/bin |
|||
</pre> |
|||
⚫ | |||
===Patches=== |
|||
==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) |
|||
| -a ABC || --aaa=ABC || some Parameter |
|||
|- |
|- |
||
| -C CMD || --convert=CMD || use CMD when converting Images (default: imageplugin.sh) |
|||
| -b || --bbb || another Parameter |
|||
⚫ | |||
==Handling== |
|||
{| border=1 cellpadding=2 cellspacing=0 |
|||
|- bgcolor=#efdead |
|||
!Key |
|||
!Description |
|||
⚫ | |||
!bgcolor=#efefef| Right || Fast forward (5 sec.) |
|||
⚫ | |||
!bgcolor=#efefef| Left || Fast backward (5 sec.) |
|||
|- |
|||
!bgcolor=#efefef| Up || Next song |
|||
|} |
|} |
||
==Problems== |
==Problems== |
||
==CVS== |
|||
⚫ | |||
cvs ... login |
|||
cvs ... co ... |
|||
⚫ | |||
==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
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 |