From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.help Subject: Re: image-dired on win32 Date: Thu, 22 Nov 2007 12:56:15 -0800 (PST) Organization: http://groups.google.com Message-ID: <13c15f31-8060-4da1-8319-84872c5d5fce@r31g2000hsg.googlegroups.com> References: <17a195e0-9ea2-46dd-9089-bc5ce247c185@s6g2000prc.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1195767684 9646 80.91.229.12 (22 Nov 2007 21:41:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 22 Nov 2007 21:41:24 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 22 22:41:31 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IvJna-0005PC-Ed for geh-help-gnu-emacs@m.gmane.org; Thu, 22 Nov 2007 22:41:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IvJnM-0001Kz-8e for geh-help-gnu-emacs@m.gmane.org; Thu, 22 Nov 2007 16:41:12 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!r31g2000hsg.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 10 Original-NNTP-Posting-Host: 83.67.23.108 Original-X-Trace: posting.google.com 1195764976 31689 127.0.0.1 (22 Nov 2007 20:56:16 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 22 Nov 2007 20:56:16 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: r31g2000hsg.googlegroups.com; posting-host=83.67.23.108; posting-account=pYxWjwkAAACsHSUNDoi5N05LVCTP7PVM User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9,gzip(gfe),gzip(gfe) Content-Disposition: inline Original-Xref: shelby.stanford.edu gnu.emacs.help:153983 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:49413 Archived-At: On 22 Nov, 19:58, justinhj wrote: > Messing around with the function image-dired-create-thumb I see that > the behaviour is to call the convert command line function. Does > anyone know if this image convert command is available for Windows or > GnuWin32, or if there's another program that I could substitute and > modify the arguments? Read the commentary in image-dired. It specifies that ImageMagick is a prerequisite for the convert program. It will need to be in your PATH.