Instance Propertyswift-png 4.4.5PNG
interlaced
The size of an image, measured in pixels.
PNG.Header.swift:15let interlaced: Bool
Other members in extension
Type members
init(parsing: [UInt8], standard: PNG.Standard
) throws Creates an image header by parsing the given chunk data, interpreting it according to the given PNG
standard
.init(size: (x: Int, y: Int), pixel: Format.Pixel, interlaced: Bool, standard: PNG.Standard
) Creates an image header.
Instance members
let pixel: Format.Pixel
The size of an image, measured in pixels.
var serialized: [UInt8]
Encodes this image header as the contents of an
IHDR
chunk.let size: (x: Int, y: Int)
The size of an image, measured in pixels.