Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ decompressing, resizing and compressing images. It aims to do as little memory
allocation as possible and especially not to create garbage in Go. As a result,
it is suitable for very high throughput image resizing services.

Lilliput supports resizing JPEG, PNG, static WEBP, and animated GIFs & WEBPs. It can also convert formats.
Lilliput supports resizing JPEG, PNG, WebP (both static and animated), AVIF (both static and animated), and animated GIFs. It can also convert between these formats.
Lilliput also has some support for getting the first frame from MOV and WEBM
videos.

Expand Down Expand Up @@ -258,6 +258,7 @@ Valid keys/values for `opts` are
* `JpegQuality` (1 - 100)
* `PngCompression` (0 - 9)
* `WebpQuality` (0 - 100).
* `AvifQuality` (0 - 100)

```go
func (e lilliput.Encoder) Close()
Expand Down