| 123456789101112131415161718192021222324 |
- Subject: Add ZXC (Bertrand Lebonnois)
- Origin: upstream, commit FILE5_47-8-g5a42c66b <https://github.com/file/file/commit/FILE5_47-8-g5a42c66b>
- Author: Christos Zoulas <christos@zoulas.com>
- Date: Fri Mar 20 13:42:47 2026 +0000
- Forwarded: not-needed
- --- a/magic/Magdir/compress
- +++ b/magic/Magdir/compress
- @@ -443,6 +443,15 @@
- 0 string/b BZ3v1 bzip3 compressed data
- >5 ulelong x \b, blocksize %u
-
- +#------------------------------------------------------------------------------
- +# ZXC: ZXC compressed data
- +# From: Bertrand Lebonnois <zxc.codec@gmail.com>
- +# https://github.com/hellobertrand/zxc
- +0 lelong 0x9CB02EF5 ZXC compressed data
- +!:mime application/x-zxc
- +!:ext zxc
- +>4 byte x \b (v%u)
- +>6 byte &0x80 \b, checksum enabled
-
- # https://support-docs.illumina.com/SW/ORA_Format_Specification/Content/\
- # SW/ORA/ORAFormatSpecification.htm
|