progressive method

Format progressive(
  1. Progressive progressive
)

Applicable only for JPG file format

Receives Progressive, The mode to determine a specific progressive outcome.

Returns Format

Implementation

Format progressive(Progressive progressive) {
  _progressive = progressive;
  return this;
}