mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-20 04:18:26 +01:00
Correct frame options order in README.mux
Change-Id: Ia65f5f0f0d0fc50c3b360cd010112ae5ecece91a
This commit is contained in:
parent
be2fd1735a
commit
27dc741bda
@ -64,10 +64,10 @@ FRAGMENT_OPTIONS(i):
|
||||
|
||||
FRAME_OPTIONS(i):
|
||||
Create animation.
|
||||
file_i +xi+yi+di+mi
|
||||
file_i +di+xi+yi+mi
|
||||
where: 'file_i' is the i'th animation frame (WebP format),
|
||||
'xi','yi' specify the image offset for this frame.
|
||||
'di' is the pause duration before next frame.
|
||||
'xi','yi' specify the image offset for this frame.
|
||||
'mi' is the dispose method for this frame (0 or 1).
|
||||
|
||||
LOOP_COUNT:
|
||||
|
Loading…
Reference in New Issue
Block a user