ImageJS
    Preparing search index...

    Interface EncodeJpegOptions

    interface EncodeJpegOptions {
        quality?: number;
    }
    Index

    Properties

    Properties

    quality?: number

    Defines jpeg quality. Integer value between 1 and 100%, 100% being the best quality.

    50