encoding/hex | Package hex implements hexadecimal encoding and decoding. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/bep/gowebp/libwebp/webpoptions | |
github.com/disintegration/gift | Package gift provides a set of useful image processing filters. |
github.com/gohugoio/hugo/common/hugio | |
github.com/gohugoio/hugo/common/maps | |
github.com/gohugoio/hugo/helpers | Package helpers implements general utility functions that work with and on content. |
github.com/gohugoio/hugo/media | Package 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/resource | Package resource contains Resource related types. |
github.com/mitchellh/mapstructure | |
github.com/muesli/smartcrop | Package smartcrop implements a content aware image cropping library based on Jonas Wagner's smartcrop.js https://github.com/jwagner/smartcrop.js |
github.com/spf13/cast | Package cast provides easy and safe casting in Go. |
golang.org/x/image/bmp | Package bmp implements a BMP image decoder and encoder. |
golang.org/x/image/font | Package font defines an interface for font faces, for drawing text on an image. |
golang.org/x/image/font/gofont/goregular | Package goregular provides the "Go Regular" TrueType font from the Go font family. |
golang.org/x/image/font/opentype | Package opentype implements a glyph rasterizer for TTF (TrueType Fonts) and OTF (OpenType Fonts). |
golang.org/x/image/math/fixed | Package fixed implements fixed-point integer types. |
golang.org/x/image/tiff | Package tiff implements a TIFF image decoder and encoder. |
image | Package image implements a basic 2-D image library. |
image/color | Package color implements a basic color library. |
image/draw | Package draw provides image composition functions. |
image/gif | Package gif implements a GIF image decoder and encoder. |
image/jpeg | Package jpeg implements a JPEG image decoder and encoder. |
image/png | Package png implements a PNG image decoder and encoder. |
io | Package io provides basic interfaces to I/O primitives. |
math | Package math provides basic constants and mathematical functions. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |