Re: I was wondering why...(colour space question)
Hi,
Simply put the colour profile is a map between numbers and colours. As different devices react to/generate different colours for the same number profiles are used to try and ensure that all the devices end up with the same representation of the colour. sRGB and AdobeRGB (and others) are standard descriptions between known colours and numbers. (i.e. a particular shade of green will be different values in the two colour spaces) As described in the article in the link in Jim's mail the profile also describes the range of colours available with sRGB being designed with a more limited range (also known as gamut if you're reading other articles) than AdobeRGB as it was designed for CRT monitors which can not produce all colours.
In the camera the sensors will record a number for each of the colours. If you shoot raw this raw, i.e. unconverted number is saved in the file. If you shoot jpeg the conversion is done in the camera and the colour space of the image (and hence the range of colours it can hold) is fixed. A profile of some sort will always be applied by the raw conversion software on input to produce the rendered image, this will be camera specific (some raw conversion software lets you select, others are fixed). The sRGB/AdobeRGB type profile selection in the raw conversion software is setting the output profile (which is often stored in the image to assist ICC aware software).
The suggested workflows seem fine to me and the "best" colour space to use will depend on what the final use of the image will be (as already noted by others in the thread). If the images are mostly for display on the web sRGB as the final output will be best, if printing AdobeRGB would be the better option but when posting pictures on the web they may appear "dull" unless they are first converted to sRGB (I posted an example of this on the old forum. I'll try and find the link). This latter is the workflow I follow, using QImage to do the colour space conversion for any images I prepare for the web.
Hope this helps more than hinders.
Vernon.
Hi,
Simply put the colour profile is a map between numbers and colours. As different devices react to/generate different colours for the same number profiles are used to try and ensure that all the devices end up with the same representation of the colour. sRGB and AdobeRGB (and others) are standard descriptions between known colours and numbers. (i.e. a particular shade of green will be different values in the two colour spaces) As described in the article in the link in Jim's mail the profile also describes the range of colours available with sRGB being designed with a more limited range (also known as gamut if you're reading other articles) than AdobeRGB as it was designed for CRT monitors which can not produce all colours.
In the camera the sensors will record a number for each of the colours. If you shoot raw this raw, i.e. unconverted number is saved in the file. If you shoot jpeg the conversion is done in the camera and the colour space of the image (and hence the range of colours it can hold) is fixed. A profile of some sort will always be applied by the raw conversion software on input to produce the rendered image, this will be camera specific (some raw conversion software lets you select, others are fixed). The sRGB/AdobeRGB type profile selection in the raw conversion software is setting the output profile (which is often stored in the image to assist ICC aware software).
The suggested workflows seem fine to me and the "best" colour space to use will depend on what the final use of the image will be (as already noted by others in the thread). If the images are mostly for display on the web sRGB as the final output will be best, if printing AdobeRGB would be the better option but when posting pictures on the web they may appear "dull" unless they are first converted to sRGB (I posted an example of this on the old forum. I'll try and find the link). This latter is the workflow I follow, using QImage to do the colour space conversion for any images I prepare for the web.
Hope this helps more than hinders.
Vernon.
).
?

. Perhaps I need help?
Comment