README: update dwebp help output after 1e595fe

-scale -> -resize

Change-Id: I896f87134288099cc774c2471b9a81e7919ae045
This commit is contained in:
James Zern 2015-08-17 19:31:10 -07:00
parent c5f00621c7
commit 32b71b2e5a

2
README
View File

@ -273,7 +273,7 @@ Use following options to convert into alternate image formats:
-alpha_dither use alpha-plane dithering if needed
-mt .......... use multi-threading
-crop <x> <y> <w> <h> ... crop output with the given rectangle
-scale <w> <h> .......... scale the output (*after* any cropping)
-resize <w> <h> ......... scale the output (*after* any cropping)
-flip ........ flip the output vertically
-alpha ....... only save the alpha plane
-incremental . use incremental decoding (useful for tests)