Hi, i'm using attachment fu plugin and mini magick for upload images. class Photo < ActiveRecord::Base has_attachment :content_type => :image, :storage => :file_system, :max_size => 4.megabytes, :resize_to => '700x650>', :path_prefix => 'public/images/cores', :thumbnails => { :thumb_big => '62x62!', :thumb => '30x30!' }, :processor => :MiniMagick
I noted that when a user upload a jpg, the thumnails are very expensive (32k for :thumb). so i want convert all thumbnails to gif or png format. is possible? thanks -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk@googlegroups.com To unsubscribe from this group, send email to rubyonrails-talk+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---