Can I save an image (to jpeg format) directly from YCbCr without YCbCr->RGB->YCbCr conversions?
2 次查看(过去 30 天)
显示 更早的评论
I have a delicate YCbCr pattern, with colors. I want to save it as losslessly as possible into a JPEG. I know I can to YCbCr2RGB conversion and then save the RGB - which will be reverted back to YCbCr on the JPEG image file. Is there a way to save the YCbCr directly without the superfluous bask and forth conversions?
0 个评论
回答(1 个)
Walter Roberson
2016-1-7
You can look in the File Exchange for some of the JPEG implementations and adjust them to skip the conversion.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Import, Export, and Conversion 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!