Link Search Menu Expand Document

Constructor: photoSizeProgressive

Back to constructors index

Progressively encoded photosize

Attributes:

NameTypeRequiredDescription
typestringYesPhotosize type »
wintYesPhoto width
hintYesPhoto height
sizesArray of intYesSizes of progressive JPEG file prefixes, which can be used to preliminarily show the image.

Type: PhotoSize

Example:

$photoSizeProgressive = ['_' => 'photoSizeProgressive', 'type' => 'string', 'w' => int, 'h' => int, 'sizes' => [int, int]];