slideview

https://github.com/mhayashi1120/Emacs-slideview.git

git clone 'git://github.com/mhayashi1120/Emacs-slideview.git'
2

slideview.el

View sequential files with simple operation.

Install:

(require 'slideview)

Start slideview-mode automatically when open a image file.

(add-hook 'image-mode-hook 'slideview-mode)

Usage:

(slideview-modify-setting "/path/to/file.zip"
                          :margin 30 :direction 'right)