Class: DynamicPDFApi::QuantizationAlgorithm
- Inherits:
-
Object
- Object
- DynamicPDFApi::QuantizationAlgorithm
- Defined in:
- lib/ruby_client/Imaging/QuantizationAlgorithm.rb
Overview
Enum representing quantization algorithms.
Constant Summary collapse
- Octree =
Octree quantization algorithm.
:Octree.freeze
- WebSafe =
Web-safe color quantization algorithm.
:WebSafe.freeze
- Werner =
Werner quantization algorithm.
:Werner.freeze
- WU =
Wu quantization algorithm.
:WU.freeze