Skip to content

Commit d7ea4b2

Browse files
authored
Merge pull request #14 from c2pa-org/feature/byh/trufo-image-wm
Adding two in-production Trufo watermarks.
2 parents 36cb7a3 + 6e1eb9a commit d7ea4b2

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

softbinding-algorithm-list.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,5 +107,33 @@
107107
"contact": "[email protected]",
108108
"informationalUrl": "https://steg.ai/paper/"
109109
}
110+
},
111+
{
112+
"identifier": 8,
113+
"alg": "ai.trufo.gen1.image",
114+
"type": "watermark",
115+
"decodedMediaTypes": [
116+
"image"
117+
],
118+
"entryMetadata": {
119+
"description": "Trufo image watermark.",
120+
"dateEntered": "2024-08-14T15:00:00.000Z",
121+
"contact": "[email protected]",
122+
"informationalUrl": "https://trufo.ai/publications/"
123+
}
124+
},
125+
{
126+
"identifier": 9,
127+
"alg": "ai.trufo.gen1.image-lite",
128+
"type": "watermark",
129+
"decodedMediaTypes": [
130+
"image"
131+
],
132+
"entryMetadata": {
133+
"description": "Trufo image watermark (lite version).",
134+
"dateEntered": "2024-08-14T15:00:00.000Z",
135+
"contact": "[email protected]",
136+
"informationalUrl": "https://trufo.ai/publications/"
137+
}
110138
}
111139
]

0 commit comments

Comments
 (0)