image

package module
v0.0.0-...-ab8597f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 22, 2025 License: BSD-3-Clause Imports: 0 Imported by: 0

README

tinygo-image

This package is maintained to make Go’s image package usable with TinyGo.

It’s basically the same as tinygo.org/x/drivers/image, but the data type used in the callback has been changed from RGB565 (uint16) to color.RGBA. This allows branching based on whether a pixel is transparent. On the other hand, the data size becomes larger.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
examples
basic command
internal
flate
Package flate implements the DEFLATE compressed data format, described in RFC 1951.
Package flate implements the DEFLATE compressed data format, described in RFC 1951.
zlib
Package zlib implements reading and writing of zlib format compressed data, as specified in RFC 1950.
Package zlib implements reading and writing of zlib format compressed data, as specified in RFC 1950.
Package png implements a PNG image decoder and encoder.
Package png implements a PNG image decoder and encoder.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL