This commit is contained in:
Mustafa Zaky Jafar 2025-12-23 17:14:55 +00:00 committed by GitHub
commit 0403cae64b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -703,6 +703,8 @@ class ExtractBurnin(publish.Extractor):
"""
# Add representation name to burnin data
burnin_data["representation"] = repre["name"]
burnin_data["colorspace"] = repre.get(
"colorspaceData", {}).get("colorspace")
# no handles switch from profile tags
if "no-handles" in repre["tags"]: