search for: medium250

Displaying 1 result from an estimated 1 matches for "medium250".

Did you mean: medium2
2006 Feb 03
3
File_column and rmagick options
Hi, Currently I''m using the file_column plugin to upload images and save multiple copies of each at 3 different resoltions: file_column :name, :magick => { :versions => { "thumb96" => "96x150>", "medium250" => "250x400>", "large480" => "480X640>" } } I am wondering if there''s any way I can declare other rmagick options at the same time, specifically the -quality attribute, since the jpegs it outputs by default of very poor qual...