awxkee / yuvutils-rs

Rust high performace utilities for YUV format handling and conversion.
BSD 3-Clause "New" or "Revised" License
13 stars 2 forks source link

Can add support for yuv420_to_yuy2? #1

Closed xlievo closed 3 months ago

xlievo commented 4 months ago

yuy2 can save a lot of computation for some renders. relative to RGB. Great library, well done!

awxkee commented 4 months ago

I'll try to add that conversion

awxkee commented 4 months ago

Are you interested in YUV -> YUY2 path or RGB -> YUY2 or both?

xlievo commented 4 months ago

I don't know enough about it to be sure, but I'll try! should only need YUV -> YUY2, most of the underlying layers today are YUV.

awxkee commented 3 months ago

Hi, YUY2 support has been added in version '0.3.1'

xlievo commented 3 months ago

Please understand my belated greetings, due to too busy! It's great to see this news, I can eliminate the difference before, I will test later. sincere regards again!