Im using Paperclip to size my images but I keep getting this error
( 1 error prohibited this project from being saved: Image C:/DOCUME~1/HP_ADM~1/LOCALS~1/Temp/stream,5584,0.jpg is not recognized by the 'identify' command. )
Ive tried pretty much everything that I found online:
- Adding Paperclip.options[:command_path] = "C:\ImageMagick-6.6.6-Q16" to my development.rb
- Doing changes to the project.rb (removing single quotes)
I'm running windows with the latest Ruby/Rails and Paperclip 1.3.3
Im just getting into Rails and I have no idea what to do. I know this is a common problem but all of the answers I have come across havent helped.
Thanks in advance.