From: Glenn Morris Date: Sat, 28 Apr 2007 04:13:48 +0000 (+0000) Subject: (image-dired-cmd-create-thumbnail-options) X-Git-Tag: emacs-pretest-23.0.90~12774 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=16bbdfc0e5929beda6c74d86d5212a7eaaa845d6;p=emacs.git (image-dired-cmd-create-thumbnail-options) (image-dired-cmd-create-temp-image-options): Replace option +profile "*" with -strip. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 85a19f355d0..5d0be781005 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2007-04-28 Glenn Morris + + * image-dired.el (image-dired-cmd-create-thumbnail-options) + (image-dired-cmd-create-temp-image-options): Replace option + +profile "*" with -strip. + 2007-04-27 Chong Yidong * textmodes/flyspell.el (flyspell-auto-correct-previous-word): Use diff --git a/lisp/image-dired.el b/lisp/image-dired.el index 49c9832cbcf..867c50df013 100644 --- a/lisp/image-dired.el +++ b/lisp/image-dired.el @@ -228,7 +228,7 @@ Used together with `image-dired-cmd-create-thumbnail-options'." :group 'image-dired) (defcustom image-dired-cmd-create-thumbnail-options - "%p -size %wx%h \"%f\" -resize %wx%h +profile \"*\" jpeg:\"%t\"" + "%p -size %wx%h \"%f\" -resize %wx%h -strip jpeg:\"%t\"" "Format of command used to create thumbnail image. Available options are %p which is replaced by `image-dired-cmd-create-thumbnail-program', %w which is replaced by @@ -246,7 +246,7 @@ Used together with `image-dired-cmd-create-temp-image-options'." :group 'image-dired) (defcustom image-dired-cmd-create-temp-image-options - "%p -size %wx%h \"%f\" -resize %wx%h +profile \"*\" jpeg:\"%t\"" + "%p -size %wx%h \"%f\" -resize %wx%h -strip jpeg:\"%t\"" "Format of command used to create temporary image for display window. Available options are %p which is replaced by `image-dired-cmd-create-temp-image-program', %w and %h which is replaced by