图片格式识别及颜色格式识别
在Linux下(ubuntu)
识别图片格式,下面的后缀不是必须的
file xxx.(png|jpg|jpeg)
识别图片的颜色格式
sudo apt-get install imagemagick #安装imagemagick
identify -verbose thumb.jpeg
IE(6-8)无法读取cmyk颜色格式的jpeg(ref:http://www.plaveb.com/blog/cmyk-images-not-displayed-in-internet-explorer)