Brad Hards

Results 306 comments of Brad Hards

OK. So the plan is to limit number of uncompressed tile rows and tile columns to less than what can be represented in uint32_t (i.e. just avoiding the overflow in...

Have rebased. Should now match the intent above.

Some sample files. [rgb_generic_compressed_samples.zip](https://github.com/user-attachments/files/16117548/rgb_generic_compressed_samples.zip)

Typos now in #2913. Will convert this to a draft and update as required.

I think AMD 2 has progressed enough to add this. Have updated the implementation to match the DAM, except for `cmpC` where I omitted the `must_decompress_individual_units`. I am unsure what...

> > Have updated the implementation to match the DAM, except for cmpC where I omitted the must_decompress_individual_units. > > I think we should dump it as it is still...

I believe that file is invalid. ISO/IEC 23008-12:2022 Section 6.5.3.1 requires that `ispe` occurs prior to the association of all other transformative properties. Do you know what software made it?

The cavif code is abandoned so probably not a priority to work around this bug in the producer.

> Those were generated years ago with an early pre-release of https://github.com/kornelski/cavif-rs . Sometimes early apps just aren't complete, even when someone uses them to purport to be authoritative. (Even...

> `taic` uses a `float32` value. Where is it defined how that value is stored in the file (little-endian / big-endian)? It should (currently) be `double(32)` which is a big-endian...