When i downscale images that have an embedded sRGB profile the profile is lost. When I do the same thing with images having different profiles like Adobe RGB the profile is not lost.
I use following command: convert infile -filter Lanczos -geometry x1024 outfile
Why is the profile lost? Is this a bug? I know that in some uses the sRGB profile don't have any importance, like on the web, but in my application I need the embedded profile left. Are there something that I'm missing?
|