descampsa / yuv2rgb

C99 library for fast image conversion between yuv420p and rgb24
BSD 3-Clause "New" or "Revised" License
170 stars 62 forks source link

RGB to YUV command changes #16

Closed Ahad00711 closed 2 years ago

Ahad00711 commented 2 years ago

There is a mistake in documentation. For RGB to YUV conversion, you have to make use of this command. ./test_yuv_rgb rgb2yuv image.ppm image I have updated that.

descampsa commented 2 years ago

Thanks !