Skip to content

Commit

Permalink
Add float TIFF test case (fails with Pillow)
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrykin committed Mar 19, 2024
1 parent 113430f commit 4fffff6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file added test-data/im4_float.tif
Binary file not shown.
5 changes: 5 additions & 0 deletions test/functional/tools/image_diff.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
<param name="in" value="im1_uint8.png" />
<output name="out" value="im1_uint8.png" compare="image_diff" metric="rms" eps="0" />
</test>
<!-- test pair of equal images (float tiff) -->
<test>
<param name="in" value="im4_float.tif" />
<output name="out" value="im4_float.tif" compare="image_diff" />
</test>
<!-- test pair of different images -->
<test>
<param name="in" value="im2_a.png" />
Expand Down

0 comments on commit 4fffff6

Please sign in to comment.