ermig1979 / Simd

C++ image processing and machine learning library with using of SIMD: SSE, AVX, AVX-512, AMX for x86/x64, VMX(Altivec) and VSX(Power7) for PowerPC, NEON for ARM.
http://ermig1979.github.io/Simd
MIT License
2.03k stars 406 forks source link

Feature Request: ABGR to Yuv420p #211

Open manwantnosmoke opened 2 years ago

manwantnosmoke commented 2 years ago

Really enjoy the performance and the library's API, Would you kindly consider adding Abgr to I420 simd conversion?

ermig1979 commented 2 years ago

Hi! I will add this functionality when will have free time.