]> git.eshelyaron.com Git - emacs.git/commitdiff
(image-dired-cmd-create-thumbnail-options)
authorGlenn Morris <rgm@gnu.org>
Sat, 28 Apr 2007 04:11:53 +0000 (04:11 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 28 Apr 2007 04:11:53 +0000 (04:11 +0000)
(image-dired-cmd-create-temp-image-options): Replace option
+profile "*" with -strip.

lisp/image-dired.el

index 49c9832cbcf330a1f5d1abd71de4170b8fc54eec..867c50df013e4ce7d9ea8b50887d5660104c8447 100644 (file)
@@ -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