Where to put files from here
Portable Win32 static at 16 bits-per-pixel. Just copy to your host and
run (no installer, no Windows registry entries).
to use for carrierwave?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For the executables from ImageMagick be usable, they need to be added to the
PATHvariable (so convert.exe and identify.exe work)You can do
Which will ensure these files are in the PATH before others. Check that the above mentioned executables needs to be present in that directory, if they are inside another one (like bin) use that directory instead.
Both CarrierWave and Paperclip will use the tools from the PATH, so set the path first and then start your Rails application.
Hope that helps.