Tagged Questions
0
votes
1answer
107 views
How to convert .tiff images into .jpeg format
I am using Attachment_fu to upload images.
I need to convert .tiff images into .jpeg format after uploading image in application.
I used below code:
:styles => {
:thumb => ...
1
vote
0answers
224 views
attachment_fu rmagick on phusion passenger
I am getting so much pain with setting up rmagick on Passenger . I’m developing a rails web application that has image processing feature using imagemagick. the image processing feature is working ...
2
votes
3answers
1k views
attachment_fu and RMagick
After finally getting RMagick installed on my Mac I have set up attachment_fu according to the tutorial here: http://clarkware.com/cgi/blosxom/2007/02/24#FileUploadFu> when I try and upload a ...
