General
-------

DinImaVie ver. 20100303

DinImaVie is a basic image viewer for Dingoo Linux using SDL.

It has the ability to rotate images, rescale images and can switch between images.

Installation
-------------

Copy the files to a directory on the SD card.

Edit the DinImaVie.dge and set the path to your images.

Entry for dmenu:

MenuItem dinimavie
{
Icon = "/usr/local/apps/DinImaVie/dinimavie.png"
Name = " DinImaVie"
Executable = "./DinImaVie.dge"
WorkDir = "/usr/local/apps/dinimavie"
Selector = yes
}

==================================================

If you are using Gmenu2x, just add DinImaVie.dge then set Browser to ON and set a Browser directory.

Usage
-----

DPAD Left / Right = rotate 90°
DPAD Up / Down    = rotate 180°
X                 = next image
Y                 = previous image
Select            = Exit

Configuration
-------------

You can make your own settings by creating .dinimavierc in your home directory, the syntax and default configuration is:

width 320
height 240
fullscreen 1
antialias 1

that's all.
