Image-dired

From WikEmacs
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Image-dired is a facility for browsing, organizing and tagging image files. It provides viewing the images either as thumbnails or in full size, either inside Emacs or through an external viewer.

Image-dired
Description Image browser
Author Mathias Dahl
Maintainer name of maintainer
Source http://repo.or.cz/w/emacs.git/blob/HEAD:/lisp/image-dired.el
Part of Emacs yes

Installation

Image-dired was first known as tumme. It is part of emacs since version 22.1.

You need ImageMagick for thumbnails creation and image manipulation.

Usage

M-x image-dired

and choose a directory with images.

Alternatively, you can mark the image files you want to look at in the Dired buffer, using m as usual. Then type C-t d (image-dired-display-thumbs). This creates and switches to a buffer containing image-dired, corresponding to the marked files.

Features

  • From thumbnail buffer, mark, unmark and flag files in associated dired buffer.
  • Tracking of movements in thumbnail buffer and mirroring of those movements in dired buffer, and the other way around.
  • From thumbnail buffer, view thumbnail’s original image in external viewer or, automatically resized, in an Emacs buffer
  • Rotate thumbnail images.
  • Comment and tag support (writing, reading, marking by tag).
  • Lossless rotation of JPEG files using jpegTRAN.
  • Generation of a simple, static image gallery.
  • Supports browing of all images types that Emacs and ImageMagick supports.
  • Functions to write and extract EXIF comments using Exiftool.
  • Configurable thumbnail storage (per-directory or in a central location)
  • Because it is based on dired, you can do further file manipulation and image processing by using ‘dired-do-shell-command’.

A good picture is worth a good example : http://www.markus-gattol.name/misc/mm/si/content/image_dired_tower_bridge.png

Recommended reading

Screens

User editing tags with image-dired:


 

See also

emacs-imagex: zoom, rotate, maximize

The package emacs-imagex makes it easy to zoom in, zoom out, rotate, maximize and save the image.