search for: large480

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

Did you mean: large4
2006 Feb 03
3
File_column and rmagick options
...''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 quality (serious compression artifacts). I tried the fol...