paperclip error

Posted by ZX12R on Stack Overflow See other posts from Stack Overflow or by ZX12R
Published on 2010-05-26T07:11:21Z Indexed on 2010/05/26 8:31 UTC
Read the original article Hit count: 345

i am trying paperclip for the first time and followed this tutorial

all is well until i use styles. this is the code

has_attached_file :photo, :url => "/uploads/products/:id/:style/:basename.:extension",  
:path => ":rails_root/public/uploads/products/:id/:style/:basename.:extension",
:styles => { :thumb=> "100x100#" }

the error i see on the console is

[paperclip] An error was received while processing: #<Paperclip::NotIdentifiedByImageMagickError: C:/DOCUME~1/LOCALS~1/Temp/stream,2956,1.jpg is not recognized by the 'identify' command.>

what does this mean? I have no idea what it means. Should i install this ImageMagick?

I tried installing it as a plugin as per this page. This also returns an error that "plugin not found".

what am i missing here?

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about imagemagick