search for: image_magick_path

Displaying 3 results from an estimated 3 matches for "image_magick_path".

2010 Apr 01
2
paper clip plugin error
...o C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/ hrithik_roshan1,3756,1.jpg is not recognized by the ''identify'' command. having window xp C:\Program Files\ImageMagick-6.4.5-Q16 this image magick installed development.rb file cod ----------------------------------------- Paperclip.options[:image_magick_path] = "C:/Program Files/ ImageMagick-6.4.5-Q16/www" model code ---------------------------- has_attached_file :photo , :styles => { :thumb=> "100x100#", :small => "150x150>", :medium => "300x300>", :large => "400x4...
2010 Aug 07
12
Paperclip Trouble - Not Writing to the Database
Hello all, I''m a Rails newbie trying to get a basic implementation of Paperclip up but it''s giving me problems. I''m developing on Windows XP (I know...) with WEBrick and MySQL. In my model I have: class User < ActiveRecord::Base has_attached_file :avatar,:styles => { :medium => "300x300>", :thumb => "100x100>" }, :url =>
2007 Dec 07
0
applciation configuration for imagemagick
Hi, I would like to specify a path for my imagemagick application, but I coldn''t figure out how to do it. That''s what I got so far at the environment.rp # Include your application configuration below IMAGE_MAGICK_PATH = "??" The path I want it to point to is "C:\Programme\ImageMagick" Thanks for your help. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on R...