all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* image-dired on win32
@ 2007-11-22 19:58 justinhj
  2007-11-22 20:56 ` Jason Rumney
  0 siblings, 1 reply; 4+ messages in thread
From: justinhj @ 2007-11-22 19:58 UTC (permalink / raw)
  To: help-gnu-emacs

I've been debugging image-dired on a win32 build of emacs 23.50.0.1,
as when I run image-dired it cannot create thumbnails.

"Thumb could not be created for file ..."

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?

Justin

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: image-dired on win32
  2007-11-22 19:58 image-dired on win32 justinhj
@ 2007-11-22 20:56 ` Jason Rumney
  2007-11-23 16:45   ` Mathias Dahl
  0 siblings, 1 reply; 4+ messages in thread
From: Jason Rumney @ 2007-11-22 20:56 UTC (permalink / raw)
  To: help-gnu-emacs

On 22 Nov, 19:58, justinhj <justi...@gmail.com> 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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: image-dired on win32
  2007-11-22 20:56 ` Jason Rumney
@ 2007-11-23 16:45   ` Mathias Dahl
  2007-11-23 20:40     ` justinhj
  0 siblings, 1 reply; 4+ messages in thread
From: Mathias Dahl @ 2007-11-23 16:45 UTC (permalink / raw)
  To: help-gnu-emacs

Jason Rumney <jasonrumney@gmail.com> writes:

> On 22 Nov, 19:58, justinhj <justi...@gmail.com> 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.

ImageMagick is available on Windows and it works well once you have it
in your PATH. There is also another, similar, package called
GraphicsMagick, which I have tested and which works, and which is said
to be quicker.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: image-dired on win32
  2007-11-23 16:45   ` Mathias Dahl
@ 2007-11-23 20:40     ` justinhj
  0 siblings, 0 replies; 4+ messages in thread
From: justinhj @ 2007-11-23 20:40 UTC (permalink / raw)
  To: help-gnu-emacs

On Nov 23, 8:45 am, Mathias Dahl <brakjol...@gmail.com> wrote:
> Jason Rumney <jasonrum...@gmail.com> writes:
> > On 22 Nov, 19:58, justinhj <justi...@gmail.com> wrote:
>
> ImageMagick is available on Windows and it works well once you have it
> in your PATH. There is also another, similar, package called
> GraphicsMagick, which I have tested and which works, and which is said
> to be quicker.

Many thanks.

Justin

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-11-23 20:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-22 19:58 image-dired on win32 justinhj
2007-11-22 20:56 ` Jason Rumney
2007-11-23 16:45   ` Mathias Dahl
2007-11-23 20:40     ` justinhj

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.