fate/webp : add test for lossless picture to improve cover
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
5565e27111
commit
92bf87db29
3 changed files with 18 additions and 0 deletions
|
|
@ -358,6 +358,12 @@ fate-tiff: $(FATE_TIFF-yes)
|
|||
FATE_WEBP += fate-webp-rgb-lossless
|
||||
fate-webp-rgb-lossless: CMD = framecrc -i $(TARGET_SAMPLES)/webp/rgb_lossless.webp
|
||||
|
||||
FATE_WEBP += fate-webp-rgb-lena-lossless
|
||||
fate-webp-rgb-lena-lossless: CMD = framecrc -i $(TARGET_SAMPLES)/webp/rgb_lena_lossless.webp
|
||||
|
||||
FATE_WEBP += fate-webp-rgb-lena-lossless-rgb24
|
||||
fate-webp-rgb-lena-lossless-rgb24: CMD = framecrc -i $(TARGET_SAMPLES)/webp/rgb_lena_lossless.webp -pix_fmt rgb24
|
||||
|
||||
FATE_WEBP += fate-webp-rgba-lossless
|
||||
fate-webp-rgba-lossless: CMD = framecrc -i $(TARGET_SAMPLES)/webp/rgba_lossless.webp
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue