Brian Popow
Brian Popow
> @brianpopow I'm following the code path of the SVT-AV1 library, which seems to deviate quite a bit in the latest Syntax's. From Residual and down, I don't think the...
> @brianpopow I'm following the code path of the SVT-AV1 library, which seems to deviate quite a bit in the latest Syntax's. I tried to look into the SVT-AV1 repository,...
Hi @ynse01, I still have some problems understanding howto decode a single image with the SVT-AV1 library. I am using now the tagged version `v2.1.0`. I can see now there...
@ynse01 I have noticed an issue in the bitstream reader in `ReadLiteral()`. When you read to the end of the stream the byte position would be advanced, resulting in an...
> @brianpopow You seem to have had a significant attempt at CFF2 support. What would you say is missing? I might be able to fill the gaps. Yes I think...
@JimBobSquarePants I think it would be good, if we open a WIP PR for the cff2 branch and gather all info and what needs to be done there. I will...
> @brianpopow I had a quick look at the `ItemVariationData` and spotted an [issue](https://github.com/SixLabors/Fonts/pull/342/commits/b361fc6d93cf80c0ab8cbc917d0dec854217dc81) with the longwords check however I'm not sure how you tested the values [here](https://github.com/SixLabors/Fonts/issues/331#issuecomment-1632229980). How did...
@JimBobSquarePants I think the ItemVariationsData now looks equal to fontkit, maybe you could double check, if I have missed something.
Hi @UkooLabs, nice to hear from you again! We do not have have a gitter chat channel anymore or discord, but you can find my email in my github profile,...
I have started working on support for decoding ktx2 texture. We already support a large variety of pixel formats and some compressions which are common to other formats like dds...