mirror of
https://github.com/webmproject/libwebp.git
synced 2025-08-28 06:42:27 +02:00
add a -yuv option to dwebp (very similar to -pgm)
It will decode to raw (flat) YUV format, similar to what cwebp can take as input. Makes the PSNR/SSIM calculation easier. Change-Id: Iebfaedfc0bedc70c169b24ae4aabc701488d0644
This commit is contained in:
2
README
2
README
@@ -240,6 +240,8 @@ Use following options to convert into alternate image formats:
|
||||
-ppm ......... save the raw RGB samples as a color PPM
|
||||
-pgm ......... save the raw YUV samples as a grayscale PGM
|
||||
file with IMC4 layout.
|
||||
-yuv ......... save the raw YUV samples in flat layout.
|
||||
|
||||
Other options are:
|
||||
-version .... print version number and exit.
|
||||
-nofancy ..... don't use the fancy YUV420 upscaler.
|
||||
|
Reference in New Issue
Block a user