KRA/ORA: merged in a single plugin and added metadata support

- ORA/KRA: merged in a single plugin (KRA)
- ORA: removed standalone plugin
- KRA: use of logging category
- KRA: add metadata support by processing the embedded `documentinfo.xml`
- Improved signature lookup (see MR !17) and added test case
This commit is contained in:
Mirco Miranda
2026-07-29 07:42:42 +02:00
parent 516750e6fc
commit 2e199eea80
13 changed files with 122 additions and 168 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{
"Keys": [ "kra" ],
"MimeTypes": [ "application/x-krita" ]
"Keys": [ "kra", "ora" ],
"MimeTypes": [ "application/x-krita", "image/openraster" ]
}