Displaying 2 results from an estimated 2 matches for "convert_options".
2008 Sep 02
4
Attachment_fu, Paperclip, & S3
...s reasons, I made a git branch and installed Paperclip in
place of attachment_fu. Paperclip works great except that images seem to
have lost some quality; edges have gone a little too jaggy to be able to
drop attachment_fu just yet. After a post on the Paperclip Google Group,
someone suggested the :convert_options could be passed additional
attributes, like ''quality'', and could make a difference. I''ve attempted
to pass these options across, but, they don''t seem to work; I''m probably
sending them incorrectly because visually obvious options, like
''rotate...
2009 Aug 17
0
Paperclip: processor proc not firing
...iles, but even that it doesn''t).
Inspecting the asset brings up the properties I expect to see:
--- &id004 !ruby/object:Paperclip::Attachment
_asset_content_type: video/quicktime
_asset_file_name: dirt.mov
_asset_file_size: 2162316
_asset_updated_at: 2009-08-17 15:35:29.113877 +02:00
convert_options: {}
...
:processors: &id001 !ruby/object:Proc {}
For clarification, my Paperclip method in the model:
has_attached_file :asset,
:styles => { :full => "1920x1080", :medium =>
["205x154", :png], :large => ["450x",:png] },...