QoiImage

Undocumented in source.

Constructors

this
this(uint width, uint height, QoiColor color, QOI_CHANNELS channels, QOI_COLORSPACE colorspace)
Undocumented in source.

Members

Aliases

area
alias area = getArea
Undocumented in source.
height
alias height = getHeight
Undocumented in source.
image
alias image = getImage
Undocumented in source.
info
alias info = getInfo
Undocumented in source.
width
alias width = getWidth
Undocumented in source.

Functions

getArea
uint getArea()
Undocumented in source. Be warned that the author may not have intended to support it.
getHeight
uint getHeight()
Undocumented in source. Be warned that the author may not have intended to support it.
getImage
QoiColor[] getImage()
Undocumented in source. Be warned that the author may not have intended to support it.
getInfo
QoiImageInfo getInfo()
Undocumented in source. Be warned that the author may not have intended to support it.
getWidth
uint getWidth()
Undocumented in source. Be warned that the author may not have intended to support it.
load
void load(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
QoiColor opIndex(uint x, uint y)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
QoiColor opIndex(uint x)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
QoiColor opIndexAssign(QoiColor color, uint x, uint y)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
QoiColor opIndexAssign(QoiColor color, uint x)
Undocumented in source. Be warned that the author may not have intended to support it.
save
void save(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta