# HG changeset patch # User Glenn Morris # Date 1177733513 0 # Node ID fde49df3c9ae3630955433423774863787163b71 # Parent 9e16309ca5df894683ae171b284ad8032f9947e1 (image-dired-cmd-create-thumbnail-options) (image-dired-cmd-create-temp-image-options): Replace option +profile "*" with -strip. diff -r 9e16309ca5df -r fde49df3c9ae lisp/image-dired.el --- a/lisp/image-dired.el Sat Apr 28 04:10:51 2007 +0000 +++ b/lisp/image-dired.el Sat Apr 28 04:11:53 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