Imports of package images

PathSynopsis
encoding/hexPackage hex implements hexadecimal encoding and decoding.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/bep/gowebp/libwebp/webpoptions
github.com/bep/imagemeta
github.com/bep/loggpackage logg implements a simple structured logging API.
github.com/disintegration/giftPackage gift provides a set of useful image processing filters.
github.com/gohugoio/hugo/common/hashingPackage hashing provides common hashing utilities.
github.com/gohugoio/hugo/common/hstrings
github.com/gohugoio/hugo/common/hugio
github.com/gohugoio/hugo/common/maps
github.com/gohugoio/hugo/config
github.com/gohugoio/hugo/mediaPackage media contains Media Type (MIME type) related types and functions.
github.com/gohugoio/hugo/resources/images/exif
github.com/gohugoio/hugo/resources/images/webp
github.com/gohugoio/hugo/resources/resourcePackage resource contains Resource related types.
github.com/makeworld-the-better-one/dither/v2
github.com/mitchellh/mapstructurePackage mapstructure exposes functionality to convert one arbitrary Go type into another, typically to convert a map[string]interface{} into a native Go structure.
github.com/muesli/smartcropPackage smartcrop implements a content aware image cropping library based on Jonas Wagner's smartcrop.js https://github.com/jwagner/smartcrop.js
github.com/spf13/castPackage cast provides easy and safe casting in Go.
golang.org/x/image/bmpPackage bmp implements a BMP image decoder and encoder.
golang.org/x/image/fontPackage font defines an interface for font faces, for drawing text on an image.
golang.org/x/image/font/gofont/goregularPackage goregular provides the "Go Regular" TrueType font from the Go font family.
golang.org/x/image/font/opentypePackage opentype implements a glyph rasterizer for TTF (TrueType Fonts) and OTF (OpenType Fonts).
golang.org/x/image/math/fixedPackage fixed implements fixed-point integer types.
golang.org/x/image/tiffPackage tiff implements a TIFF image decoder and encoder.
hash/fnvPackage fnv implements FNV-1 and FNV-1a, non-cryptographic hash functions created by Glenn Fowler, Landon Curt Noll, and Phong Vo.
imagePackage image implements a basic 2-D image library.
image/colorPackage color implements a basic color library.
image/drawPackage draw provides image composition functions.
image/gifPackage gif implements a GIF image decoder and encoder.
image/jpegPackage jpeg implements a JPEG image decoder and encoder.
image/pngPackage png implements a PNG image decoder and encoder.
ioPackage io provides basic interfaces to I/O primitives.
mathPackage math provides basic constants and mathematical functions.
slicesPackage slices defines various functions useful with slices of any type.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.