png-compressor
    Preparing search index...

    Interface IPngHeaderDetails

    interface IPngHeaderDetails {
        bitDepth: BitDepth;
        colorType: ColorType;
        height: number;
        interlaceMethod: InterlaceMethod;
        width: number;
    }
    Index

    Properties

    bitDepth: BitDepth
    colorType: ColorType
    height: number
    interlaceMethod: InterlaceMethod
    width: number