Module: Origami::Filter::Predictor
Defined Under Namespace
Classes: DecodeParms
Constant Summary collapse
- NONE =
1
- TIFF =
2
- PNG_NONE =
10
- PNG_SUB =
11
- PNG_UP =
12
- PNG_AVERAGE =
13
- PNG_PAETH =
14
- PNG_OPTIMUM =
15
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(parameters = {}) ⇒ Object
Create a new predictive Filter.
Class Method Details
Instance Method Details
#initialize(parameters = {}) ⇒ Object
Create a new predictive Filter.
- parameters
-
A hash of filter options.
56 57 58 |
# File 'lib/origami/filters/predictors.rb', line 56 def initialize(parameters = {}) super(DecodeParms.new(parameters)) end |