image: golang.org/x/image/tiff Index | Files | Directories

Packages imported by tiff

PathSynopsis
bufioPackage bufio implements buffered I/O.
bytesPackage bytes implements functions for the manipulation of byte slices.
compress/zlibPackage zlib implements reading and writing of zlib format compressed data, as specified in RFC 1950.
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
fmtPackage fmt implements formatted I/​O with functions analogous to C's printf and scanf.
golang.org/x/image/tiff/lzwPackage lzw implements the Lempel-Ziv-Welch compressed data format, described in T.
imagePackage image implements a basic 2-D image library.
image/colorPackage color implements a basic color library.
ioPackage io provides basic interfaces to I/​O primitives.
io/ioutilPackage ioutil implements some I/​O utility functions.
mathPackage math provides basic constants and mathematical functions.
sortPackage sort provides primitives for sorting slices and user-defined collections.