* Image-Dired thumbs issue
@ 2008-06-04 13:48 Corey Foote
2008-06-04 13:55 ` Juanma Barranquero
0 siblings, 1 reply; 10+ messages in thread
From: Corey Foote @ 2008-06-04 13:48 UTC (permalink / raw)
To: help-gnu-emacs
[-- Attachment #1: Type: text/plain, Size: 668 bytes --]
Hi everybody,
I'm having some trouble getting Image-Dired to run. I
installed ImageMagick and put the program folder in my path environment variable.
I'm able to invoke both convert and mogrify from the command line, but when I
try to run Image-Dired by by typing M-x
image-dired I get a message saying, "Thumb could not be created for file..."
Any suggestions?
I'm running GNU GNU
Emacs 22.1.50.1 under Windows XP. - Corey Foote
_________________________________________________________________
Enjoy 5 GB of free, password-protected online storage.
http://www.windowslive.com/skydrive/overview.html?ocid=TXT_TAGLM_WL_Refresh_skydrive_062008
[-- Attachment #2: Type: text/html, Size: 1086 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Image-Dired thumbs issue
2008-06-04 13:48 Image-Dired thumbs issue Corey Foote
@ 2008-06-04 13:55 ` Juanma Barranquero
2008-06-05 16:27 ` Corey Foote
0 siblings, 1 reply; 10+ messages in thread
From: Juanma Barranquero @ 2008-06-04 13:55 UTC (permalink / raw)
To: Corey Foote; +Cc: help-gnu-emacs
> I'm having some trouble getting Image-Dired to run. I installed ImageMagick
> and put the program folder in my path environment variable. I'm able to
> invoke both convert and mogrify from the command line, but when I try to run
> Image-Dired by by typing M-x image-dired I get a message saying, "Thumb
> could not be created for file..." Any suggestions?
Did you try setting the several image-dired-*-program variables to the
paths of your ImageMagick executables?
Note that, on Windows XP, the convert.exe that first appears in the
PATH is often a system utility to convert FAT partitions to NTFS.
Juanma
^ permalink raw reply [flat|nested] 10+ messages in thread
* RE: Image-Dired thumbs issue
2008-06-04 13:55 ` Juanma Barranquero
@ 2008-06-05 16:27 ` Corey Foote
2008-06-05 16:34 ` Corey Foote
` (2 more replies)
0 siblings, 3 replies; 10+ messages in thread
From: Corey Foote @ 2008-06-05 16:27 UTC (permalink / raw)
To: Juanma Barranquero; +Cc: help-gnu-emacs
[-- Attachment #1: Type: text/plain, Size: 1791 bytes --]
No luck. I set them and it still doesn't work. :-(
(setq image-dired-cmd-create-temp-image-program "c:/Program Files/ImageMagick-6.4.1-Q16/convert.exe")
(setq image-dired-cmd-create-thumbnail-program "c:/Program Files/ImageMagick-6.4.1-Q16/convert.exe")
(setq image-dired-cmd-pngcrush-program "c:/Program Files/ImageMagick-6.4.1-Q16/convert.exe")
(setq image-dired-cmd-pngnq-program "c:/Program Files/ImageMagick-6.4.1-Q16/convert.exe")
(setq image-dired-cmd-rotate-original-program "c:/Program Files/ImageMagick-6.4.1-Q16/convert.exe")
(setq image-dired-cmd-rotate-thumbnail-program "c:/Program Files/ImageMagick-6.4.1-Q16/convert.exe")
(setq image-dired-cmd-write-exif-data-program "c:/Program Files/ImageMagick-6.4.1-Q16/convert.exe")
> Date: Wed, 4 Jun 2008 15:55:06 +0200
> From: lekktu@gmail.com
> To: coreyfoote@hotmail.com
> Subject: Re: Image-Dired thumbs issue
> CC: help-gnu-emacs@gnu.org
>
> > I'm having some trouble getting Image-Dired to run. I installed ImageMagick
> > and put the program folder in my path environment variable. I'm able to
> > invoke both convert and mogrify from the command line, but when I try to run
> > Image-Dired by by typing M-x image-dired I get a message saying, "Thumb
> > could not be created for file..." Any suggestions?
>
> Did you try setting the several image-dired-*-program variables to the
> paths of your ImageMagick executables?
>
> Note that, on Windows XP, the convert.exe that first appears in the
> PATH is often a system utility to convert FAT partitions to NTFS.
>
> Juanma
_________________________________________________________________
Search that pays you back! Introducing Live Search cashback.
http://search.live.com/cashback/?&pkw=form=MIJAAF/publ=HMTGL/crea=srchpaysyouback
[-- Attachment #2: Type: text/html, Size: 2095 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* RE: Image-Dired thumbs issue
2008-06-05 16:27 ` Corey Foote
@ 2008-06-05 16:34 ` Corey Foote
[not found] ` <mailman.12704.1212685980.18990.help-gnu-emacs@gnu.org>
2008-06-06 13:46 ` Juanma Barranquero
2 siblings, 0 replies; 10+ messages in thread
From: Corey Foote @ 2008-06-05 16:34 UTC (permalink / raw)
To: Juanma Barranquero; +Cc: help-gnu-emacs
[-- Attachment #1: Type: text/plain, Size: 2344 bytes --]
Are there any Windows users out there who wouldn't mind posting the relevant portion of their .emacs files to the list so I can see how this is done? Thanks!
- Corey
________________________________
> From: coreyfoote@hotmail.com
> To: lekktu@gmail.com
> Date: Thu, 5 Jun 2008 12:27:32 -0400
> CC: help-gnu-emacs@gnu.org
> Subject: RE: Image-Dired thumbs issue
>
> No luck. I set them and it still doesn't work. :-(
>
> (setq image-dired-cmd-create-temp-image-program "c:/Program Files/ImageMagick-6.4.1-Q16/convert.exe")
> (setq image-dired-cmd-create-thumbnail-program "c:/Program Files/ImageMagick-6.4.1-Q16/convert.exe")
> (setq image-dired-cmd-pngcrush-program "c:/Program Files/ImageMagick-6.4.1-Q16/convert.exe")
> (setq image-dired-cmd-pngnq-program "c:/Program Files/ImageMagick-6.4.1-Q16/convert.exe")
> (setq image-dired-cmd-rotate-original-program "c:/Program Files/ImageMagick-6.4.1-Q16/convert.exe")
> (setq image-dired-cmd-rotate-thumbnail-program "c:/Program Files/ImageMagick-6.4.1-Q16/convert.exe")
> (setq image-dired-cmd-write-exif-data-program "c:/Program Files/ImageMagick-6.4.1-Q16/convert.exe")
>
>
>> Date: Wed, 4 Jun 2008 15:55:06 +0200
>> From: lekktu@gmail.com
>> To: coreyfoote@hotmail.com
>> Subject: Re: Image-Dired thumbs issue
>> CC: help-gnu-emacs@gnu.org
>>
>>> I'm having some trouble getting Image-Dired to run. I installed ImageMagick
>>> and put the program folder in my path environment variable. I'm able to
>>> invoke both convert and mogrify from the command line, but when I try to run
>>> Image-Dired by by typing M-x image-dired I get a message saying, "Thumb
>>> could not be created for file..." Any suggestions?
>>
>> Did you try setting the several image-dired-*-program variables to the
>> paths of your ImageMagick executables?
>>
>> Note that, on Windows XP, the convert.exe that first appears in the
>> PATH is often a system utility to convert FAT partitions to NTFS.
>>
>> Juanma
>
> ________________________________
> Search that pays you back! Introducing Live Search cashback. Search Now!
_________________________________________________________________
Now you can invite friends from Facebook and other groups to join you on Windows Live™ Messenger. Add now.
https://www.invite2messenger.net/im/?source=TXT_EML_WLH_AddNow_Now
[-- Attachment #2: Type: text/html, Size: 2592 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
[parent not found: <mailman.12704.1212685980.18990.help-gnu-emacs@gnu.org>]
* Re: Image-Dired thumbs issue
2008-06-05 16:27 ` Corey Foote
2008-06-05 16:34 ` Corey Foote
[not found] ` <mailman.12704.1212685980.18990.help-gnu-emacs@gnu.org>
@ 2008-06-06 13:46 ` Juanma Barranquero
2 siblings, 0 replies; 10+ messages in thread
From: Juanma Barranquero @ 2008-06-06 13:46 UTC (permalink / raw)
To: Corey Foote; +Cc: help-gnu-emacs
> No luck. I set them and it still doesn't work. :-(
>
> (setq image-dired-cmd-create-temp-image-program "c:/Program
> Files/ImageMagick-6.4.1-Q16/convert.exe")
> (setq image-dired-cmd-create-thumbnail-program "c:/Program
> Files/ImageMagick-6.4.1-Q16/convert.exe")
> (setq image-dired-cmd-pngcrush-program "c:/Program
> Files/ImageMagick-6.4.1-Q16/convert.exe")
> (setq image-dired-cmd-pngnq-program "c:/Program
> Files/ImageMagick-6.4.1-Q16/convert.exe")
> (setq image-dired-cmd-rotate-original-program "c:/Program
> Files/ImageMagick-6.4.1-Q16/convert.exe")
> (setq image-dired-cmd-rotate-thumbnail-program "c:/Program
> Files/ImageMagick-6.4.1-Q16/convert.exe")
> (setq image-dired-cmd-write-exif-data-program "c:/Program
> Files/ImageMagick-6.4.1-Q16/convert.exe")
Hm, I don't think all those programs should be convert.exe; take a
look at the start of image-dired.el.
Anyway, what exactly is the error you're seeing?
Juanma
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2008-06-27 1:03 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-04 13:48 Image-Dired thumbs issue Corey Foote
2008-06-04 13:55 ` Juanma Barranquero
2008-06-05 16:27 ` Corey Foote
2008-06-05 16:34 ` Corey Foote
[not found] ` <mailman.12704.1212685980.18990.help-gnu-emacs@gnu.org>
[not found] ` <uskvra3qd.fsf@earthlink.net>
2008-06-06 3:44 ` Kevin Rodgers
2008-06-06 12:15 ` Corey Foote
2008-06-06 13:37 ` Juanma Barranquero
2008-06-06 12:19 ` Corey Foote
[not found] ` <mailman.12728.1212723882.18990.help-gnu-emacs@gnu.org>
2008-06-27 1:03 ` David Combs
2008-06-06 13:46 ` Juanma Barranquero
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.