Browse Source

fate: Add a PICT test

This stimulates the direct pixel mode in Quickdraw decoder.
tags/n2.7
Vittorio Giovara 10 years ago
parent
commit
d81fb63d87
2 changed files with 5 additions and 0 deletions
  1. +3
    -0
      tests/fate/image.mak
  2. +2
    -0
      tests/ref/fate/pict

+ 3
- 0
tests/fate/image.mak View File

@@ -56,6 +56,9 @@ FATE_EXR-$(call DEMDEC, IMAGE2, EXR) += $(FATE_EXR)
FATE_SAMPLES_AVCONV += $(FATE_EXR-yes)
fate-exr: $(FATE_EXR-yes)

FATE_SAMPLES_AVCONV-$(call DEMDEC, IMAGE2, QDRAW) += fate-pict
fate-pict: CMD = framecrc -i $(TARGET_SAMPLES)/quickdraw/TRU256.PCT -pix_fmt rgb24

FATE_SAMPLES_AVCONV-$(call DEMDEC, IMAGE2, PICTOR) += fate-pictor
fate-pictor: CMD = framecrc -c pictor -i $(TARGET_SAMPLES)/pictor/MFISH.PIC -pix_fmt rgb24



+ 2
- 0
tests/ref/fate/pict View File

@@ -0,0 +1,2 @@
#tb 0: 1/25
0, 0, 0, 1, 49152, 0x144804b0

Loading…
Cancel
Save