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?

답변 (1개)

Walter Roberson
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.

카테고리

Help CenterFile Exchange에서 Image Processing and Computer Vision에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by