Hello,

Well I'll like to know which is the best configuration or the most
used (standard) when uploading images via attachment fu (or related).
In particular I'll like to know which is the best resizing option and
the best "thumbnail" size for large images. This is my current
configuration. When I resize strictly to 640x480 the image loses its
original ratio.

  has_attachment :content_type => :image,
    :storage => :file_system,
    :max_size => 4096.kilobytes,
    :resize_to => '640x480',
    :thumbnails => { :thumb => '32x32', :medium => '96x96', :large =>
'320x240'},
    :processor => :ImageScience
    .

Thanks,

ElĂ­as
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to