Skip to content

Image 处理

  • 查看图片像素(Mac)
sips -g pixelWidth -g pixelHeight  [imagepath]
  • 图片压缩(Mac)
# 压缩图片大小到144px
sips -Z 144 [imagepath]