Add support for "no blend" in webpmux binary

Change-Id: I6d07b120626317df73f1a6f026931c5b9485a340
This commit is contained in:
Urvang Joshi
2013-08-26 18:04:52 -07:00
parent 3b80bc4859
commit e81fac86dd
3 changed files with 38 additions and 18 deletions

View File

@ -56,11 +56,12 @@ STRIP_OPTIONS:
FRAME_OPTIONS(i):
Create animation.
file_i +di+xi+yi+mi
file_i +di+[xi+yi[+mi[bi]]]
where: 'file_i' is the i'th animation frame (WebP format),
'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).
'bi' is the blending method for this frame (+b or -b).
LOOP_COUNT:
Number of times to repeat the animation.