From: Glenn Morris Date: Sat, 28 Apr 2007 04:11:53 +0000 (+0000) Subject: (image-dired-cmd-create-thumbnail-options) X-Git-Tag: emacs-pretest-22.0.990~135 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2942d0b6a515da4ba7b27d5b4494fd9058730183;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/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