PNG::PixelSize
Inherits Struct / Value / Object
Constructors
new(x : UInt32, y : UInt32, meters : Bool = false)
SourceClass methods
parse(io : IO)
SourceInstance methods
meters=(meters : Bool)
When true, x and y represent how many pixels are in a meter. When false, x and y represent the aspect ratio of a pixel
meters?
When true, x and y represent how many pixels are in a meter. When false, x and y represent the aspect ratio of a pixel
write(io : IO)
Sourcex=(x : UInt32)
Sourcey=(y : UInt32)
Source