"no decode delegate for this image format"
Posted: 2010-10-11T14:20:52-07:00
I'm using Paperclip/ImageMagick in a Rails app running on a Windows server.
I get the following error message when trying to upload an image file:
Magick: no decode delegate for this image format '/Tmp/stream,4576,0.jpg[0]'' @ error/constitute.c/ReadImage/532.
Farther down in the error dump, I also get the message:
[paperclip] C:/Program Files/ImageMagick-6.6.4-Q16/identify -format %wx%h 'C:/Tmp/stream,4576,0.jpg[0]'
[paperclip] An error was received while processing... is not recognized by the 'identify' command.
I show the jpg delegate having permission rw-
Any suggestions on what I might be doing wrong?
Thanks,
Dean Richardson
I get the following error message when trying to upload an image file:
Magick: no decode delegate for this image format '/Tmp/stream,4576,0.jpg[0]'' @ error/constitute.c/ReadImage/532.
Farther down in the error dump, I also get the message:
[paperclip] C:/Program Files/ImageMagick-6.6.4-Q16/identify -format %wx%h 'C:/Tmp/stream,4576,0.jpg[0]'
[paperclip] An error was received while processing... is not recognized by the 'identify' command.
I show the jpg delegate having permission rw-
Any suggestions on what I might be doing wrong?
Thanks,
Dean Richardson