Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
-colorspace RGB was non-linear sRGB in IM 6.4.7.10 and is linear RGB now in the current version. There was a switch between versions to make it correct
This works fine for me on both versions on my Mac
convert 10914457.jpg -strip -thumbnail 768x1280^ -gravity center -extent 768x1280 1tmp1.jpg
You do not need coalesce or -format. They do nothing in this context.
Because I need show picture on IE browser, other colorspace ie. CMYK is not supported by IE, so I must write --colorspace options.
But I use srgb,picture color still see have problem?