# README
Go Images
This repository holds supplementary Go image packages.
Report Issues / Send Patches
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://go.dev/doc/contribute.
The git repository is https://go.googlesource.com/image.
The main issue tracker for the image repository is located at https://go.dev/issues. Prefix your issue with "x/image:" in the subject line, so it is easy to find.
# Packages
Package bmp implements a BMP image decoder and encoder.
Package ccitt implements a CCITT (fax) image decoder.
Package colornames provides named colors as defined in the SVG 1.1 spec.
Package draw provides image composition functions.
Package font defines an interface for font faces, for drawing text on an image.
No description provided by the author
Package riff implements the Resource Interchange File Format, used by media formats such as AVI, WAVE and WEBP.
Package tiff implements a TIFF image decoder and encoder.
Package vector provides a rasterizer for 2-D vector graphics.
Package vp8 implements a decoder for the VP8 lossy image format.
Package vp8l implements a decoder for the VP8L lossless image format.
Package webp implements a decoder for WEBP images.