openigtlink / OpenIGTLink

Free, open-source network communication library for image-guided therapy
http://openigtlink.org
BSD 3-Clause "New" or "Revised" License
103 stars 184 forks source link

FEATURE: I444 data format added for compression using VP9 #206

Closed leochan2009 closed 5 years ago

leochan2009 commented 5 years ago

The user will have the possibility to send RGB or YUV444 data directly. This will have great benefit as the current I420 format requires user to convert RGB data to YUV420, which will cause color lost.

leochan2009 commented 5 years ago

This feature will not break anything , can be merged