- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I would like to know several things about the functionality of the IPP and Jpeg encoding.
1: I would like to know if IPP will allow for transforming the colorspace of the Jpeg from YCbCr to Lab values?
2: Can it do this conversion (referred toin Question 1 without a loss of color data - i.e. when I recode the image Y parameter as an L parameter..and the a and b components as wellwill I end up with a Jpeg that was opened and then recompressed - losing more of the original image data?
3: Can I check for the whitepoint of the Jpeg?
4: Can I modify this whitepoint - and perform Question 1, with no ill affects as referred to in Question 2?
If these are all possible - could I see a quick and dirty brief sample ... does not need to be completely detailed just a guide line for using the code..
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Usually, JPEG encoders do convertion from RGB to YCbCr color space because this improve compression ratio. In your particular case, when you have image in LAB color space on input you may set input color JC_UNKNOWN, so encoder will not do any color convertion on that. Then at decoding stage you also need to set output color as JC_UNKNOWN to disable color convertion step. We do not have sample code for that. What do you mean under check for whitepoint?
Regards,
Vladimir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Usually, JPEG encoders do convertion from RGB to YCbCr color space because this improve compression ratio. In your particular case, when you have image in LAB color space on input you may set input color JC_UNKNOWN, so encoder will not do any color convertion on that. Then at decoding stage you also need to set output color as JC_UNKNOWN to disable color convertion step. We do not have sample code for that. What do you mean under check for whitepoint?
Regards,
Vladimir

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page