on separating RGB values for each pixels of an hdr image, what is the type : sRGB or RGB?
2 views (last 30 days)
Show older comments
The input images are of color space sRGB. While creating hdr(of class single) from few LDR jpg images, and the pixels are separated out as R=hdr(:,:,1); etc . I want to know what is the color space of those R, G and B. Will it be sRGB or RGB color space?
0 Comments
Answers (1)
Image Analyst
on 16 Nov 2013
I don't see why simply pulling out pixels from the image would change their color space. It won't.
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!