Converting ti sRGB jpeg
Posted: 2011-10-24T07:20:47-07:00
We are having small site where users can upload images where we are storing original image and also cutting smaller versions (1024x768) for view purpose. There is no limitations on original image types but mostly they are jpg-s.
We are having problem where same image can look differently on browsers, depending on color profile. So, my solution was to:
1) Convert image to RGB colorspace
2) Convert colorprofile to sRGB
I thought that this will be ok for all browsers, but it's not. Some browsers are displaying differently image with sRGB color profile.
I try saving image without profile from Photoshop and those images looks ok, but i cannot recreate same process with imagemagick.
So, is there way to convert image which have sRGB profile to image without profile but to change raw data so it will look (more or less) same as with sRGB profile?
Tx
We are having problem where same image can look differently on browsers, depending on color profile. So, my solution was to:
1) Convert image to RGB colorspace
2) Convert colorprofile to sRGB
I thought that this will be ok for all browsers, but it's not. Some browsers are displaying differently image with sRGB color profile.
I try saving image without profile from Photoshop and those images looks ok, but i cannot recreate same process with imagemagick.
So, is there way to convert image which have sRGB profile to image without profile but to change raw data so it will look (more or less) same as with sRGB profile?
Tx