diff options
author | Glenn Morris <rgm@gnu.org> | 2007-04-28 04:11:53 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-04-28 04:11:53 +0000 |
commit | 2942d0b6a515da4ba7b27d5b4494fd9058730183 (patch) | |
tree | 0a5e3bd349ce35be8881081b838d1dc1973f2cc9 | |
parent | f089fbd89e6f42147d04d15a92daa35f0f33e6a1 (diff) | |
download | emacs-2942d0b6a515da4ba7b27d5b4494fd9058730183.tar.gz emacs-2942d0b6a515da4ba7b27d5b4494fd9058730183.tar.bz2 emacs-2942d0b6a515da4ba7b27d5b4494fd9058730183.zip |
(image-dired-cmd-create-thumbnail-options)
(image-dired-cmd-create-temp-image-options): Replace option
+profile "*" with -strip.
-rw-r--r-- | lisp/image-dired.el | 4 |
1 files changed, 2 insertions, 2 deletions
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 |