File: thumbs.el.html

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-bufferName of buffer containing thumbnails associated with image.
thumbs-conversion-programName of conversion program for thumbnails generation.
thumbs-current-dirCurrent directory.
thumbs-current-image-filenameFilename of current image.
thumbs-current-image-sizeSize of current image.
thumbs-current-tmp-filenameTemporary filename of current image.
thumbs-extra-imagesCounter for showing extra images in thumbs buffer.
thumbs-geometrySize of thumbnails.
thumbs-image-numNumber of current image.
thumbs-image-resizing-stepStep by which to resize image as a percentage.
thumbs-marginSize of the margin around thumbnails.
thumbs-marked-listList of marked files.
thumbs-max-image-numberMaximum number of images initially displayed in thumbs buffer.
thumbs-mode-abbrev-tableAbbrev table for ‘thumbs-mode’.
thumbs-mode-hookHook run after entering thumbs mode.
thumbs-mode-mapKeymap for ‘thumbs-mode’.
thumbs-mode-syntax-tableSyntax table for ‘thumbs-mode’.
thumbs-per-lineNumber of thumbnails per line to show in directory.
thumbs-reliefSize of button-like border around thumbnails.
thumbs-setroot-commandCommand to set the root window.
thumbs-temp-dirTemporary directory to use.
thumbs-temp-prefixPrefix to add to temp files.
thumbs-thumbsdirDirectory to store thumbnails.
thumbs-thumbsdir-auto-cleanIf set, delete older file in the thumbnails directory.
thumbs-thumbsdir-max-sizeMaximum size for thumbnails directory.
thumbs-view-image-mode-abbrev-tableAbbrev table for ‘thumbs-view-image-mode’.
thumbs-view-image-mode-hookHook run after entering image-view-mode mode.
thumbs-view-image-mode-mapKeymap for ‘thumbs-view-image-mode’.
thumbs-view-image-mode-syntax-tableSyntax table for ‘thumbs-view-image-mode’.

Defined functions (59)

thumbs(DIR &optional REG SAME-WINDOW)
thumbs-backward-char()
thumbs-backward-line()
thumbs-call-convert(FILEIN FILEOUT ACTION &optional ARG OUTPUT-FORMAT ACTION-PREFIX)
thumbs-call-setroot-command(IMG)
thumbs-cleanup-thumbsdir()
thumbs-current-image()
thumbs-delete-images()
thumbs-dired()
thumbs-dired-setroot()
thumbs-dired-show()
thumbs-dired-show-marked()
thumbs-display-thumbs-buffer()
thumbs-do-thumbs-insertion(LIST)
thumbs-emboss-image(EMBOSS)
thumbs-enlarge-image()
thumbs-file-alist()
thumbs-file-list()
thumbs-file-size(IMG)
thumbs-find-image(IMG &optional NUM OTHERWIN)
thumbs-find-image-at-point(&optional IMG OTHERWIN)
thumbs-find-image-at-point-other-window()
thumbs-find-thumb(IMG)
thumbs-forward-char()
thumbs-forward-line()
thumbs-image-type(IMG)
thumbs-insert-image(IMG TYPE RELIEF &optional MARKED)
thumbs-insert-thumb(IMG &optional MARKED)
thumbs-kill-buffer()
thumbs-make-thumb(IMG)
thumbs-mark()
thumbs-mode()
thumbs-modify-image(ACTION &optional ARG)
thumbs-monochrome-image()
thumbs-mouse-find-image(EVENT)
thumbs-negate-image()
thumbs-new-image-size(S INCREMENT)
thumbs-next-image()
thumbs-previous-image()
thumbs-redraw-buffer()
thumbs-rename-images(NEWFILE)
thumbs-resize-image(WIDTH HEIGHT)
thumbs-resize-image-1(&optional INCREMENT SIZE)
thumbs-rotate-left()
thumbs-rotate-right()
thumbs-save-current-image()
thumbs-set-image-at-point-to-root-window()
thumbs-set-root()
thumbs-show-from-dir(DIR &optional REG SAME-WINDOW)
thumbs-show-image-num(NUM)
thumbs-show-more-images(&optional ARG)
thumbs-show-name()
thumbs-show-thumbs-list(LIST &optional DIR SAME-WINDOW)
thumbs-shrink-image()
thumbs-temp-file()
thumbs-thumbname(IMG)
thumbs-thumbsdir()
thumbs-unmark()
thumbs-view-image-mode()

Defined faces (0)