HEIF plug-in extended to support HEJ2 format

HEJ2 is JPEG 2000 codec encapsulated in HEIF container.
Only HEJ2 reading is implemented.
This commit is contained in:
Daniel Novomeský
2023-12-07 13:26:43 +01:00
parent db0adee62f
commit ce8383e5fd
8 changed files with 99 additions and 21 deletions

View File

@ -1,4 +1,4 @@
{
"Keys": [ "heif", "heic" ],
"MimeTypes": [ "image/heif", "image/heif" ]
"Keys": [ "heif", "heic", "hej2" ],
"MimeTypes": [ "image/heif", "image/heif", "image/hej2k" ]
}