Class: ActiveAnalysis::Addon::ImageAddon::WhiteBackground

Inherits:
ActiveAnalysis::Addon::ImageAddon show all
Defined in:
lib/active_analysis/addon/image_addon/white_background.rb

Instance Attribute Summary

Attributes inherited from ActiveAnalysis::Addon

#file

Instance Method Summary collapse

Methods inherited from ActiveAnalysis::Addon::ImageAddon

accept?

Methods inherited from ActiveAnalysis::Addon

accept?, #initialize

Constructor Details

This class inherits a constructor from ActiveAnalysis::Addon

Instance Method Details

#metadataObject



7
8
9
# File 'lib/active_analysis/addon/image_addon/white_background.rb', line 7

def 
  { white_background: white_background? }
end