Ihar Yermalayeu
Ihar Yermalayeu
Hi! I looked source codes of Font class, and function GenerateFont which generates data for font rendering. Unfortunately these algorithms are not extendable to the rest symbols besides ASCII table....
Hello! Could you get me typical size of source and output image? It will help me to make right choise. In Area method to make better performance we can take...
I have an idea: I can unite ReduceColor2x2 and ResizeArea algorithm. This can get performance gain ~1.5-2.0 times.
Yes. I am implementing Base version of the algorithm now. It is reasonable to check it before I will start optimizations.
The Base implemenation of SimdResizeMethodAreaReduced2x2 resize method in SimdResizer was done. Could you check quality of the resizing algorithm?
Resizer uses single thread algorithm and does not use any synchronization primitives inside. It supposes that input and output data is not changed in other thread. Otherwise you have to...
I fixed some bugs. Could you check: may be the error disappeared.
No. There are updates after release.
Hi! I was busy last weeks with another project. As I remember I finished optimization of AreaFast method for SSE4.1, AVX2 and partial for AVX-512. There is ResizeYuv420pSpecialTest test to...
I added optimizations 6 april. So this happened after your check.