Module: AttachmentFu::Processors::CoreImageProcessor::ClassMethods

Defined in:
lib/attachment_fu/processors/core_image_processor.rb

Instance Method Summary collapse

Instance Method Details

#with_image(file, &block) ⇒ Object



12
13
14
# File 'lib/attachment_fu/processors/core_image_processor.rb', line 12

def with_image(file, &block)
  block.call OSX::CIImage.from(file)
end