Module: Technoweenie::AttachmentFu::Processors::CoreImageProcessor::ClassMethods
- Defined in:
- lib/technoweenie/attachment_fu/processors/core_image_processor.rb
Instance Method Summary collapse
Instance Method Details
#with_image(file, &block) ⇒ Object
13 14 15 |
# File 'lib/technoweenie/attachment_fu/processors/core_image_processor.rb', line 13 def with_image(file, &block) block.call OSX::CIImage.from(file) end |