Brian Popow

Results 95 comments of Brian Popow

> One of the advantages of KTX2 is that the underlaying data can be "decoded" to DDS or ETC on demand, instead of the classic RGB decoding, so the textures...

The expected decoded image `Image_021.tiff` should look like this: ![expected](https://github.com/SixLabors/ImageSharp/assets/38701097/32e59f4f-88b2-4e9c-8717-ed4623eb3a01) It actually looks like this from the main branch: ![actual](https://github.com/SixLabors/ImageSharp/assets/38701097/7aa4ff32-fa94-4e1f-b82d-e8d9354ffa80) The tiffinfo is: ``` TIFFReadDirectory: Warning, Unknown field with tag...

> Does the tag specifically state the subsampling is 2, 2? > > https://www.awaresystems.be/imaging/tiff/tifftags/ycbcrsubsampling.html Yes YCbCrSubSampling is [2, 2] here in the example image `Image_021.tiff` as can be seen in...

> I had another dig through our Tiff code (I really do not enjoy how complicated it is to follow) and it appears to me that our jpeg scan decoder...