Documentation ¶
Overview ¶
text is an image plain text file format encoder and decoder.
A super simple format of the form:
! SKTEXTSIMPLE width height 0x000000ff 0xffffffff ... 0xddddddff 0xffffff88 ... ...
Where the pixel values are encoded as 0xRRGGBBAA.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Decode ¶
Decode reads an SKTEXT image from r and returns it as an image.Image. The type of Image returned will always be NRGBA.
func DecodeConfig ¶
DecodeConfig returns the color model and dimensions of SKTEXT image without decoding the entire image.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.