Image-plugin: Difference between revisions

From VDR Wiki
Jump to navigation Jump to search
(Preparation)
 
No edit summary
 
(11 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{Box Package |
==Description==
Name=Image
[[Image:(missing)-plugin.jpg|thumb|Screenshot]]
| Screenshot=[[image:Image-plugin.jpg|180px|Screenshot]]
| Developer=Andreas Brachold
| Description=Displays images of varies formats
| Category=Plugins
| Website=http://vdr-image.berlios.de/
}}

The '''image plugin''' displays images in varies formats (e.g. JPEG, PNG, TIFF,...). One can zoom in and rotate the images and it's also possible to create an overview.


==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
See [[plugin installation]]
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===
cp $SOURCEDIR/PLUGINS/src/image/script/imageplugin.sh /usr/bin


See [[plugin installation]]
===Patches===


==Configuration==
==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==
{| width=100% class=wikitable
{| border=1 cellpadding=2 cellspacing=0
|- bgcolor=#efdead
|- bgcolor=#efdead
!Parameter (short)
!Parameter (short)
Line 22: Line 50:
!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==
Errors can be announced, under the following address.

* http://developer.berlios.de/bugs/?group_id=4286
==CVS==
<pre>
cvs ... login
cvs ... co ...
</pre>


==Links==
==Links==
{|
{|
| [1]
| [1]
| http://
| http://vdr-image.berlios.de/
| Plugin homepage
| Plugin homepage
|-
| [2]
| http://netpbm.sourceforge.net
| Netpbm projektsite on SourceForge
|-
| [3]
| http://ffmpeg.sourceforge.net
| FFMPEG homepage
|-
| [4]
| ftp://ftp.astron.com
| Ftp "file"
|}
|}


[[Category:Plugins]]
[[Category:Outdated Plugins]]


{{i18n|image-plugin}}
<!-- Link to the german VDR Wiki -->
[[de:(missing)-plugin]]

Latest revision as of 11:57, 25 November 2013

Image
Screenshot
Displays images of varies formats
Developer: Andreas Brachold
Category: Plugins
Website: http://vdr-image.berlios.de/

The image plugin displays images in varies formats (e.g. JPEG, PNG, TIFF,...). One can zoom in and rotate the images and it's also possible to create an overview.

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

cp $SOURCEDIR/PLUGINS/src/image/script/imageplugin.sh /usr/bin

See plugin installation

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

Errors can be announced, under the following address.

Links

[1] http://vdr-image.berlios.de/ Plugin homepage
[2] http://netpbm.sourceforge.net Netpbm projektsite on SourceForge
[3] http://ffmpeg.sourceforge.net FFMPEG homepage
[4] ftp://ftp.astron.com Ftp "file"