Chartbreaker
    Preparing search index...

    Interface JpegConfig

    interface JpegConfig {
        chromaSubsampling?: boolean;
        progressive?: boolean;
        quality?: number;
    }
    Index

    Properties

    chromaSubsampling?: boolean

    Enables 2x2 chroma subsampling. Defaults to true.

    progressive?: boolean

    Enables progressive encoding. Defaults to false.

    quality?: number

    Specifies the quality, between 0 and 1. Defaults to 0.75.