yuv2rgb
yuv2rgb copied to clipboard
rgb32 to YUV420
any plans for 32bpp to yuv420? My screen buffers are in 32bpp. I could convert to 24bpp, but the time it would take to convert every cycle would defeat the purpose of increasing the speed of the conversion itself.
That should not be too difficult to do, just a macro similar to the UNPACK_RGB24_32 macro to unpack rgba instead of rgb24. I will try to have a look at it this week
Thanks a ton!!!
Il have added the function in the last commit.
Note to self : too much copy pasted code here, needs a clean up
Thank you so much! I will test this out in a bit. On a side note... any plans for a YUV420 to RGB32?
YUV to RGBX/BGRX would be top, I'd be willing to buy @descampsa a beer (or many beers) if you by chance decide to implement it 🙂