Progressively encoded photosize
photoSizeProgressive#fa3efb95 type:string w:int h:int sizes:Vector<int> = PhotoSize;
Name | Type | Description |
---|---|---|
type | string | Photosize type |
w | int | Photo width |
h | int | Photo height |
sizes | Vector<int> | Sizes of progressive JPEG file prefixes, which can be used to preliminarily show the image. |
See here.
How to transfer large data batches correctly.