Header

class Header(val width: Int, val height: Int, val bitsPerChannel: Int, val colorspace: PNG.Colorspace, val compressionmethod: Int, val filtermethod: Int, val interlacemethod: Int)

Constructors

Link copied to clipboard
constructor(width: Int, height: Int, bitsPerChannel: Int, colorspace: PNG.Colorspace, compressionmethod: Int, filtermethod: Int, interlacemethod: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val height: Int
Link copied to clipboard
Link copied to clipboard
val stride: Int
Link copied to clipboard
val width: Int