Module: ImageProcessing::Null
- Extended by:
- Chainable
- Defined in:
- lib/image_processing/null.rb
Overview
Null processor for image_processing that keeps source files untouched and copy them to the destination if provided.
Defined Under Namespace
Classes: Processor
Class Method Summary collapse
Class Method Details
.valid_image?(file) ⇒ Boolean
9 |
# File 'lib/image_processing/null.rb', line 9 def self.valid_image?(file) = true |