doc.go 353 B

123456789
  1. // Copyright 2016 The Go Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style
  3. // license that can be found in the LICENSE file.
  4. // Package webp implements a decoder for WEBP images.
  5. //
  6. // WEBP is defined at:
  7. // https://developers.google.com/speed/webp/docs/riff_container
  8. package webp // import "golang.org/x/image/webp"