You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've added a PR to handle these, one small quirk/annoyance is that the raw FF0A header is tiny (I know they want to keep file size down), however, this will lead to confidence issues against .qrp files if the next byte in a raw stream is 00
From https://github.com/ImageMagick/jpeg-xl/blob/main/doc/format_overview.md
JPEG-XL Either starts with
0xFF0A
for a Raw JPEG-XL Codestream0x0000000C 4A584C20 0D0A870A
for a ISOBMFF-based containerChecking the files at https://jpegxl.info/art/2021-04_jon.html, I can confirm that
0xFF0A
is used for Raw CodestreamsThe text was updated successfully, but these errors were encountered: