Stripping color profiles from images for use on the web?
Posted: 2013-05-09T16:57:36-07:00
I am using imagemagick for resizing images for use on the web so that they are faster to load.
One of the problems I have is that we have images that contain massive color profiles that can be have half a megabyte in size. When these images are re-sized the file is still huge since that half megabyte color profile is embedded into the re-sized image.
For web use can safely strip these profiles or can we normalize that massive color profiles to smaller profile?
We dont have any control of the color profiles in the image since they are submitted to the application by 3rd parties.
One of the problems I have is that we have images that contain massive color profiles that can be have half a megabyte in size. When these images are re-sized the file is still huge since that half megabyte color profile is embedded into the re-sized image.
For web use can safely strip these profiles or can we normalize that massive color profiles to smaller profile?
We dont have any control of the color profiles in the image since they are submitted to the application by 3rd parties.