mirror of
https://github.com/talgo-cloud/talgo-libwebp.git
synced 2026-03-16 10:45:59 -07:00
Update comments
This commit is contained in:
parent
c356a8c12f
commit
fab8f03740
5 changed files with 28 additions and 16 deletions
|
|
@ -1,3 +1,5 @@
|
|||
// Package webp provides an interface to libwebp library to decoding/encoding
|
||||
// WebP image.
|
||||
package webp
|
||||
|
||||
/*
|
||||
|
|
@ -19,7 +21,7 @@ const (
|
|||
YUV420A ColorSpace = C.WEBP_YUV420A
|
||||
)
|
||||
|
||||
// Preset corresponds to C.WebPPreset
|
||||
// Preset corresponds to C.WebPPreset.
|
||||
type Preset int
|
||||
|
||||
const (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue