File: thumbs.el.html
NOTE: This library was made obsolete in Emacs 29.1.
We recommend using M-x image-dired instead.
--------------------
This package create two new modes: thumbs-mode and thumbs-view-image-mode.
It is used for basic browsing and viewing of images from within Emacs.
Minimal image manipulation functions are also available via external
programs. If you want to do more complex tasks like categorize and tag
your images, use image-dired.el
The 'convert' program from 'ImageMagick'
[URL:https://www.imagemagick.org/] is required.
Thanks: Alex Schroeder <alex@gnu.org> for maintaining the package at some
time. The peoples at #emacs@freenode.net for numerous help. RMS
for Emacs and the GNU project.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
CHANGELOG
This is version 2.0
USAGE
Type M-x thumbs RET DIR RET to view the directory DIR in Thumbs mode.
That should be a directory containing image files.
from dired, C-t m enter in thumbs-mode with all marked files
C-t a enter in thumbs-mode with all files in current-directory
In thumbs-mode, pressing <return> on an image will bring you in image view
mode for that image. C-h m will give you a list of available keybinding.
Defined variables (29)
thumbs-buffer | Name of buffer containing thumbnails associated with image. |
thumbs-conversion-program | Name of conversion program for thumbnails generation. |
thumbs-current-dir | Current directory. |
thumbs-current-image-filename | Filename of current image. |
thumbs-current-image-size | Size of current image. |
thumbs-current-tmp-filename | Temporary filename of current image. |
thumbs-extra-images | Counter for showing extra images in thumbs buffer. |
thumbs-geometry | Size of thumbnails. |
thumbs-image-num | Number of current image. |
thumbs-image-resizing-step | Step by which to resize image as a percentage. |
thumbs-margin | Size of the margin around thumbnails. |
thumbs-marked-list | List of marked files. |
thumbs-max-image-number | Maximum number of images initially displayed in thumbs buffer. |
thumbs-mode-abbrev-table | Abbrev table for ‘thumbs-mode’. |
thumbs-mode-hook | Hook run after entering thumbs mode. |
thumbs-mode-map | Keymap for ‘thumbs-mode’. |
thumbs-mode-syntax-table | Syntax table for ‘thumbs-mode’. |
thumbs-per-line | Number of thumbnails per line to show in directory. |
thumbs-relief | Size of button-like border around thumbnails. |
thumbs-setroot-command | Command to set the root window. |
thumbs-temp-dir | Temporary directory to use. |
thumbs-temp-prefix | Prefix to add to temp files. |
thumbs-thumbsdir | Directory to store thumbnails. |
thumbs-thumbsdir-auto-clean | If set, delete older file in the thumbnails directory. |
thumbs-thumbsdir-max-size | Maximum size for thumbnails directory. |
thumbs-view-image-mode-abbrev-table | Abbrev table for ‘thumbs-view-image-mode’. |
thumbs-view-image-mode-hook | Hook run after entering image-view-mode mode. |
thumbs-view-image-mode-map | Keymap for ‘thumbs-view-image-mode’. |
thumbs-view-image-mode-syntax-table | Syntax table for ‘thumbs-view-image-mode’. |