Skip to content

Commit

Permalink
fate/exr : add test for PXR24 Float and tile uncompress
Browse files Browse the repository at this point in the history
  • Loading branch information
mvji authored and richardpl committed Apr 10, 2016
1 parent 2dd7b46 commit b45d542
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/fate/image.mak
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ fate-exr-slice-zip16: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgba_slice_zip16.e
FATE_EXR += fate-exr-slice-pxr24
fate-exr-slice-pxr24: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgb_slice_pxr24.exr -pix_fmt rgb48le

FATE_EXR += fate-exr-rgb-scanline-pxr24-float-12x8
fate-exr-rgb-scanline-pxr24-float-12x8: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgb_scanline_pxr24_float_12x8.exr -pix_fmt rgb48le

FATE_EXR += fate-exr-rgba-multiscanline-half-b44
fate-exr-rgba-multiscanline-half-b44: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgba_multiscanline_half_b44.exr -pix_fmt rgba64le

Expand All @@ -77,6 +80,15 @@ fate-exr-rgb-scanline-half-b44-12x8: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgb
FATE_EXR += fate-exr-rgb-scanline-half-b44-13x9
fate-exr-rgb-scanline-half-b44-13x9: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgb_scanline_half_b44_13x9.exr -pix_fmt rgb48le

FATE_EXR += fate-exr-rgb-tile-float-raw-12x8
fate-exr-rgb-tile-float-raw-12x8: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgb_tile_float_raw_12x8.exr -pix_fmt rgb48le

FATE_EXR += fate-exr-rgb-tile-float-raw-150x130
fate-exr-rgb-tile-float-raw-150x130: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgb_tile_float_raw_150x130.exr -pix_fmt rgb48le

FATE_EXR += fate-exr-rgb-tile-half-raw-12x8
fate-exr-rgb-tile-half-raw-12x8: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgb_tile_half_raw_12x8.exr -pix_fmt rgb48le

FATE_EXR-$(call DEMDEC, IMAGE2, EXR) += $(FATE_EXR)

FATE_IMAGE += $(FATE_EXR-yes)
Expand Down
2 changes: 2 additions & 0 deletions tests/ref/fate/exr-rgb-scanline-pxr24-float-12x8
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#tb 0: 1/25
0, 0, 0, 1, 576, 0x7120e072
2 changes: 2 additions & 0 deletions tests/ref/fate/exr-rgb-tile-float-raw-12x8
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#tb 0: 1/25
0, 0, 0, 1, 576, 0x6b950ce3
2 changes: 2 additions & 0 deletions tests/ref/fate/exr-rgb-tile-float-raw-150x130
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#tb 0: 1/25
0, 0, 0, 1, 117000, 0xabc5eab2
2 changes: 2 additions & 0 deletions tests/ref/fate/exr-rgb-tile-half-raw-12x8
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#tb 0: 1/25
0, 0, 0, 1, 576, 0x667903f5

0 comments on commit b45d542

Please sign in to comment.