imagemagick is in the default load paths of your linux distro or specify the path explicitely
imagemagick has the necessary processor for the filetype you are uploading installed
the file you are uploading is effectively and at all times an image (if you want to upload non-thumbnailable files, you’ll need to handle that using a “before_post_process” method that determines what processor to use for what filetype
I don't know that this is strictly required, but I found that I needed it when I was getting Paperclip working. I have since included it in several projects now. It wont hurt, and I think it may be required. (I remember that it is not documented.)
I've installed image magick.............
but it still shows the error message "/LOCALS~1/Temp/stream.3468.0 is
not recognized
by the 'identify' command.".Is that i need to install it in the
project folder and give me some ways on how to compile it .or any
other gems avilable for this paperclip to work.
i'm in urgent need
I've installed image magick.............
but it still shows the error message "/LOCALS~1/Temp/stream.3468.0 is
not recognized
by the 'identify' command.".Is that i need to install it in the
project folder and give me some ways on how to compile it .or any
other gems avilable for this paperclip to work.
i'm in urgent need
For windows, make sure you close down the rails server and any command
prompt instances and restart them. The imagemagick install path in
program files (the folder containing identify.exe) needs to be
accessible in the PATH variable. To check type echo %PATH% in the
command prompt. If the imagemagick installation folder shows, the
rails app should function.