This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg.

commit df48dc624e7103ae99c59cb9d744cd17d317ec4d
Author:     Wu Jianhua <[email protected]>
AuthorDate: Thu Aug 27 03:24:33 2026 +0800
Commit:     jianhuaw <[email protected]>
CommitDate: Fri Aug 28 18:50:16 2026 +0000

    tests/fate/image: add fate-tiff-icc
    
    Signed-off-by: Wu Jianhua <[email protected]>
---
 tests/fate/image.mak    |  7 ++++++-
 tests/ref/fate/tiff-icc | 18 ++++++++++++++++++
 2 files changed, 24 insertions(+), 1 deletion(-)

diff --git a/tests/fate/image.mak b/tests/fate/image.mak
index e9fe059ead..a20fe183dc 100644
--- a/tests/fate/image.mak
+++ b/tests/fate/image.mak
@@ -561,8 +561,13 @@ fate-tiff-zip-rgbaf32le: CMD = framecrc -i 
$(TARGET_SAMPLES)/tiff/zip_rgbaf32le.
 FATE_TIFF-$(call FRAMECRC, IMAGE2, TIFF, ZLIB) += $(FATE_TIFF_ZIP)
 FATE_TIFF-$(call FRAMECRC, IMAGE2, TIFF) += $(FATE_TIFF)
 
+FATE_TIFF_TRANSCODE-$(call TRANSCODE, TIFF, IMAGE2 IMAGE_TIFF_PIPE, \
+    IMAGE_PNG_PIPE_DEMUXER PNG_DECODER SCALE_FILTER) += fate-tiff-icc
+fate-tiff-icc: CMD = transcode png_pipe 
$(TARGET_SAMPLES)/png1/lena-int_rgb24.png image2 "-vf scale=1:1 -c:v tiff 
-compression_algo raw" "" "-show_frames -show_entries 
frame=side_data_list:frame_tags="
+
 FATE_IMAGE_FRAMECRC += $(FATE_TIFF-yes)
-fate-tiff: $(FATE_TIFF-yes)
+FATE_IMAGE_TRANSCODE += $(FATE_TIFF_TRANSCODE-yes)
+fate-tiff: $(FATE_TIFF-yes) $(FATE_TIFF_TRANSCODE-yes)
 
 FATE_WEBP += fate-webp-rgb-lossless
 fate-webp-rgb-lossless: CMD = framecrc -i 
$(TARGET_SAMPLES)/webp/rgb_lossless.webp
diff --git a/tests/ref/fate/tiff-icc b/tests/ref/fate/tiff-icc
new file mode 100644
index 0000000000..f493629c55
--- /dev/null
+++ b/tests/ref/fate/tiff-icc
@@ -0,0 +1,18 @@
+bcbf8f9edb2b96020b8cce6f0e27a34e *tests/data/fate/tiff-icc.image2
+3352 tests/data/fate/tiff-icc.image2
+#tb 0: 1/25
+#media_type 0: video
+#codec_id 0: rawvideo
+#dimensions 0: 1x1
+#sar 0: 1/1
+0,          0,          0,        1,        3, 0x034d0182
+[FRAME]
+[SIDE_DATA]
+side_data_type=ICC profile
+size=3144
+[/SIDE_DATA]
+[SIDE_DATA]
+side_data_type=EXIF metadata
+size=3348
+[/SIDE_DATA]
+[/FRAME]

-- 
To stop receiving notification emails like this one, please contact
[email protected].
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to