]> git.eshelyaron.com Git - emacs.git/commit
Prevent creating thumbnails of all gif frames
authorMark Oteiza <mvoteiza@udel.edu>
Thu, 2 Feb 2017 01:51:00 +0000 (20:51 -0500)
committerMark Oteiza <mvoteiza@udel.edu>
Thu, 2 Feb 2017 01:51:00 +0000 (20:51 -0500)
commit910e63de89500e577be266b9cf8c815c5b47cfce
tree9d81760e8ca13bd7b9f341aafae5303036d8fac0
parentb4c9f9120d8b0da0593f2fbde69b40374f56451d
Prevent creating thumbnails of all gif frames

With the previous defaults, doing image-dired on a directory with an
animated foo.gif would cause creation of foo.thumb-N.gif for each of
N frames in foo.gif.  By default image-dired looks for foo.thumb.gif, so
there additionally is no usable thumbnail after all the needless effort.
image-dired never handled animation, regardless.
* lisp/image-dired.el: Mention limitation.
(image-dired-cmd-create-thumbnail-options):
(image-dired-cmd-create-temp-image-options):
(image-dired-cmd-create-standard-thumbnail-options): Append [0] to
filename to indicate only converting the 0th frame.
(image-dired-display-image-mode): Don't show a cursor.
lisp/image-dired.el