JPEGOptionsFormat

Formatting options for converted JPEG images.

Class

Read Only

Number BASELINE_ENCODING = 1785751394

Uses baseline encoding to download the image in one pass.


Read Only

Number PROGRESSIVE_ENCODING = 1785751408

Uses progressive encoding to download the image in a series of passes, with the first pass at low resolution and each successive pass adding resolution to the image.

Was this helpful?