Neon

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(Download and installation)
(Download and installation: install on shr)
 
(14 intermediate revisions by one user not shown)
Line 1: Line 1:
 
{{application|Neon}}
 
{{application|Neon}}
 +
[[Image:Neon_viewer.png|thumb]]
 +
[[Image:Neon_viewer_b_and_w.png|thumb]]
  
 
== Overview ==
 
== Overview ==
 
Neon is a simple image viewer. It's designed to be lightweight, fast, and easy to use. It's written in Python/[http://www.enlightenment.org/ EFL].
 
Neon is a simple image viewer. It's designed to be lightweight, fast, and easy to use. It's written in Python/[http://www.enlightenment.org/ EFL].
 
The Project is hosted on [http://projects.openmoko.org/projects/neon/ OpenmokoProjects].
 
The Project is hosted on [http://projects.openmoko.org/projects/neon/ OpenmokoProjects].
 +
 +
== Features ==
 +
 +
* Fast and finger friendly.
 +
* Zoom (in, out, fit to window) and rotate.
 +
* Slideshow.
 +
* Full screen viewing.
 +
* Minimal EXIF support.
 +
* Window auto-rotation via accelerometers data.
  
 
== Download and installation ==
 
== Download and installation ==
You can install Neon from Web. All packages are available [http://projects.openmoko.org/frs/?group_id=239 here].
+
You can install Neon directly from Web with opkg. All packages are available [http://projects.openmoko.org/frs/?group_id=239 here].
 
For example:
 
For example:
 
<pre>
 
<pre>
opkg install http://projects.openmoko.org/frs/download.php/588/neon_0.9.5.1-r0_all.ipk
+
opkg install http://projects.openmoko.org/frs/download.php/802/neon_1.0.0-r0_all.ipk
 
</pre>
 
</pre>
 +
If your system uses Python 2.6 (not 2.5) like SHR or FSO, you must install an alternative package:
 +
<pre>
 +
opkg install http://projects.openmoko.org/frs/download.php/803/neon_1.0.0-r0_all_py2.6.ipk
 +
</pre>
 +
 +
Neon is in SHR feeds already, so to install neon on SHR, simply type:
 +
 +
opkg install om-neon
 +
 +
== Dependences ==
 +
* python-textutils
 +
* python-evas
 +
* python-ecore
 +
* python-edje
  
 
== Usage ==
 
== Usage ==
  
 
<pre>
 
<pre>
Usage: neon.py [options] [path]
+
Usage: neon [options] [path]
  
 
Options:
 
Options:
 +
  --version            show program's version number and exit
 
   -h, --help            show this help message and exit
 
   -h, --help            show this help message and exit
 
   -e ENGINE, --engine=ENGINE
 
   -e ENGINE, --engine=ENGINE
 
                         which display engine to use (x11, x11-16), default=x11-16
 
                         which display engine to use (x11, x11-16), default=x11-16
 
   -f, --fullscreen      start in fullscreen mode
 
   -f, --fullscreen      start in fullscreen mode
   -r AUTO_ROTATE, --auto-rotate=AUTO_ROTATE
+
   -r 0/1, --auto-rotate=0/1
                         auto rotate images by dimensions (0, 1), default=1
+
                         auto rotate images by dimensions, default=1
 +
  -R 0/1, --auto-accel-rotate=0/1
 +
                        auto rotate window using accelerometers, default=0
 +
  -s SLIDESHOW_DELAY, --slideshow-delay=SLIDESHOW_DELAY
 +
                        delay for slideshow [sec], default=4
 +
  -t THEME, --theme=THEME
 +
                        which theme to use (default, b_and_w), default=default
 +
  -d DELAY, --bars-disappear-delay=DELAY
 +
                        auto-hide delay for navbar and toolbar [sec], default=0
 +
</pre>
 +
 
 +
To customize launch options, you can edit /usr/share/applications/neon.desktop file.
 +
 
 +
For example, to use "Black & White" theme and enable window auto-rotation via accelerometer data, modify the "Exec" line like this:
 +
<pre>
 +
...
 +
Terminal=false
 +
Exec=/usr/bin/neon -R 1 -t b_and_w
 +
Icon=neon.png
 +
...
 
</pre>
 
</pre>
  
Line 31: Line 76:
 
* [http://neon.projects.openmoko.org/ Home page]
 
* [http://neon.projects.openmoko.org/ Home page]
 
* [http://www.opkg.org/package_62.html opkg.org page]
 
* [http://www.opkg.org/package_62.html opkg.org page]
 +
 +
== Author ==
 +
 +
[[User:Valos|Valéry Febvre]]
  
 
<onlyinclude>
 
<onlyinclude>
Line 36: Line 85:
 
   Name=[[Neon]]|
 
   Name=[[Neon]]|
 
   Description=Simple image viewer |
 
   Description=Simple image viewer |
   Screenshot=|
+
   Screenshot=Neon_viewer.png |
 
   Homepage=http://projects.openmoko.org/projects/neon/|
 
   Homepage=http://projects.openmoko.org/projects/neon/|
   TestedOn=Om2008.12, SHR |
+
   TestedOn=Om2008.12, FSO, SHR |
 
   PackageName=neon
 
   PackageName=neon
 
}}
 
}}

Latest revision as of 14:18, 19 February 2010

Neon is one of the applications that runs on the Openmoko Phones. For a list of all applications, visit Applications

Neon viewer.png
Neon viewer b and w.png

Contents

[edit] Overview

Neon is a simple image viewer. It's designed to be lightweight, fast, and easy to use. It's written in Python/EFL. The Project is hosted on OpenmokoProjects.

[edit] Features

  • Fast and finger friendly.
  • Zoom (in, out, fit to window) and rotate.
  • Slideshow.
  • Full screen viewing.
  • Minimal EXIF support.
  • Window auto-rotation via accelerometers data.

[edit] Download and installation

You can install Neon directly from Web with opkg. All packages are available here. For example:

opkg install http://projects.openmoko.org/frs/download.php/802/neon_1.0.0-r0_all.ipk

If your system uses Python 2.6 (not 2.5) like SHR or FSO, you must install an alternative package:

opkg install http://projects.openmoko.org/frs/download.php/803/neon_1.0.0-r0_all_py2.6.ipk

Neon is in SHR feeds already, so to install neon on SHR, simply type:

opkg install om-neon

[edit] Dependences

  • python-textutils
  • python-evas
  • python-ecore
  • python-edje

[edit] Usage

Usage: neon [options] [path]

Options:
  --version             show program's version number and exit
  -h, --help            show this help message and exit
  -e ENGINE, --engine=ENGINE
                        which display engine to use (x11, x11-16), default=x11-16
  -f, --fullscreen      start in fullscreen mode
  -r 0/1, --auto-rotate=0/1
                        auto rotate images by dimensions, default=1
  -R 0/1, --auto-accel-rotate=0/1
                        auto rotate window using accelerometers, default=0
  -s SLIDESHOW_DELAY, --slideshow-delay=SLIDESHOW_DELAY
                        delay for slideshow [sec], default=4
  -t THEME, --theme=THEME
                        which theme to use (default, b_and_w), default=default
  -d DELAY, --bars-disappear-delay=DELAY
                        auto-hide delay for navbar and toolbar [sec], default=0

To customize launch options, you can edit /usr/share/applications/neon.desktop file.

For example, to use "Black & White" theme and enable window auto-rotation via accelerometer data, modify the "Exec" line like this:

...
Terminal=false
Exec=/usr/bin/neon -R 1 -t b_and_w
Icon=neon.png
...

[edit] Links

[edit] Author

Valéry Febvre


Neon viewer.png Neon

Simple image viewer


Homepage: http://projects.openmoko.org/projects/neon/
Package: neon
Tested on: Om2008.12, FSO, SHR

Personal tools

Neon is one of the applications that runs on the Openmoko Phones. For a list of all applications, visit Applications

Overview

Neon is a simple image viewer. It's designed to be lightweight, fast, and easy to use. It's written in Python/EFL. The Project is hosted on OpenmokoProjects.

Download and installation

You can install Neon from Web. All packages are available here. For example:

opkg install http://projects.openmoko.org/frs/download.php/588/neon_0.9.5.1-r0_all.ipk

Usage

Usage: neon.py [options] [path]

Options:
  -h, --help            show this help message and exit
  -e ENGINE, --engine=ENGINE
                        which display engine to use (x11, x11-16), default=x11-16
  -f, --fullscreen      start in fullscreen mode
  -r AUTO_ROTATE, --auto-rotate=AUTO_ROTATE
                        auto rotate images by dimensions (0, 1), default=1

Links


[[Image:|150px]] Neon

Simple image viewer


Homepage: http://projects.openmoko.org/projects/neon/
Package: neon
Tested on: Om2008.12, SHR