From a8c41bfd88a40e17a2b6ba086ba225775be1b550 Mon Sep 17 00:00:00 2001 From: Kim dong hwa Date: Wed, 25 Feb 2026 13:52:55 +0900 Subject: [PATCH 1/2] Add new watermark algorithm entry to JSON list --- softbinding-algorithm-list.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/softbinding-algorithm-list.json b/softbinding-algorithm-list.json index 912b612..12c09b9 100755 --- a/softbinding-algorithm-list.json +++ b/softbinding-algorithm-list.json @@ -380,5 +380,21 @@ "contact": "contact@lumatrace.es", "informationalUrl": "https://github.com/Cyrah2R/lumatrace-cloud" } - } + }, + { + "identifier": 27, + "alg": "com.markany.watermark", + "type": "watermark", + "decodedMediaTypes": [ + "image", + "video", + "audio" + ], + "entryMetadata": { + "description": "MarkAny invisible watermarking with robustness against cropping, resizing, and compression", + "dateEntered": "2026-02-25T00:00:00.000Z", + "contact": "c2pa@markany.com", + "informationalUrl": "https://en.markany.com/contentssecurity" + } + } ] From 7bcb9e9024f453057cdf4ed40b91a52db429507e Mon Sep 17 00:00:00 2001 From: Kim dong hwa Date: Fri, 27 Feb 2026 09:46:45 +0900 Subject: [PATCH 2/2] Modify watermark algorithm details in JSON Updated the algorithm identifier and algorithm name, and modified the contact email for MarkAny watermarking. --- softbinding-algorithm-list.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/softbinding-algorithm-list.json b/softbinding-algorithm-list.json index 12c09b9..9eaa09a 100755 --- a/softbinding-algorithm-list.json +++ b/softbinding-algorithm-list.json @@ -382,19 +382,19 @@ } }, { - "identifier": 27, - "alg": "com.markany.watermark", - "type": "watermark", - "decodedMediaTypes": [ - "image", - "video", - "audio" - ], - "entryMetadata": { - "description": "MarkAny invisible watermarking with robustness against cropping, resizing, and compression", - "dateEntered": "2026-02-25T00:00:00.000Z", - "contact": "c2pa@markany.com", - "informationalUrl": "https://en.markany.com/contentssecurity" - } - } + "identifier": 27, + "alg": "com.markany.watermark.1", + "type": "watermark", + "decodedMediaTypes": [ + "image", + "video", + "audio" + ], + "entryMetadata": { + "description": "MarkAny invisible watermarking with robustness against cropping, resizing, and compression", + "dateEntered": "2026-02-25T00:00:00.000Z", + "contact": "c2pa@markany.co.kr", + "informationalUrl": "https://en.markany.com/contentssecurity" + } + } ]