Im using Paperclip to resize my images, but I keep getting this error
(1 error forbade saving this project: Image C: /DOCUME~1/HP_ADM~1/LOCALS~1/Temp/stream.5584.0.jpg is not recognized by the ident command.)
Ive tried almost everything I found on the Internet:
- Adding Paperclip.options [: command_path] = "C: \ ImageMagick-6.6.6-Q16" to my development.rb
- Making changes to project.rb (removing single quotes)
I run windows with the latest versions of Ruby / Rails and Paperclip 1.3.3
I just ended up in Rails and I have no idea what to do. I know this is a common problem, but all the answers I met helped.
Thanks in advance.
source share