[Rails] Re: attachment_fu doesnt resize photo and create thumbnails

2009-03-17 Thread Peter De Berdt
The thing is that even Paperclip would fail here, since it's clearly related to RMagick. Paperclip uses the same library to scale its images. I prefer attachment_fu over paperclip, it has a couple of features Paperclip doesn't have and it has worked perfectly for me. The right tool for the

[Rails] Re: attachment_fu doesnt resize photo and create thumbnails

2009-03-17 Thread "Wolas!"
recently i have been hearing a lot of good about paperclip to replace attachment_fu On Mar 17, 8:27 am, Tam Kbe wrote: > I realized that the problem was from RMagick/ImageMagick I tried > installing different versions of both with no success. > > I resolved the problem by using ImageScience/Free

[Rails] Re: attachment_fu doesnt resize photo and create thumbnails

2009-03-17 Thread Tam Kbe
I realized that the problem was from RMagick/ImageMagick I tried installing different versions of both with no success. I resolved the problem by using ImageScience/FreeImage instead. It seems to work better for me now! Thanks, Tam -- Posted via http://www.ruby-forum.com/. --~--~-~-

[Rails] Re: attachment_fu doesnt resize photo and create thumbnails

2009-03-16 Thread Tam Kbe
you were right Eric I just figured out I had to execute this line as my RMagick was installed but not configured properly: export LD_LIBRARY_PATH=/usr/local/lib Now it works by making four versions of the photo but they are the same! I mean it doesn't actually create different sizes of images.

[Rails] Re: attachment_fu doesnt resize photo and create thumbnails

2009-03-16 Thread Eric
You should verify that your configured processor, such as rmagick/ imagemagick, is installed and available to the user under which the application runs. On Mar 16, 9:57 pm, Tam Kbe wrote: > Hello, > > I'm trying to use attachment_fu in order to upload photo and create > three versions of thumbna