# File lib/paperclip/style.rb, line 54 def convert_options @convert_options.respond_to?(:call) ? @convert_options.call(attachment.instance) : (@convert_options || attachment.send(:extra_options_for, name)) end