image-archive

https://github.com/mhayashi1120/Emacs-image-archive.git

git clone 'git://github.com/mhayashi1120/Emacs-image-archive.git'
1

image-archive.el

Show thumbnails in a archive-mode buffer like image-dired. So this module depend on image-dired to imitate UI. Some of customize variables are imported. But not like image-dired, non-blocking thumbnail process like image-dired+

Install:

Please install the ImageMagick before installing this elisp.

Put this file into load-path'ed directory, and byte compile it if desired. And put the following expression into your ~/.emacs.

(autoload 'image-archive "image-archive" nil t)
(autoload 'image-archive-marked-files "image-archive" nil t)
(autoload 'image-archive-auto-thumbnails "image-archive")

Usage:

| zip | 7z | lha | arc | zoo | |—–|—–|—–|—–|—–| | o | o | o | - | - |

GNU bash, version 4.2.37(1)-release (x86_64-pc-linux-gnu)

M-x image-archive
(add-hook 'archive-mode-hook 'image-archive-auto-thumbnails)