Raw.PhotoSizeProgressive

Raw.PhotoSizeProgressive

Progressively encoded photosize

photoSizeProgressive#fa3efb95 type:string w:int h:int sizes:Vector<int> = PhotoSize;
export namespace Raw {
  export class PhotoSizeProgressive {
    constructor(params: { type: string; w: number; h: number; sizes: Array<number> }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0xfa3efb95

Property

  • type : string

    Photosize type

  • w : number

    Photo width

  • h : number

    Photo height

  • sizes : Array of number

    Sizes of progressive jpeg file prefixes, which can be used to preliminarily show the image.