mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-12 22:14:29 +02:00
img2webp: add -exact/-noexact per-frame options
Bug: b:363409354 Change-Id: I4e7282ed2df091dbef6d79743be1c8c868c0d44a
This commit is contained in:
@ -325,6 +325,9 @@ Per-frame options (only used for subsequent images input):
|
||||
-lossy ............... use lossy mode
|
||||
-q <float> ........... quality
|
||||
-m <int> ............. method to use
|
||||
-exact, -noexact ..... preserve or alter RGB values in transparent area
|
||||
(default: -noexact, may cause artifacts
|
||||
with lossy animations)
|
||||
```
|
||||
|
||||
example: `img2webp -loop 2 in0.png -lossy in1.jpg -d 80 in2.tiff -o out.webp`
|
||||
|
Reference in New Issue
Block a user