Module: AttachmerbFu::Processors::ImageScienceProcessor::ClassMethods
- Defined in:
- lib/attachmerb_fu/processors/image_science_processor.rb
Instance Method Summary collapse
-
#with_image(file, &block) ⇒ Object
Yields a block containing an RMagick Image for the given binary data.
Instance Method Details
#with_image(file, &block) ⇒ Object
Yields a block containing an RMagick Image for the given binary data.
13 14 15 |
# File 'lib/attachmerb_fu/processors/image_science_processor.rb', line 13 def with_image(file, &block) ::ImageScience.with_image file, &block end |