# HG changeset patch
# User Glenn Morris <rgm@gnu.org>
# Date 1177733578 0
# Node ID 35d278323dfc4b8205770c28d6c047f8eca30267
# Parent  d823156fd54787ac4c7f56528313c255b4ed7170
(image-dired-cmd-create-thumbnail-options)
(image-dired-cmd-create-temp-image-options): Replace option
+profile "*" with -strip.

diff -r d823156fd547 -r 35d278323dfc lisp/image-dired.el
--- a/lisp/image-dired.el	Sat Apr 28 03:47:01 2007 +0000
+++ b/lisp/image-dired.el	Sat Apr 28 04:12:58 2007 +0000
@@ -228,7 +228,7 @@
   :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 @@
   :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