在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

相关文章:

  • 2021-11-16
  • 2021-12-01
  • 2021-06-15
  • 2021-11-30
  • 2021-07-17
  • 2021-09-20
  • 2021-10-06
猜你喜欢
  • 2021-11-16
  • 2021-07-28
  • 2021-12-19
  • 2021-12-15
  • 2022-12-23
  • 2021-05-28
相关资源
相似解决方案