maryla-uc

Results 5 comments of maryla-uc

The YUV420 to 444 conversion function in libyuv do use bilinear upsampling so if you want to use that, it's indeed an option. Unfortunately, libyuv's YUV420 to RGB conversion does...

SharpYuv is a subsampling technique but it assumes the upsampling is bilinear (you can see it here: https://github.com/webmproject/libwebp/blob/36a6eea3bc2871c7f0166193a6fa42241af4a464/src/dsp/yuv.c#L229 ) SharpYuv is an iterative process. Basically, it starts with the naive...

Hi @farindk, may I draw your attention to this bug which was caused by https://github.com/strukturag/libheif/commit/925c04a37f194ca992f5e5a9ee98ffc1b597dbaa. I agree with @ValZapod that this commit is problematic and should be fixed or reverted...

The -hint flag does almost nothing, you should ignore it. There is also a similar flag called -preset that can take the values [default, photo, picture, drawing, icon, text] You...

Pinging this because despite newer codecs like AVIF getting wide browser support, WebP still has a place today notably as a lossless codec. While AVIF has superior lossy encoding, most...