[Rails] Paperclip/ImageMagick issue

2010-06-08 Thread Jeremy Woertink
I'm using paperclip for uploading images, and I'm running into a weird error: 2 errors prohibited this billboard from being saved There were problems with the following fields: * Image /var/folders/bh/bh5FVAlvF5C38oqg94dcbU+++TI/-Tmp-/stream.1605.0 is not recognized by the 'identify'

Re: [Rails] Paperclip/ImageMagick issue

2010-06-08 Thread Philip Hallstrom
Is JPG support compiled into Imagemagick? If you run identify directly on your image does it work? Or complain? On Jun 8, 2010, at 9:25 AM, Jeremy Woertink wrote: I'm using paperclip for uploading images, and I'm running into a weird error: 2 errors prohibited this billboard from being

Re: [Rails] Paperclip/ImageMagick issue

2010-06-08 Thread catz
Paperclip.options[:image_magick_path] = /opt/local/bin Paperclip.options[:command_path] = /opt/local/bin add something like these two commands to paperclip.rb in initializers folder just point to right identify command path On 6/8/10, Philip Hallstrom phi...@pjkh.com wrote: Is JPG support